Uses of Class
io.trino.sql.gen.ArrayMapBytecodeExpression
-
Packages that use ArrayMapBytecodeExpression Package Description io.trino.sql.gen -
-
Uses of ArrayMapBytecodeExpression in io.trino.sql.gen
Methods in io.trino.sql.gen that return ArrayMapBytecodeExpression Modifier and Type Method Description static ArrayMapBytecodeExpressionArrayGeneratorUtils. map(io.airlift.bytecode.Scope scope, CachedInstanceBinder cachedInstanceBinder, Type fromElementType, Type toElementType, io.airlift.bytecode.Variable array, FunctionMetadata functionMetadata, Function<InvocationConvention,FunctionInvoker> functionInvokerProvider)static ArrayMapBytecodeExpressionArrayGeneratorUtils. map(io.airlift.bytecode.Scope scope, CallSiteBinder binder, io.airlift.bytecode.expression.BytecodeExpression array, Type fromElementType, Type toElementType, Function<io.airlift.bytecode.expression.BytecodeExpression,io.airlift.bytecode.expression.BytecodeExpression> mapper)static ArrayMapBytecodeExpressionArrayGeneratorUtils. map(io.airlift.bytecode.Scope scope, CallSiteBinder binder, Type fromElementType, Type toElementType, io.airlift.bytecode.expression.BytecodeExpression array, Function<io.airlift.bytecode.expression.BytecodeExpression,io.airlift.bytecode.expression.BytecodeExpression> mapper)
-