Uses of Class
com.pervasive.datarush.functions.MappedEvaluatorFactory.Mapping
Packages that use MappedEvaluatorFactory.Mapping
Package
Description
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.MappingModifier and TypeMethodDescriptionMappedEvaluatorFactory.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.MappingModifierConstructorDescriptionInputMappedFactory(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.protectedMappedEvaluatorFactory(MappedEvaluatorFactory.Mapping... mappings) Creates a factory using the supplied mappings.ResultMappedFactory(MappedEvaluatorFactory.Mapping... mappings) Defines a factory using the specified mapping.