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