ya.make 434 B

12345678910111213141516171819202122232425262728
  1. LIBRARY()
  2. SRCS(
  3. codec.h
  4. compare.h
  5. comp_factory.h
  6. context.h
  7. interface.h
  8. interface.cpp
  9. pack.h
  10. parser.h
  11. type_desc.h
  12. utils.h
  13. )
  14. PEERDIR(
  15. util
  16. yql/essentials/ast
  17. yql/essentials/public/udf
  18. yql/essentials/public/udf/arrow
  19. yql/essentials/core/cbo
  20. library/cpp/disjoint_sets
  21. yql/essentials/providers/common/codec/yt_arrow_converter_interface
  22. )
  23. YQL_LAST_ABI_VERSION()
  24. END()