public class MapSubscriptOperator extends SqlOperator
Constructor and Description |
---|
MapSubscriptOperator() |
Modifier and Type | Method and Description |
---|---|
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
static Object |
subscript(InterpretedFunctionInvoker functionInvoker,
Type keyType,
Type valueType,
ConnectorSession session,
Block map,
boolean key) |
static Object |
subscript(InterpretedFunctionInvoker functionInvoker,
Type keyType,
Type valueType,
ConnectorSession session,
Block map,
double key) |
static Object |
subscript(InterpretedFunctionInvoker functionInvoker,
Type keyType,
Type valueType,
ConnectorSession session,
Block map,
long key) |
static Object |
subscript(InterpretedFunctionInvoker functionInvoker,
Type keyType,
Type valueType,
ConnectorSession session,
Block map,
Object key) |
static Object |
subscript(InterpretedFunctionInvoker functionInvoker,
Type keyType,
Type valueType,
ConnectorSession session,
Block map,
io.airlift.slice.Slice key) |
getDescription, isDeterministic, isHidden
builder, getSignature
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize
in class SqlScalarFunction
public static Object subscript(InterpretedFunctionInvoker functionInvoker, Type keyType, Type valueType, ConnectorSession session, Block map, boolean key)
public static Object subscript(InterpretedFunctionInvoker functionInvoker, Type keyType, Type valueType, ConnectorSession session, Block map, long key)
public static Object subscript(InterpretedFunctionInvoker functionInvoker, Type keyType, Type valueType, ConnectorSession session, Block map, double key)
public static Object subscript(InterpretedFunctionInvoker functionInvoker, Type keyType, Type valueType, ConnectorSession session, Block map, io.airlift.slice.Slice key)
public static Object subscript(InterpretedFunctionInvoker functionInvoker, Type keyType, Type valueType, ConnectorSession session, Block map, Object key)
Copyright © 2012–2019. All rights reserved.