public class FromJsonFct extends NativeScalarFunction
AssignmentTestable.TestResult| Modifier and Type | Field and Description | 
|---|---|
| static FunctionName | NAME | 
argTypes, name, returnType| Modifier and Type | Method and Description | 
|---|---|
| java.nio.ByteBuffer | execute(ProtocolVersion protocolVersion,
       java.util.List<java.nio.ByteBuffer> parameters)Applies this function to the specified parameter. | 
| static FromJsonFct | getInstance(AbstractType<?> returnType) | 
isAggregate, isCalledOnNullInputisNativeaddFunctionsTo, argTypes, columnName, equals, hashCode, hasReferenceTo, name, returnType, testAssignment, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddFunctionsTo, argTypes, columnName, hasReferenceTo, isNative, name, returnTypetestAssignmentpublic static final FunctionName NAME
public static FromJsonFct getInstance(AbstractType<?> returnType)
public java.nio.ByteBuffer execute(ProtocolVersion protocolVersion, java.util.List<java.nio.ByteBuffer> parameters)
ScalarFunctionprotocolVersion - protocol version used for parameters and return valueparameters - the input parametersCopyright © 2018 The Apache Software Foundation