public abstract class NativeFunction extends AbstractFunction
AssignmentTestable.TestResult
argTypes, name, returnType
UNRESOLVED
Modifier | Constructor and Description |
---|---|
protected |
NativeFunction(java.lang.String name,
AbstractType<?> returnType,
AbstractType<?>... argTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
isNative()
Checks whether the function is a native/hard coded one or not.
|
boolean |
isPure()
Checks whether the function is a pure function (as in doesn't depend on, nor produces side effects) or not.
|
addFunctionsTo, argTypes, argumentsList, columnName, elementKeyspace, elementName, equals, hashCode, name, referencesUserType, returnType, testAssignment, toCqlString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compare, isAggregate
protected NativeFunction(java.lang.String name, AbstractType<?> returnType, AbstractType<?>... argTypes)
public boolean isNative()
Function
true
if the function is a native/hard coded one, false
otherwise.public boolean isPure()
Function
true
if the function is a pure function, false
otherwise.Copyright © 2009- The Apache Software Foundation