Modifier and Type | Class and Description |
---|---|
class |
AlgoOperator<T extends AlgoOperator<T>>
Base class for algorithm operators.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AlgoOperator.checkMinOpSize(int size,
AlgoOperator<?>... inputs) |
protected static void |
AlgoOperator.checkOpSize(int size,
AlgoOperator<?>... inputs) |
Modifier and Type | Class and Description |
---|---|
class |
BatchOperator<T extends BatchOperator<T>>
Base class of batch algorithm operators.
|
Modifier and Type | Class and Description |
---|---|
class |
TableSourceBatchOp
Transform the Table to SourceBatchOp.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamOperator<T extends StreamOperator<T>>
Base class of stream algorithm operators.
|
Modifier and Type | Class and Description |
---|---|
class |
TableSourceStreamOp
Transform the Table to SourceStreamOp.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.