public class TokenFct extends NativeScalarFunction
AssignmentTestable.TestResult
argTypes, name, returnType
Constructor and Description |
---|
TokenFct(CFMetaData cfm) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
execute(int protocolVersion,
java.util.List<java.nio.ByteBuffer> parameters)
Applies this function to the specified parameter.
|
isAggregate, isCalledOnNullInput
isNative
addFunctionsTo, argTypes, equals, hashCode, hasReferenceTo, name, returnType, testAssignment, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addFunctionsTo, argTypes, hasReferenceTo, isNative, name, returnType
testAssignment
public TokenFct(CFMetaData cfm)
public java.nio.ByteBuffer execute(int protocolVersion, java.util.List<java.nio.ByteBuffer> parameters) throws InvalidRequestException
ScalarFunction
protocolVersion
- protocol version used for parameters and return valueparameters
- the input parametersInvalidRequestException
- if this function cannot not be applied to the parameterCopyright © 2017 The Apache Software Foundation