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, getMethodHandles
getDescription, isDeterministic, isHidden
builder, getSignature
public static final RowLessThanOperator ROW_LESS_THAN
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize
in class SqlScalarFunction
public static boolean less(RowType rowType, List<MethodHandle> lessThanFunctions, Block leftRow, Block rightRow)
Copyright © 2012–2019. All rights reserved.