Class FunctionName
java.lang.Object
org.apache.cassandra.cql3.functions.FunctionName
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendCqlTo(CqlBuilder builder) final booleanfinal booleanequalsNativeFunction(FunctionName nativeFunction) final inthashCode()booleanstatic booleanisNameValid(String name) Validate the function name, e.g.static FunctionNamenativeFunction(String name) toString()
-
Field Details
-
keyspace
-
name
-
-
Constructor Details
-
FunctionName
-
-
Method Details
-
nativeFunction
-
isNameValid
Validate the function name, e.g. contains no disallowed characters- Parameters:
name-- Returns:
- true if name is valid; otherwise, false
-
asNativeFunction
-
hasKeyspace
public boolean hasKeyspace() -
hashCode
public final int hashCode() -
equals
-
equalsNativeFunction
-
toString
-
appendCqlTo
-