Pipe Optimization
This commit is contained in:
@@ -76,9 +76,6 @@ type
|
|||||||
procedure Push(const RowData: array of TScalar.TValue);
|
procedure Push(const RowData: array of TScalar.TValue);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Synchronizes multiple inputs via barrier and executes a transformation.
|
|
||||||
TPipeStream = class;
|
|
||||||
|
|
||||||
{ TPipeSource acts as a selective accumulator for a single field of a stream. }
|
{ TPipeSource acts as a selective accumulator for a single field of a stream. }
|
||||||
TPipeSource = class(TInterfacedObject, ISeries)
|
TPipeSource = class(TInterfacedObject, ISeries)
|
||||||
public
|
public
|
||||||
@@ -112,6 +109,7 @@ type
|
|||||||
|
|
||||||
TPipeConfig = TArray<TArray<TScalarRecordField>>;
|
TPipeConfig = TArray<TArray<TScalarRecordField>>;
|
||||||
|
|
||||||
|
// Synchronizes multiple inputs via barrier and executes a transformation.
|
||||||
TPipeStream = class(TCustomDataStream)
|
TPipeStream = class(TCustomDataStream)
|
||||||
public
|
public
|
||||||
type
|
type
|
||||||
|
|||||||
Reference in New Issue
Block a user