|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaTupleFactory | |
|---|---|
| org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators | |
| org.apache.pig.data | This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. |
| Uses of SchemaTupleFactory in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators |
|---|
| Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type SchemaTupleFactory | |
|---|---|
static SchemaTuple<?> |
POMergeJoin.TuplesToSchemaTupleList.convert(Tuple t,
SchemaTupleFactory tf)
|
| Uses of SchemaTupleFactory in org.apache.pig.data |
|---|
| Methods in org.apache.pig.data that return SchemaTupleFactory | |
|---|---|
protected static SchemaTupleFactory |
SchemaTupleFactory.getInstance(int id)
This method is the publicly facing method which returns a SchemaTupleFactory which will generate the SchemaTuple associated with the given identifier. |
static SchemaTupleFactory |
SchemaTupleFactory.getInstance(Schema s)
|
static SchemaTupleFactory |
SchemaTupleFactory.getInstance(Schema s,
boolean isAppendable)
|
static SchemaTupleFactory |
SchemaTupleFactory.getInstance(Schema s,
boolean isAppendable,
SchemaTupleClassGenerator.GenContext context)
This method is the publicly facing method which returns a SchemaTupleFactory which will generate SchemaTuples of the given Schema. |
protected static SchemaTupleFactory |
SchemaTupleBackend.newSchemaTupleFactory(int id)
|
static SchemaTupleFactory |
SchemaTupleBackend.newSchemaTupleFactory(Schema s,
boolean isAppendable,
SchemaTupleClassGenerator.GenContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||