Uses of Class
com.pervasive.datarush.functions.MappedEvaluatorFactory.Mapping
-
Packages that use MappedEvaluatorFactory.Mapping Package Description com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records. -
-
Uses of MappedEvaluatorFactory.Mapping in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions that return MappedEvaluatorFactory.Mapping Modifier and Type Method Description static MappedEvaluatorFactory.Mapping
MappedEvaluatorFactory. use(ScalarTokenType type, Class<? extends FunctionEvaluator> evaluator)
Defines the evaluator class for a given type.Constructors in com.pervasive.datarush.functions with parameters of type MappedEvaluatorFactory.Mapping Constructor Description InputMappedFactory(int[] indices, MappedEvaluatorFactory.Mapping... mappings)
Defines a factory using the specified mapping dispatched by the widest type of the specified arguments.InputMappedFactory(int index, MappedEvaluatorFactory.Mapping... mappings)
Defines a factory using the specified mapping and dispatched by the type of the specified argument.MappedEvaluatorFactory(MappedEvaluatorFactory.Mapping... mappings)
Creates a factory using the supplied mappings.ResultMappedFactory(MappedEvaluatorFactory.Mapping... mappings)
Defines a factory using the specified mapping.
-