| 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 | Field and Description |
|---|---|
ExpressionTree.Operator |
ExpressionTree.LeafNode.operator |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionTree.Operator |
ExpressionTree.Operator.fromString(String inputOperator) |
static ExpressionTree.Operator |
ExpressionTree.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionTree.Operator[] |
ExpressionTree.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.