Flow PHP

functions.php

Functions

merge_floe()

Merges several Floe files (same or append-compatible evolving schema) into one. Byte-splices frame regions by default (O(bytes), no re-encode); compact re-encodes all rows into fewer sections.

merge_floe(array<int, Path|string> $sources, string|Path $dest[, bool $compact = false ][, Metadata|null $metadata = null ][, Filesystem $filesystem = new NativeLocalFilesystem() ]) : void
Parameters
$sources : array<int, Path|string>
$dest : string|Path
$compact : bool = false
$metadata : Metadata|null = null
$filesystem : Filesystem = new NativeLocalFilesystem()
On this page

Search results