| 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.enterNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
Enter a parse tree produced by the
numericLiteral
labeled alternative in PartitionFilterParser.constant(). |
void |
PartitionFilterListener.enterNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
Enter a parse tree produced by the
numericLiteral
labeled alternative in PartitionFilterParser.constant(). |
void |
PartitionFilterBaseListener.exitNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
Exit a parse tree produced by the
numericLiteral
labeled alternative in PartitionFilterParser.constant(). |
void |
PartitionFilterListener.exitNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
Exit a parse tree produced by the
numericLiteral
labeled alternative in PartitionFilterParser.constant(). |
T |
PartitionFilterBaseVisitor.visitNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
Visit a parse tree produced by the
numericLiteral
labeled alternative in PartitionFilterParser.constant(). |
T |
PartitionFilterVisitor.visitNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
Visit a parse tree produced by the
numericLiteral
labeled alternative in PartitionFilterParser.constant(). |
Copyright © 2024 The Apache Software Foundation. All rights reserved.