ExZarr.Streaming (ExZarr v1.1.0)

View Source

Internal streaming helpers used by ExZarr.Array and pipeline producers.

This module is not part of the stable public API. Use ExZarr.Array.stream_chunks/2, stream_slices/3, and write_stream/3 instead.

Summary

Types

chunk_event()

@type chunk_event() ::
  {tuple(), binary()} | %{index: tuple(), data: binary(), metadata: map()}

slice_event()

@type slice_event() ::
  {tuple(), binary()} | %{index: tuple(), data: binary(), metadata: map()}