Uses of Class
com.pervasive.datarush.functions.ScalarFunctionDescriptor.SubexpressionBound
-
Packages that use ScalarFunctionDescriptor.SubexpressionBound Package Description com.pervasive.datarush.functions 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.SubexpressionBound Modifier and Type Method Description static ScalarFunctionDescriptor.SubexpressionBoundScalarFunctionDescriptor. arg(ScalarValuedFunction subexpr, ScalarTokenType type)Declares the given subexpression has the specified type bound.static ScalarFunctionDescriptor.SubexpressionBoundScalarFunctionDescriptor. varargs(List<? extends ScalarValuedFunction> subexprs, ScalarTokenType type)Declares a variable number of arguments, all having the specified type bound.
-