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, setNamegetInputSchema, getOutputSchema, setOutputSchemaaddChildToGraph, addChildToGraph, equals, getId, getInputs, getName, getParallelism, getStateType, hashCode, isMutable, rename, setMutable, setStateType, setTSetEnv, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuildgenerateID, getTBaseGraphpublic 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)
BatchRowTSetTSet output. This will be used in the packers for efficient
SER-DE operations in the following TLinkswithSchema in interface BatchRowTSetwithSchema in class BatchRowTSetImplschema - data type as a MessageTypeTSet