Skip to main content

Crate ytsaurus_format

Crate ytsaurus_format 

Source
Expand description

The data encoding used at a YTsaurus table or worker boundary.

DataFormat is shared by ytsaurus-client operation/table APIs and by ytsaurus-job worker APIs. Keeping that choice in one small crate means a launcher and its worker use the same value rather than two look-alike sets of format options that can drift apart.

The enum is non-exhaustive: adding a YTsaurus format is a semver-compatible extension, while callers that need to distinguish formats are prompted to handle future variants.

Structs§

SkiffFormat
A YTsaurus <...>skiff format declaration.

Enums§

DataFormat
A supported YTsaurus data format.
YsonFormat
Supported format for YSON data representation