See: Description
Class | Description |
---|---|
ColumnsToRows |
Normalize records by transposing values from row columns into multiple rows.
|
DeriveFields |
Applies one or more functions to the input record data.
|
DiscoverDomain |
Utility operator for discovering the domain of string fields.
|
FieldDerivation |
Defines how a field's value in the output is derived from
fields in the input.
|
FilterFields |
Base class for operators which filter fields in the input records.
|
MergeFields |
Merges two streams of data with an equivalent number of rows into one.
|
RemapFields |
Rearranges and renames fields in a record.
|
RemoveFields |
Removes a subset of fields from the input records.
|
RetainFields |
Preserves a subset of fields from the input records.
|
RowsToColumns |
The RowsToColumns operator is used to pivot data from a narrow representation
(rows) into a wider representation (columns).
|
SelectFields |
Preserves a subset of fields from the input records.
|
ScalarValuedFunction
s.join
operators.
Copyright © 2019 Actian Corporation. All rights reserved.