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