public class RowSourceTSet extends BatchRowTSetImpl
BaseTSet.StateType
Constructor and Description |
---|
RowSourceTSet(BatchEnvironment tSetEnv,
SourceFunc<Row> src,
int parallelism) |
RowSourceTSet(BatchEnvironment tSetEnv,
java.lang.String name,
SourceFunc<Row> src,
int parallelism,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
INode |
getINode() |
RowSourceTSet |
withSchema(RowSchema schema)
Sets the data type of the
TSet output. |
addInput, cache, direct, getTSetEnv, join, lazyCache, lazyPersist, partition, persist, pipe, setName
getInputSchema, getOutputSchema, setOutputSchema
addChildToGraph, addChildToGraph, equals, getId, getInputs, getName, getParallelism, getStateType, hashCode, isMutable, rename, setMutable, setStateType, setTSetEnv, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
build
generateID, getTBaseGraph
public RowSourceTSet(BatchEnvironment tSetEnv, SourceFunc<Row> src, int parallelism)
public RowSourceTSet(BatchEnvironment tSetEnv, java.lang.String name, SourceFunc<Row> src, int parallelism, Schema schema)
public INode getINode()
public RowSourceTSet withSchema(RowSchema schema)
BatchRowTSet
TSet
output. This will be used in the packers for efficient
SER-DE operations in the following TLink
swithSchema
in interface BatchRowTSet
withSchema
in class BatchRowTSetImpl
schema
- data type as a MessageType
TSet