Uses of Interface
com.pervasive.datarush.tokens.scalar.ScalarSettable
Packages that use ScalarSettable
Package
Description
Provides base PMML for clustering models.
Provides the decision tree predictor operator and associated classes.
Provides an implementation of a Naive Bayes predictor.
Provides utility, PMML and other classes for shared use by regression related entities.
Provides an implementation of an SVM predictor.
Provides some (internal) utility classes for Analytics.
Provides basic interfaces used when converting tokens
into various formats.
Implementations of encoders of tokens
into text formats.
Provides classes and interfaces related to defining functions on records.
Provides data aggregation components.
Provides operators for reading and writing text data.
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of scalar token values.
Provides classes and utilities for working with data tokens.
Provides implementations of and utilities for record valued
tokens.
Provides implementations of and utilities for scalar valued
tokens.
-
Uses of ScalarSettable in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster with parameters of type ScalarSettableModifier and TypeMethodDescriptionprotected voidClusterPredictor.execute(PMMLModel model, RecordValued input, ScalarSettable[] predictedFields) -
Uses of ScalarSettable in com.pervasive.datarush.analytics.decisiontree.predictor
Methods in com.pervasive.datarush.analytics.decisiontree.predictor with parameters of type ScalarSettableModifier and TypeMethodDescriptionprotected voidDecisionTreePredictor.execute(PMMLModel pmml, RecordValued input, ScalarSettable[] predictedFields) -
Uses of ScalarSettable in com.pervasive.datarush.analytics.naivebayes.predictor
Methods in com.pervasive.datarush.analytics.naivebayes.predictor with parameters of type ScalarSettableModifier and TypeMethodDescriptionprotected voidNaiveBayesPredictor.execute(PMMLModel pmml, RecordValued input, ScalarSettable[] predictedFields) -
Uses of ScalarSettable in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with parameters of type ScalarSettableModifier and TypeMethodDescriptionprotected voidLogisticRegressionPredictor.execute(PMMLModel pmml, RecordValued input, ScalarSettable[] predictedFields) protected voidRegressionPredictor.execute(PMMLModel model, RecordValued input, ScalarSettable[] predictedFields) -
Uses of ScalarSettable in com.pervasive.datarush.analytics.svm.predictor
Methods in com.pervasive.datarush.analytics.svm.predictor with parameters of type ScalarSettableModifier and TypeMethodDescriptionprotected voidSVMPredictor.execute(PMMLModel pmml, RecordValued input, ScalarSettable[] predictedFields) -
Uses of ScalarSettable in com.pervasive.datarush.analytics.util
Methods in com.pervasive.datarush.analytics.util with parameters of type ScalarSettableModifier and TypeMethodDescriptionprotected abstract voidAbstractPredictor.execute(PMMLModel model, RecordValued input, ScalarSettable[] predictedFields) Called to perform prediction. -
Uses of ScalarSettable in com.pervasive.datarush.encoding
Methods in com.pervasive.datarush.encoding with parameters of type ScalarSettableModifier and TypeMethodDescriptionvoidTokenParser.setTarget(ScalarSettable target) Sets the buffer for holding parsed values. -
Uses of ScalarSettable in com.pervasive.datarush.encoding.text
Methods in com.pervasive.datarush.encoding.text with parameters of type ScalarSettableModifier and TypeMethodDescriptionvoidDefaultFloatParser.setTargetRegister(ScalarSettable output) -
Uses of ScalarSettable in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions with parameters of type ScalarSettableModifier and TypeMethodDescriptionEvaluationContext.constructEvaluator(EvaluatorFactory factory, List<Object> arguments, ScalarSettable result) Creates an evaluator for a top-level expression, binding its output to the provided result buffer.EvaluatorFactory.contructEvaluator(ScalarSettable result, Object[] arguments) Construct a new evaluator for the associated function with the given arguments, bound to the specified output buffer.MappedEvaluatorFactory.contructEvaluator(ScalarSettable result, Object[] arguments) ReflectiveFactory.contructEvaluator(ScalarSettable result, Object[] arguments) protected ScalarTokenTypeInputMappedFactory.getDispatchType(ScalarSettable result, Object[] arguments) protected abstract ScalarTokenTypeMappedEvaluatorFactory.getDispatchType(ScalarSettable result, Object[] arguments) Determines the type to use to select the evaluator.protected ScalarTokenTypeResultMappedFactory.getDispatchType(ScalarSettable result, Object[] arguments) ConstantReference.getEvaluator(RecordValued input, ScalarSettable output) FieldReference.getEvaluator(RecordValued input, ScalarSettable output) ScalarValuedFunction.getEvaluator(RecordValued input, ScalarSettable result) Constructs an instance of an evaluator for the function. -
Uses of ScalarSettable in com.pervasive.datarush.operators.group
Methods in com.pervasive.datarush.operators.group that return ScalarSettableModifier and TypeMethodDescriptionWriteableStorage.getScalarSettable(int offset) Gets a mutable handle to the internal element at the given offset.Methods in com.pervasive.datarush.operators.group with parameters of type ScalarSettableModifier and TypeMethodDescriptionvoidAggregator.storeFinalResult(ScalarSettable output) Outputs the final result into the specified ScalarSettable.Constructors in com.pervasive.datarush.operators.group with parameters of type ScalarSettableModifierConstructorDescriptionWriteableStorage(ScalarSettable[] internals) Create a new writeable storage. -
Uses of ScalarSettable in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile with parameters of type ScalarSettableModifier and TypeMethodDescriptionJsonRecordReader.getJsonFieldParser(String fieldName, ScalarSettable target) -
Uses of ScalarSettable in com.pervasive.datarush.ports.physical
Subinterfaces of ScalarSettable in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceA binary valued field of a record output port.interfaceA boolean valued field of a record output port.interfaceA character valued field of a record output port.interfaceA date valued field of a record output port.interfaceA double valued field of a record output port.interfaceA duration valued field of a record output port.interfaceA float valued field of a record output port.interfaceAn integer valued field of a record output port.interfaceA ip4 address valued field of a record output port.interfaceA ip6 address valued field of a record output port.interfaceA long valued field of a record output port.interfaceA money valued field of a record output port.interfaceA number valued field of a record output port.interfaceA numeric valued field of a record output port.interfaceAn object valued field of a record output port.interfaceA period valued field of a record output port.interfaceA field of a record output port.interfaceA string valued field of a record output port.interfaceA time valued field of a record output port.interfaceA timestamp valued field of a record output port. -
Uses of ScalarSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return ScalarSettable -
Uses of ScalarSettable in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with type parameters of type ScalarSettableModifier and TypeMethodDescriptionstatic <T extends ScalarSettable>
T[]TokenUtils.castFields(RecordSettable value, Class<T> clazz, String[] fieldNames) Extracts the given list of field names, casting them to the specified type.static <T extends ScalarSettable>
T[]TokenUtils.castFields(ScalarSettable[] fields, Class<T> clazz) Casts an array of fields to the specified typestatic <T extends ScalarSettable>
T[]TokenUtils.castFields(ScalarSettable[] fields, Class<T> clazz, Integer[] fieldIndices) Extracts the given list of field indices, casting them to the specified type.Methods in com.pervasive.datarush.tokens that return ScalarSettableModifier and TypeMethodDescriptionstatic <T extends ScalarSettable>
T[]TokenUtils.castFields(RecordSettable value, Class<T> clazz, String[] fieldNames) Extracts the given list of field names, casting them to the specified type.static <T extends ScalarSettable>
T[]TokenUtils.castFields(ScalarSettable[] fields, Class<T> clazz) Casts an array of fields to the specified typestatic <T extends ScalarSettable>
T[]TokenUtils.castFields(ScalarSettable[] fields, Class<T> clazz, Integer[] fieldIndices) Extracts the given list of field indices, casting them to the specified type.static ScalarSettable[]TokenUtils.selectFields(RecordSettable value, String[] fieldNames) Extracts the given list of field setters from a writeable record buffer.Methods in com.pervasive.datarush.tokens with parameters of type ScalarSettableModifier and TypeMethodDescriptionstatic <T extends ScalarSettable>
T[]TokenUtils.castFields(ScalarSettable[] fields, Class<T> clazz) Casts an array of fields to the specified typestatic <T extends ScalarSettable>
T[]TokenUtils.castFields(ScalarSettable[] fields, Class<T> clazz, Integer[] fieldIndices) Extracts the given list of field indices, casting them to the specified type. -
Uses of ScalarSettable in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return ScalarSettableModifier and TypeMethodDescriptionMutableComposite.getField(int index) RecordSettable.getField(int index) Get the field at the given index within the list of fields.Gets the settable for the field with the given name.RecordSettableFilter.getField(int index) MutableComposite.getFields()RecordSettable.getFields()Gets the settables for all fields in the recordRecordSettableFilter.getFields()Constructors in com.pervasive.datarush.tokens.record with parameters of type ScalarSettableModifierConstructorDescriptionMutableComposite(RecordTokenType type, ScalarSettable[] fields) Construct a composite with the described schema using the suppliedScalarSettableobjects.MutableComposite(T... fields) Construct a composite with the described schema using the suppliedNamedandScalarSettableobjects. -
Uses of ScalarSettable in com.pervasive.datarush.tokens.scalar
Subinterfaces of ScalarSettable in com.pervasive.datarush.tokens.scalarModifier and TypeInterfaceDescriptioninterfaceATokenSettableobject containing a binary value.interfaceATokenSettableobject containing a boolean value.interfaceATokenSettableobject containing a character value.interfaceATokenSettableobject containing a date value.interfaceATokenSettableobject containing a double value.interfaceATokenSettableobject containing a duration value.interfaceATokenSettableobject containing a float value.interfaceATokenSettableobject containing an integer value.interfaceATokenSettableobject containing a Inet4Address value.interfaceATokenSettableobject containing a Inet6Address value.interfaceATokenSettableobject containing a long value.interfaceATokenSettableobject containing a money value.interfaceATokenSettableobject containing a number value.interfaceATokenSettableobject containing a numeric value.interfaceATokenSettableobject containing a Java object.interfaceATokenSettableobject containing a period value.interfaceA mutableScalarValuedobject.interfaceATokenSettableobject containing a string value.interfaceATokenSettableobject containing a time value.interfaceATokenSettableobject containing a timestamp value.Classes in com.pervasive.datarush.tokens.scalar that implement ScalarSettableModifier and TypeClassDescriptionfinal classA mutableBinaryValuedobject.final classA mutableBooleanValuedobject.final classA mutableCharValuedobject.final classA mutableDateValuedobject.final classA mutableDoubleValuedobject.final classA mutableDurationValuedobject.final classA mutableBinaryValuedobject.final classA mutableIntValuedobject.final classA mutableIp4AddressValuedobject.final classA mutableIp6AddressValuedobject.final classA mutableIntValuedobject.final classA mutableMoneyValuedobject.final classA mutableNumericValuedobject.final classA mutableObjectValuedobject.final classA mutablePeriodValuedobject.final classA mutableStringValuedobject.final classA mutableTimeValuedobject.final classA mutableTimestampValuedobject.