public static class HiveStoragePredicateHandler.DecomposedPredicate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ExprNodeDesc |
pushedPredicate
Portion of predicate to be evaluated by storage handler.
|
ExprNodeDesc |
residualPredicate
Portion of predicate to be post-evaluated by Hive for any rows
which are returned by storage handler.
|
Constructor and Description |
---|
DecomposedPredicate() |
public ExprNodeDesc pushedPredicate
public ExprNodeDesc residualPredicate
Copyright © 2012 The Apache Software Foundation