Uses of Interface
com.pervasive.datarush.tokens.scalar.ScalarRegister
-
Packages that use ScalarRegister Package Description com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.record Provides implementations of and utilities for record valued tokens.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of ScalarRegister in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens that return ScalarRegister Modifier and Type Method Description static ScalarRegister[]TokenRegisters. getRegisters(ScalarTokenType[] types)Creates an array ofScalarRegister's for the given types. -
Uses of ScalarRegister in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return ScalarRegister Modifier and Type Method Description ScalarRegisterSparseRecordRegister. getField(int index)ScalarRegisterSparseRecordRegister. getField(String fieldName)ScalarRegister[]SparseRecordRegister. getFields()ScalarRegisterRecordRegisterSupport. newScalarRegister(int absoluteIndex)ScalarRegisterRecordRegisterSupport. newScalarRegister(String name) -
Uses of ScalarRegister in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement ScalarRegister Modifier and Type Class Description classBinaryRegisterA mutableBinaryValuedobject.classBooleanRegisterA mutableBooleanValuedobject.classCharRegisterA mutableCharValuedobject.classDateRegisterA mutableDateValuedobject.classDoubleRegisterA mutableDoubleValuedobject.classDurationRegisterA mutableDurationValuedobject.classFloatRegisterA mutableBinaryValuedobject.classIntRegisterA mutableIntValuedobject.classIp4AddressRegisterA mutableIp4AddressValuedobject.classIp6AddressRegisterA mutableIp6AddressValuedobject.classLongRegisterA mutableIntValuedobject.classMoneyRegisterA mutableMoneyValuedobject.classNumericRegisterA mutableNumericValuedobject.classObjectRegister<O>A mutableObjectValuedobject.classPeriodRegisterA mutablePeriodValuedobject.classStringRegisterA mutableStringValuedobject.classTimeRegisterA mutableTimeValuedobject.classTimestampRegisterA mutableTimestampValuedobject.
-