Uses of Class
com.pervasive.datarush.functions.ScalarFunctionDescriptor.SubexpressionBound
Packages that use ScalarFunctionDescriptor.SubexpressionBound
Package
Description
Provides classes and interfaces related to defining functions on records.
-
Uses of ScalarFunctionDescriptor.SubexpressionBound in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions that return ScalarFunctionDescriptor.SubexpressionBoundModifier and TypeMethodDescriptionScalarFunctionDescriptor.arg(ScalarValuedFunction subexpr, ScalarTokenType type) Declares the given subexpression has the specified type bound.ScalarFunctionDescriptor.varargs(List<? extends ScalarValuedFunction> subexprs, ScalarTokenType type) Declares a variable number of arguments, all having the specified type bound.