Package | Description |
---|---|
org.apache.pig.builtin.mock | |
org.apache.pig.impl.util | |
org.apache.pig.parser | |
org.apache.pig.tools |
Modifier and Type | Method and Description |
---|---|
static Schema |
Storage.schema(String schema) |
void |
Storage.Data.set(String location,
String schema,
Collection<Tuple> data)
to set the data in a location with a known schema
|
void |
Storage.Data.set(String location,
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(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(String schemaString) |
static Object |
Utils.parseConstant(String constantString) |
static LogicalSchema |
Utils.parseSchema(String schemaString) |
Modifier and Type | Method and Description |
---|---|
LogicalPlan |
QueryParserDriver.parse(String query) |
Object |
QueryParserDriver.parseConstant(String input) |
LogicalSchema |
QueryParserDriver.parseSchema(String input) |
Modifier and Type | Method and Description |
---|---|
URI[] |
DownloadResolver.downloadArtifact(URI uri,
PigServer pigServer) |
Copyright © 2007-2017 The Apache Software Foundation