public final class RowGreaterThanOperator extends RowComparisonOperator
Modifier and Type | Field and Description |
---|---|
static RowGreaterThanOperator |
ROW_GREATER_THAN |
Modifier and Type | Method and Description |
---|---|
static boolean |
greater(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 RowGreaterThanOperator ROW_GREATER_THAN
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize
in class SqlScalarFunction
public static boolean greater(RowType rowType, List<MethodHandle> lessThanFunctions, Block leftRow, Block rightRow)
Copyright © 2012–2019. All rights reserved.