Package | Description |
---|---|
org.apache.pig.builtin.mock | |
org.apache.pig.impl.util | |
org.apache.pig.parser |
Modifier and Type | Method and Description |
---|---|
static Schema |
Storage.schema(java.lang.String schema) |
void |
Storage.Data.set(java.lang.String location,
java.lang.String schema,
java.util.Collection<Tuple> data)
to set the data in a location with a known schema
|
void |
Storage.Data.set(java.lang.String location,
java.lang.String schema,
Tuple... data)
to set the data in a location with a known schema
|
Modifier and Type | Method and Description |
---|---|
static Schema |
Utils.getSchemaFromBagSchemaString(java.lang.String schemaString)
getSchemaFromBagSchemaString
NOTE: use this call when you need to generate a Schema object
from the representation generated by
Schema#toString . |
static Schema |
Utils.getSchemaFromString(java.lang.String schemaString) |
static LogicalSchema |
Utils.parseSchema(java.lang.String schemaString) |
Modifier and Type | Method and Description |
---|---|
LogicalPlan |
QueryParserDriver.parse(java.lang.String query) |
java.lang.Object |
QueryParserDriver.parseConstant(java.lang.String input) |
LogicalSchema |
QueryParserDriver.parseSchema(java.lang.String input) |
Copyright © 2007-2012 The Apache Software Foundation