public abstract class RowComparisonOperator extends SqlOperator
| Modifier | Constructor and Description |
|---|---|
protected |
RowComparisonOperator(OperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
compare(RowType rowType,
List<MethodHandle> comparisonFunctions,
Block leftRow,
Block rightRow) |
protected List<MethodHandle> |
getMethodHandles(RowType type,
FunctionRegistry functionRegistry,
OperatorType operatorType) |
getDescription, isDeterministic, isHiddenbuilder, getSignature, specializeprotected RowComparisonOperator(OperatorType operatorType)
protected List<MethodHandle> getMethodHandles(RowType type, FunctionRegistry functionRegistry, OperatorType operatorType)
protected static int compare(RowType rowType, List<MethodHandle> comparisonFunctions, Block leftRow, Block rightRow)
Copyright © 2012–2019. All rights reserved.