Closed norberttech closed 2 months ago
Example:
df() ->read(from_parquet(__DIR__ . '/orders_with_products.parquet')) ->batchSize(1000) ->write(to_output(output: Output::rows_and_column_count)) ->run();
Output:
php .scratchpad/flow/read.php Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9 Rows: 1000, Columns: 9
Results of the benchmarks from this PR are compared with the results from 1.x branch.
Change Log
Added
Fixed
Changed
Removed
Deprecated
Security
Description
Example:
Output: