|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserException | |
|---|---|
| org.apache.pig.builtin.mock | |
| org.apache.pig.impl.util | |
| org.apache.pig.parser | |
| Uses of ParserException in org.apache.pig.builtin.mock |
|---|
| Methods in org.apache.pig.builtin.mock that throw ParserException | |
|---|---|
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 |
| Uses of ParserException in org.apache.pig.impl.util |
|---|
| Methods in org.apache.pig.impl.util that throw ParserException | |
|---|---|
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 LogicalSchema |
Utils.parseSchema(String schemaString)
|
| Uses of ParserException in org.apache.pig.parser |
|---|
| Methods in org.apache.pig.parser that throw ParserException | |
|---|---|
LogicalPlan |
QueryParserDriver.parse(String query)
|
Object |
QueryParserDriver.parseConstant(String input)
|
LogicalSchema |
QueryParserDriver.parseSchema(String input)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||