public static class ExpressionEvaluators.In extends ExpressionEvaluators.LeafEvaluator
index, name, type| Constructor and Description |
|---|
In() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindVals(Object... vals) |
boolean |
eval(Map<String,ColumnStats> columnStatsMap)
Evaluates whether it's possible to match based on the column stats.
|
static ExpressionEvaluators.In |
getInstance() |
bindFieldReference, getColumnStatspublic static ExpressionEvaluators.In getInstance()
public boolean eval(Map<String,ColumnStats> columnStatsMap)
ExpressionEvaluators.EvaluatorcolumnStatsMap - column statisticspublic void bindVals(Object... vals)
Copyright © 2023 The Apache Software Foundation. All rights reserved.