|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.functions.AbstractFunction
org.apache.cassandra.cql3.functions.TokenFct
public class TokenFct
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.functions.Function |
---|
Function.Factory |
Field Summary | |
---|---|
static Function.Factory |
factory
|
Fields inherited from class org.apache.cassandra.cql3.functions.AbstractFunction |
---|
argsType, name, returnType |
Constructor Summary | |
---|---|
TokenFct(CFMetaData cfm)
|
Method Summary | |
---|---|
java.nio.ByteBuffer |
execute(java.util.List<java.nio.ByteBuffer> parameters)
|
Methods inherited from class org.apache.cassandra.cql3.functions.AbstractFunction |
---|
argsType, factory, name, returnType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Function.Factory factory
Constructor Detail |
---|
public TokenFct(CFMetaData cfm)
Method Detail |
---|
public java.nio.ByteBuffer execute(java.util.List<java.nio.ByteBuffer> parameters) throws InvalidRequestException
InvalidRequestException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |