Flow PHP

functions.php

Functions

floe_options()

floe_options([bool $validate_data = true ][, int $buffer_size = 65536 ][, Codec $codec = new NoopCodec() ]) : Options
Parameters
$validate_data : bool = true
$buffer_size : int = 65536
$codec : Codec = new NoopCodec()
Return values
Options

merge_floe()

Merges several Floe files (same or append-compatible evolving schema) into one, on the local filesystem. Byte-splices frame regions by default (O(bytes), no re-encode); compact re-encodes all rows into fewer sections. For non-local filesystems use FloeMerger directly.

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

Search results