public class RowEqualOperator extends SqlOperator
| Modifier and Type | Field and Description |
|---|---|
static RowEqualOperator |
ROW_EQUAL |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
equals(RowType rowType,
List<MethodHandle> fieldEqualOperators,
Block leftRow,
Block rightRow) |
static List<MethodHandle> |
resolveFieldEqualOperators(RowType rowType,
FunctionRegistry functionRegistry) |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
getDescription, isDeterministic, isHiddenbuilder, getSignaturepublic static final RowEqualOperator ROW_EQUAL
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize in class SqlScalarFunctionpublic static List<MethodHandle> resolveFieldEqualOperators(RowType rowType, FunctionRegistry functionRegistry)
Copyright © 2012–2019. All rights reserved.