| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| 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 |
|---|---|
static ExpressionTree |
PartFilterExprUtil.makeExpressionTree(PartitionExpressionProxy expressionProxy,
byte[] expr,
String defaultPartitionName,
org.apache.hadoop.conf.Configuration conf) |
static ExpressionTree |
PartFilterExprUtil.parseFilterTree(String filter) |
| Modifier and Type | Field and Description |
|---|---|
static ExpressionTree |
ExpressionTree.EMPTY_TREE
The empty tree that can be returned for an empty filter.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionTree |
PartFilterParser.parseFilter(String filter) |
ExpressionTree |
PartFilterVisitor.visitFilter(PartitionFilterParser.FilterContext ctx) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.