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 ScalarTokenTypeFixedType. computeResultType(FunctionContext ctx)ScalarTokenTypeFunctionTyper. computeResultType(FunctionContext ctx)Calculates the result type for the function given the provided context.ScalarTokenTypeObjectInputTyper. computeResultType(FunctionContext ctx)ScalarTokenTypeWidestInputTyper. computeResultType(FunctionContext ctx)ScalarTokenTypeFixedType. computeUpperBound(FunctionContext ctx)ScalarTokenTypeFunctionTyper. computeUpperBound(FunctionContext ctx)Calculates the upper bound for the function given the provided context.ScalarTokenTypeObjectInputTyper. computeUpperBound(FunctionContext ctx)ScalarTokenTypeWidestInputTyper. computeUpperBound(FunctionContext ctx)static ScalarTokenTypeFunctionUtil. widestInputType(FunctionContext ctx)Returns the widest input type for allScalarValuedFunctionarguments in the context.static ScalarTokenTypeFunctionUtil. widestInputType(FunctionContext ctx, int... indices)Returns the widest input type for all specifiedScalarValuedFunctionarguments in the context.
-