Uses of Class
com.pervasive.datarush.encoding.text.TruthValues
Packages that use TruthValues
Package
Description
Implementations of encoders of tokens
into text formats.
Provides classes and interfaces related to defining functions on records.
Provides an object model for capturing schema information used primarily by the
textfile package.-
Uses of TruthValues in com.pervasive.datarush.encoding.text
Subclasses of TruthValues in com.pervasive.datarush.encoding.textModifier and TypeClassDescriptionclassA one-to-one mapping of strings to boolean values which does case-sensitive comparisons.classA one-to-one mapping of strings to boolean values which does case-insensitive comparisons.Constructors in com.pervasive.datarush.encoding.text with parameters of type TruthValuesModifierConstructorDescriptionBooleanFormatter(TruthValues mapping) Creates a formatter using the specified mapping.BooleanFormatter(TruthValues mapping, String nullIndicator) Creates a formatter using the specified mapping.BooleanParser(TruthValues mapping) Creates a parser using the specified mapping.BooleanParser(TruthValues mapping, String nullIndicator) Creates a parser using the specified mapping. -
Uses of TruthValues in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions with parameters of type TruthValuesModifier and TypeMethodDescriptionstatic ScalarValuedFunctionConversions.toBoolean(ScalarValuedFunction expr, TruthValues mapping) Convert a string typed expression into a boolean type.static ScalarValuedFunctionConversions.toBoolean(String field, TruthValues mapping) Convert a string typed field into a boolean type. -
Uses of TruthValues in com.pervasive.datarush.schema
Methods in com.pervasive.datarush.schema with parameters of type TruthValuesModifier and TypeMethodDescriptionstatic final TextDataTypeTextTypes.MAPPED_BOOLEAN(TruthValues mapping) Defines an external boolean valued type using the specified mapping.static final TextDataTypeTextTypes.MAPPED_BOOLEAN(TruthValues mapping, String nullIndicator) Defines an external boolean valued type using the specified mapping.