ya.make 375 B

12345678910111213141516171819202122
  1. YQL_UDF_CONTRIB(datetime2_udf)
  2. YQL_ABI_VERSION(
  3. 2
  4. 40
  5. 0
  6. )
  7. SRCS(
  8. datetime_udf.cpp
  9. )
  10. PEERDIR(
  11. util/draft
  12. yql/essentials/public/udf/arrow
  13. yql/essentials/minikql
  14. yql/essentials/minikql/datetime
  15. yql/essentials/public/udf/tz
  16. )
  17. END()
  18. RECURSE_FOR_TESTS(
  19. test
  20. test_bigdates
  21. )