|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Projection | |
---|---|
org.apache.hadoop.zebra.types | Data types being shared between the io and mapred packages. |
Uses of Projection in org.apache.hadoop.zebra.types |
---|
Methods in org.apache.hadoop.zebra.types that return Projection | |
---|---|
Projection |
TypesUtils.TupleReader.getprojction()
|
Projection |
Partition.getProjection()
returns table projection |
Constructors in org.apache.hadoop.zebra.types with parameters of type Projection | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |