Skip to content
Search
DSL · Floe

merge_floe

Definition

/**
 * 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.
 *
 * @param array<int, Path|string> $sources
 */
merge_floe(array $sources, Path|string $dest, bool $compact, ?Metadata $metadata, Filesystem $filesystem) : void

Contributors

Built in the open.

Join us on GitHub
scroll back to top