public abstract static class ParquetPredicates.ParquetCompPredicate extends LogicalExpressionBase implements ParquetFilterPredicate
LogicalExpression.De, LogicalExpression.Se| Modifier and Type | Field and Description |
|---|---|
protected LogicalExpression |
left |
protected LogicalExpression |
right |
logger| Constructor and Description |
|---|
ParquetPredicates.ParquetCompPredicate(LogicalExpression left,
LogicalExpression right) |
| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
Iterator<LogicalExpression> |
iterator() |
getCumulativeCost, getDescription, getMajorType, getPosition, getSelfCost, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanDropprotected final LogicalExpression left
protected final LogicalExpression right
public ParquetPredicates.ParquetCompPredicate(LogicalExpression left, LogicalExpression right)
public Iterator<LogicalExpression> iterator()
iterator in interface Iterable<LogicalExpression>public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
accept in interface LogicalExpressionE extends ExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.