Package | Description |
---|---|
com.pervasive.datarush.operators.partition |
Provides operators for partitioning and unpartitioning flows of data.
|
com.pervasive.datarush.operators.sort |
Provides operators for sorting and manipulating sorted
flows.
|
Modifier and Type | Class and Description |
---|---|
class |
GatherHint
Forces parallel streams of data to be gathered into a single
non-parallel stream.
|
class |
PartitionHint
Forces the input data to be partitioned into parallel streams of data
for subsequent parallel operations.
|
Modifier and Type | Class and Description |
---|---|
class |
Sort
Sorts the input data.
|
Copyright © 2020 Actian Corporation. All rights reserved.