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