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§
- Skiff
Format - A YTsaurus
<...>skiffformat declaration.
Enums§
- Data
Format - A supported YTsaurus data format.
- Yson
Format - Supported format for YSON data representation