Package | Description |
---|---|
com.pervasive.datarush.functions |
Provides classes and interfaces related to defining functions on records.
|
Modifier and Type | Method and Description |
---|---|
static MappedEvaluatorFactory.Mapping |
MappedEvaluatorFactory.use(ScalarTokenType type,
Class<? extends FunctionEvaluator> evaluator)
Defines the evaluator class for a given type.
|
Constructor and 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.
|
Copyright © 2019 Actian Corporation. All rights reserved.