|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaTupleClassGenerator.GenContext | |
---|---|
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 SchemaTupleClassGenerator.GenContext in org.apache.pig.data |
---|
Methods in org.apache.pig.data that return SchemaTupleClassGenerator.GenContext | |
---|---|
static SchemaTupleClassGenerator.GenContext |
SchemaTupleClassGenerator.GenContext.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SchemaTupleClassGenerator.GenContext[] |
SchemaTupleClassGenerator.GenContext.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.pig.data with parameters of type SchemaTupleClassGenerator.GenContext | |
---|---|
protected static void |
SchemaTupleClassGenerator.generateSchemaTuple(Schema s,
boolean appendable,
int id,
File codeDir,
SchemaTupleClassGenerator.GenContext... contexts)
This class actually generates the code for a given Schema. |
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. |
static SchemaTupleFactory |
SchemaTupleBackend.newSchemaTupleFactory(Schema s,
boolean isAppendable,
SchemaTupleClassGenerator.GenContext context)
|
static int |
SchemaTupleFrontend.registerToGenerateIfPossible(Schema udfSchema,
boolean isAppendable,
SchemaTupleClassGenerator.GenContext context)
This method "registers" a Schema to be generated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |