public class RowToRowCast extends SqlOperator
Modifier and Type | Field and Description |
---|---|
static RowToRowCast |
ROW_TO_ROW_CAST |
Modifier and Type | Method and Description |
---|---|
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
getDescription, isDeterministic, isHidden
builder, getSignature
public static final RowToRowCast ROW_TO_ROW_CAST
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize
in class SqlScalarFunction
Copyright © 2012–2019. All rights reserved.