| 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.enterTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
Enter a parse tree produced by the
timestampLiteral
labeled alternative in PartitionFilterParser.constant(). |
void |
PartitionFilterListener.enterTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
Enter a parse tree produced by the
timestampLiteral
labeled alternative in PartitionFilterParser.constant(). |
void |
PartitionFilterBaseListener.exitTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
Exit a parse tree produced by the
timestampLiteral
labeled alternative in PartitionFilterParser.constant(). |
void |
PartitionFilterListener.exitTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
Exit a parse tree produced by the
timestampLiteral
labeled alternative in PartitionFilterParser.constant(). |
T |
PartitionFilterBaseVisitor.visitTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
Visit a parse tree produced by the
timestampLiteral
labeled alternative in PartitionFilterParser.constant(). |
T |
PartitionFilterVisitor.visitTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
Visit a parse tree produced by the
timestampLiteral
labeled alternative in PartitionFilterParser.constant(). |
String |
PartFilterVisitor.visitTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.