public class IsPredicate<C extends Comparable<C>> extends LogicalExpressionBase implements FilterPredicate<C>
LogicalExpression.De, LogicalExpression.Se| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
static <C extends Comparable<C>> |
createIsPredicate(String function,
LogicalExpression expr) |
static boolean |
isNullOrEmpty(ColumnStatistics<?> stat) |
Iterator<LogicalExpression> |
iterator() |
RowsMatch |
matches(StatisticsProvider<C> evaluator)
Apply the filter condition against the meta of the rowgroup.
|
getCumulativeCost, getDescription, getMajorType, getPosition, getSelfCost, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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 Exceptionpublic RowsMatch matches(StatisticsProvider<C> evaluator)
matches in interface FilterPredicate<C extends Comparable<C>>public static boolean isNullOrEmpty(ColumnStatistics<?> stat)
stat - statistics objectpublic static <C extends Comparable<C>> LogicalExpression createIsPredicate(String function, LogicalExpression expr)
Copyright © 2022 The Apache Software Foundation. All rights reserved.