Package | Description |
---|---|
com.pervasive.datarush.ports.record |
Provides implementations of port objects related to the flow of record sets
between operators.
|
Modifier and Type | Field and Description |
---|---|
static DatasetOptions |
DatasetOptions.DEFAULT
By default, we use the
DatasetStorageFormat.COMPACT_ROW and a block size of
64. |
Modifier and Type | Method and Description |
---|---|
DatasetOptions |
RecordMetadata.getStagingOptions()
Returns the staging options of the record port.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordPort.setIterationStagingOptions(IterativeMetadataContext ctx,
DatasetOptions options)
Sets the staging options for this input port.
|
RecordMetadata |
RecordMetadata.stagingOptions(DatasetOptions stagingOptions)
Returns a new RecordMetadata, equivalent to this, but
with stagingOptions set to the specified value.
|
Copyright © 2020 Actian Corporation. All rights reserved.