Package | Description |
---|---|
com.pervasive.datarush.operators |
Provides classes and interfaces for developing dataflow operators.
|
com.pervasive.datarush.operators.io.staging |
Provides operators for reading and writing DataRush staging datasets.
|
com.pervasive.datarush.operators.join |
Provides operators for joining together two data sets into a single one.
|
com.pervasive.datarush.operators.model |
Provides operators for handling models.
|
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 | Method and Description |
---|---|
void |
OperatorProxies.DeferredCompositeOperatorProxy.compose(DeferredCompositionContext ctx)
Public only as a matter of implementation; not intended for external use
|
protected abstract void |
DeferredCompositeOperator.compose(DeferredCompositionContext ctx)
Compose the body of this operator.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ForceStaging.compose(DeferredCompositionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
UnionAll.compose(DeferredCompositionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergeModel.compose(DeferredCompositionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
PartitionHint.compose(DeferredCompositionContext ctx) |
protected void |
GatherHint.compose(DeferredCompositionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
Sort.compose(DeferredCompositionContext ctx) |
Copyright © 2020 Actian Corporation. All rights reserved.