1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
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()