Uses of Interface
com.pervasive.datarush.functions.FunctionContext
Packages that use FunctionContext
Package
Description
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 FunctionContextModifier and TypeMethodDescriptionFixedType.computeResultType(FunctionContext ctx) FunctionTyper.computeResultType(FunctionContext ctx) Calculates the result type for the function given the provided context.ObjectInputTyper.computeResultType(FunctionContext ctx) WidestInputTyper.computeResultType(FunctionContext ctx) FixedType.computeUpperBound(FunctionContext ctx) FunctionTyper.computeUpperBound(FunctionContext ctx) Calculates the upper bound for the function given the provided context.ObjectInputTyper.computeUpperBound(FunctionContext ctx) WidestInputTyper.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.