Pipe Optimization

This commit is contained in:
Michael Schimmel
2026-02-14 18:34:15 +01:00
parent cb8fd44d6f
commit c73668643f
+1 -3
View File
@@ -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