@Internal public class TypeOfFunction extends BuiltInScalarFunction
BuiltInFunctionDefinitions.TYPE_OF
.Constructor and Description |
---|
TypeOfFunction(SpecializedFunction.SpecializedContext context) |
Modifier and Type | Method and Description |
---|---|
StringData |
eval(Object... unused) |
void |
open(FunctionContext context)
Setup method for user-defined function.
|
getArgumentDataTypes, getOutputDataType, getRequirements, getTypeInference, isDeterministic
getKind, getParameterTypes, getResultType
close, functionIdentifier, toString
public TypeOfFunction(SpecializedFunction.SpecializedContext context)
public void open(FunctionContext context) throws Exception
UserDefinedFunction
open
in class UserDefinedFunction
Exception
@Nullable public StringData eval(Object... unused)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.