Package | Description |
---|---|
com.pervasive.datarush.functions |
Provides classes and interfaces related to defining functions on records.
|
Modifier and Type | Method and Description |
---|---|
static ScalarFunctionDescriptor.SubexpressionBound |
ScalarFunctionDescriptor.arg(ScalarValuedFunction subexpr,
ScalarTokenType type)
Declares the given subexpression has the specified type bound.
|
static ScalarFunctionDescriptor.SubexpressionBound |
ScalarFunctionDescriptor.varargs(List<? extends ScalarValuedFunction> subexprs,
ScalarTokenType type)
Declares a variable number of arguments, all having the specified type bound.
|
Copyright © 2016 Actian Corporation. All rights reserved.