Uses of Interface
com.pervasive.datarush.functions.FunctionContext
-
Packages that use FunctionContext Package Description com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records. -
-
Uses of FunctionContext in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions with parameters of type FunctionContext Modifier and Type Method Description ScalarTokenType
FixedType. computeResultType(FunctionContext ctx)
ScalarTokenType
FunctionTyper. computeResultType(FunctionContext ctx)
Calculates the result type for the function given the provided context.ScalarTokenType
ObjectInputTyper. computeResultType(FunctionContext ctx)
ScalarTokenType
WidestInputTyper. computeResultType(FunctionContext ctx)
ScalarTokenType
FixedType. computeUpperBound(FunctionContext ctx)
ScalarTokenType
FunctionTyper. computeUpperBound(FunctionContext ctx)
Calculates the upper bound for the function given the provided context.ScalarTokenType
ObjectInputTyper. computeUpperBound(FunctionContext ctx)
ScalarTokenType
WidestInputTyper. computeUpperBound(FunctionContext ctx)
static ScalarTokenType
FunctionUtil. widestInputType(FunctionContext ctx)
Returns the widest input type for allScalarValuedFunction
arguments in the context.static ScalarTokenType
FunctionUtil. widestInputType(FunctionContext ctx, int... indices)
Returns the widest input type for all specifiedScalarValuedFunction
arguments in the context.
-