| 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.enterIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
Enter a parse tree produced by the
integerLiteral
labeled alternative in PartitionFilterParser.number(). |
void |
PartitionFilterListener.enterIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
Enter a parse tree produced by the
integerLiteral
labeled alternative in PartitionFilterParser.number(). |
void |
PartitionFilterBaseListener.exitIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
Exit a parse tree produced by the
integerLiteral
labeled alternative in PartitionFilterParser.number(). |
void |
PartitionFilterListener.exitIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
Exit a parse tree produced by the
integerLiteral
labeled alternative in PartitionFilterParser.number(). |
T |
PartitionFilterBaseVisitor.visitIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
Visit a parse tree produced by the
integerLiteral
labeled alternative in PartitionFilterParser.number(). |
T |
PartitionFilterVisitor.visitIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
Visit a parse tree produced by the
integerLiteral
labeled alternative in PartitionFilterParser.number(). |
Long |
PartFilterVisitor.visitIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.