Package | Description |
---|---|
com.pervasive.datarush.analytics.stats |
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
com.pervasive.datarush.operators.record |
Provides operators for manipulating record structure.
|
com.pervasive.datarush.operators.scripting |
Provides the
RunScript
operator for running user-defined scripts on the rows of an input record flow. |
com.pervasive.datarush.operators.select |
Provides operators for selecting a subset of the data set.
|
com.pervasive.datarush.operators.string |
Provides operators for operating on string values in records.
|
Modifier and Type | Class and Description |
---|---|
class |
Rank
Rank data using the given rank mode.
|
Modifier and Type | Class and Description |
---|---|
class |
ParseTextFields
Parses input text records according to a specified text schema.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnsToRows
Normalize records by transposing values from row columns into multiple rows.
|
class |
DeriveFields
Applies one or more functions to the input record data.
|
class |
FilterFields
Base class for operators which filter fields in the input records.
|
class |
RemoveFields
Removes a subset of fields from the input records.
|
class |
RetainFields
Preserves a subset of fields from the input records.
|
class |
SelectFields
Preserves a subset of fields from the input records.
|
Modifier and Type | Class and Description |
---|---|
class |
RunJavaScript
Processes rows using user-defined scripts written in JavaScript.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterRows
Filters records based on a specified predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
SplitField
Splits a string field into multiple fields, based on a specified pattern.
|
Copyright © 2016 Actian Corporation. All rights reserved.