| Package | Description |
|---|---|
| org.apache.hadoop.zebra.types |
Data types being shared between the io and mapred packages.
|
| Modifier and Type | Method and Description |
|---|---|
Projection |
TypesUtils.TupleReader.getprojction() |
Projection |
Partition.getProjection()
returns table projection
|
| Constructor and Description |
|---|
Partition(Schema schema,
Projection projection,
String storage,
String comparator) |
TypesUtils.TupleReader(Schema physical,
Projection projection)
Constructor - create a TupleReader than can parse the serialized Tuple
with the specified physical schema, and produce the Tuples based on the
projection.
|
Copyright © 2007-2012 The Apache Software Foundation