123456789101112131415161718192021222324252627 |
- LIBRARY()
- SRCS(
- codec.h
- compare.h
- comp_factory.h
- context.h
- interface.h
- interface.cpp
- pack.h
- parser.h
- type_desc.h
- utils.h
- )
- PEERDIR(
- util
- yql/essentials/ast
- yql/essentials/public/udf
- yql/essentials/public/udf/arrow
- yql/essentials/core/cbo
- library/cpp/disjoint_sets
- )
- YQL_LAST_ABI_VERSION()
- END()
|