public abstract class NativeFunction extends AbstractFunction
AssignmentTestable.TestResultargTypes, name, returnType| 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. | 
addFunctionsTo, argTypes, columnName, equals, hashCode, hasReferenceTo, name, returnType, testAssignment, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisAggregateprotected NativeFunction(java.lang.String name,
                         AbstractType<?> returnType,
                         AbstractType<?>... argTypes)
public boolean isNative()
Functiontrue if the function is a native/hard coded one, false otherwise.Copyright © 2018 The Apache Software Foundation