public final class RowLessThanOperator extends RowComparisonOperator
| Modifier and Type | Field and Description |
|---|---|
static RowLessThanOperator |
ROW_LESS_THAN |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
less(RowType rowType,
List<MethodHandle> lessThanFunctions,
Block leftRow,
Block rightRow) |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
compare, getMethodHandlesgetDescription, isDeterministic, isHiddenbuilder, getSignaturepublic static final RowLessThanOperator ROW_LESS_THAN
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize in class SqlScalarFunctionpublic static boolean less(RowType rowType, List<MethodHandle> lessThanFunctions, Block leftRow, Block rightRow)
Copyright © 2012–2019. All rights reserved.