ilnurkh 784925324f Y_FAIL->Y_ABORT at '^li' | 1 year ago | |
---|---|---|
.. | ||
ut | 1 year ago | |
CMakeLists.darwin-x86_64.txt | 1 year ago | |
CMakeLists.linux-aarch64.txt | 1 year ago | |
CMakeLists.linux-x86_64.txt | 1 year ago | |
CMakeLists.txt | 1 year ago | |
CMakeLists.windows-x86_64.txt | 1 year ago | |
Readme.md | 1 year ago | |
builder.cpp | 1 year ago | |
builder.h | 1 year ago | |
error.cpp | 1 year ago | |
error.h | 1 year ago | |
fwd.h | 1 year ago | |
type.cpp | 1 year ago | |
type.h | 1 year ago | |
type_complexity.cpp | 1 year ago | |
type_complexity.h | 1 year ago | |
type_constructors.h | 1 year ago | |
type_equivalence.cpp | 1 year ago | |
type_equivalence.h | 1 year ago | |
type_factory.cpp | 1 year ago | |
type_factory.h | 1 year ago | |
type_info.cpp | 1 year ago | |
type_info.h | 1 year ago | |
type_io.cpp | 1 year ago | |
type_io.h | 1 year ago | |
type_list.cpp | 1 year ago | |
type_list.h | 1 year ago | |
ya.make | 1 year ago |
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()