| 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 |
|---|---|
ExpressionTree.FilterBuilder |
ExpressionTree.FilterBuilder.append(String filterPart) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ExpressionTree.LeafNode.getPartColIndexForFilter(String partitionKeyName,
List<FieldSchema> partitionKeys,
ExpressionTree.FilterBuilder filterBuilder)
Get partition column index in the table partition column list that
corresponds to the key that is being filtered on by this tree node.
|
| Constructor and Description |
|---|
JDOFilterGenerator(org.apache.hadoop.conf.Configuration conf,
List<FieldSchema> partitionKeys,
ExpressionTree.FilterBuilder filterBuilder,
Map<String,Object> params) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.