@Internal public class ArraySliceFunction extends BuiltInScalarFunction
BuiltInFunctionDefinitions.ARRAY_SLICE
.Constructor and Description |
---|
ArraySliceFunction(SpecializedFunction.SpecializedContext context) |
Modifier and Type | Method and Description |
---|---|
ArrayData |
eval(ArrayData array,
Integer start) |
ArrayData |
eval(ArrayData array,
Integer start,
Integer end) |
getArgumentDataTypes, getOutputDataType, getRequirements, getTypeInference, isDeterministic
getKind, getParameterTypes, getResultType
close, functionIdentifier, open, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
supportsConstantFolding
public ArraySliceFunction(SpecializedFunction.SpecializedContext context)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.