| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.parser |
This package implements the parser for parsing the string filter
for the listPartitionsByFilter API.
|
| Class and Description |
|---|
| ExpressionTree
The Class representing the filter as a binary tree.
|
| ExpressionTree.FilterBuilder
Helper class that wraps the stringbuilder used to build the filter over the tree,
as well as error propagation in two modes - expect errors, i.e.
|
| ExpressionTree.LeafNode
The Class representing the leaf level nodes in the ExpressionTree.
|
| ExpressionTree.LogicalOperator
The logical operations supported.
|
| ExpressionTree.Operator
The operators supported.
|
| ExpressionTree.TreeNode
The Class representing a Node in the ExpressionTree.
|
| ExpressionTree.TreeVisitor
Depth first traversal of ExpressionTree.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.