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