whatsername f2d8ab4111 YT-18458: Introduce wide types into mapreduce interface | 8 месяцев назад | |
---|---|---|
.. | ||
ut | 1 год назад | |
Readme.md | 1 год назад | |
builder.cpp | 1 год назад | |
builder.h | 1 год назад | |
error.cpp | 1 год назад | |
error.h | 1 год назад | |
fwd.h | 8 месяцев назад | |
type.cpp | 8 месяцев назад | |
type.h | 8 месяцев назад | |
type_complexity.cpp | 8 месяцев назад | |
type_complexity.h | 1 год назад | |
type_constructors.h | 8 месяцев назад | |
type_equivalence.cpp | 8 месяцев назад | |
type_equivalence.h | 1 год назад | |
type_factory.cpp | 8 месяцев назад | |
type_factory.h | 8 месяцев назад | |
type_info.cpp | 1 год назад | |
type_info.h | 1 год назад | |
type_io.cpp | 8 месяцев назад | |
type_io.h | 1 год назад | |
type_list.cpp | 1 год назад | |
type_list.h | 8 месяцев назад | |
ya.make | 1 год назад |
Common Yandex Typesystem is a type system used across data storage and processing technologies developed by Yandex. A list of systems that support it includes YT, YDB, RTMR, YQL and others.
The Type Info library provides classes that represent types from Common Yandex Typesystem. It allows constructing in-memory representations of types, inspecting said representations, combining them to derive new types, as well as serializing and deserializing them.
For those familiar with Protobuf, Type Info implements the concept of message descriptors for Yandex type system.
Here you can find open issues: https://st.yandex-team.ru/YT/order:updated:false/filter?tags=type_info&resolution=empty()