public static class HiveStoragePredicateHandler.DecomposedPredicate extends Object
Modifier and Type | Field and Description |
---|---|
ExprNodeGenericFuncDesc |
pushedPredicate
Portion of predicate to be evaluated by storage handler.
|
Serializable |
pushedPredicateObject
Serialized format for filter
|
ExprNodeGenericFuncDesc |
residualPredicate
Portion of predicate to be post-evaluated by Hive for any rows
which are returned by storage handler.
|
Constructor and Description |
---|
HiveStoragePredicateHandler.DecomposedPredicate() |
public ExprNodeGenericFuncDesc pushedPredicate
public Serializable pushedPredicateObject
public ExprNodeGenericFuncDesc residualPredicate
Copyright © 2017 The Apache Software Foundation. All rights reserved.