public class TokenFct extends NativeScalarFunction
AssignmentTestable.TestResultargTypes, name, returnType| Constructor and Description |
|---|
TokenFct(TableMetadata metadata) |
| 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.
|
isAggregate, isCalledOnNullInputisNativeaddFunctionsTo, argTypes, argumentsList, columnName, elementKeyspace, elementName, equals, hashCode, name, referencesUserType, returnType, testAssignment, toCqlString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddFunctionsTo, argTypes, columnName, compare, isNative, name, referencesUserType, returnTypetestAssignmentpublic TokenFct(TableMetadata metadata)
public java.nio.ByteBuffer execute(ProtocolVersion protocolVersion, java.util.List<java.nio.ByteBuffer> parameters) throws InvalidRequestException
ScalarFunctionprotocolVersion - protocol version used for parameters and return valueparameters - the input parametersInvalidRequestException - if this function cannot not be applied to the parameterCopyright © 2009-2020 The Apache Software Foundation