| 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.
|
PartitionFilterBaseVisitor
This class provides an empty implementation of PartitionFilterVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
|
| PartitionFilterListener
|
| PartitionFilterParser.AndExpressionContext |
| PartitionFilterParser.BetweenConditionContext |
| PartitionFilterParser.ComparisonContext |
| PartitionFilterParser.ComparisonOperatorContext |
| PartitionFilterParser.ConditionExpressionContext |
| PartitionFilterParser.ConstantContext |
| PartitionFilterParser.ConstantSeqContext |
| PartitionFilterParser.ConstStructContext |
| PartitionFilterParser.ConstStructListContext |
| PartitionFilterParser.DateContext |
| PartitionFilterParser.DateLiteralContext |
| PartitionFilterParser.ExpressionContext |
| PartitionFilterParser.FilterContext |
| PartitionFilterParser.IdentifierContext |
| PartitionFilterParser.IdentifierListContext |
| PartitionFilterParser.InConditionContext |
| PartitionFilterParser.IntegerLiteralContext |
| PartitionFilterParser.MultiColInExpressionContext |
| PartitionFilterParser.NumberContext |
| PartitionFilterParser.NumericLiteralContext |
| PartitionFilterParser.OrExpressionContext |
| PartitionFilterParser.QuotedIdentifierContext |
| PartitionFilterParser.ReverseComparisonContext |
| PartitionFilterParser.StringLiteralContext |
| PartitionFilterParser.TimestampContext |
| PartitionFilterParser.TimestampLiteralContext |
| PartitionFilterParser.UnquotedIdentiferContext |
| PartitionFilterVisitor
|