Package | Description |
---|---|
com.pervasive.datarush.functions |
Provides classes and interfaces related to defining functions on records.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFunctionInvoker
A default function invoker, which passes arguments directly to the method using
an
ArgumentConverter .Arguments may specify a converter using the FunctionArgument annotation. |
class |
FormatFunctionInvoker
A specialized function invoker for format.
|
class |
ListFunctionInvoker
A function invoker which passes all of its arguments as a single list to the method.
|
class |
WavgFunctionInvoker
A specialized function invoker for wavg.
|
Copyright © 2019 Actian Corporation. All rights reserved.