Package com.pervasive.datarush.operators.record

Provides operators for manipulating record structure. This encompasses a number of activities:
  • Adding new fields to or modifying existing fields of the record. This can be either injection or replacement with a constant or derived value. Values are derived from the field of the record using ScalarValuedFunctions.
  • Deleting, renaming, or reordering fields of the record.
  • Combining records from two sources into a single record in a pairwise fashion. For combining records based on shared keys, use join operators.