| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.parser |
This package implements the parser for parsing the string filter
for the listPartitionsByFilter API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionFilterBaseListener.enterUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
Enter a parse tree produced by the
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier(). |
void |
PartitionFilterListener.enterUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
Enter a parse tree produced by the
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier(). |
void |
PartitionFilterBaseListener.exitUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
Exit a parse tree produced by the
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier(). |
void |
PartitionFilterListener.exitUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
Exit a parse tree produced by the
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier(). |
T |
PartitionFilterBaseVisitor.visitUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
Visit a parse tree produced by the
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier(). |
T |
PartitionFilterVisitor.visitUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
Visit a parse tree produced by the
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier(). |
String |
PartFilterVisitor.visitUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.