org.apache.cassandra.cql3.functions
Interface Function

All Known Implementing Classes:
AbstractFunction, TokenFct

public interface Function


Nested Class Summary
static interface Function.Factory
           
 
Method Summary
 java.util.List<AbstractType<?>> argsType()
           
 java.nio.ByteBuffer execute(java.util.List<java.nio.ByteBuffer> parameters)
           
 java.lang.String name()
           
 AbstractType<?> returnType()
           
 

Method Detail

name

java.lang.String name()

argsType

java.util.List<AbstractType<?>> argsType()

returnType

AbstractType<?> returnType()

execute

java.nio.ByteBuffer execute(java.util.List<java.nio.ByteBuffer> parameters)
                            throws InvalidRequestException
Throws:
InvalidRequestException


Copyright © 2013 The Apache Software Foundation