12345678910111213141516171819202122 |
- YQL_UDF_CONTRIB(datetime2_udf)
- YQL_ABI_VERSION(
- 2
- 40
- 0
- )
- SRCS(
- datetime_udf.cpp
- )
- PEERDIR(
- util/draft
- yql/essentials/public/udf/arrow
- yql/essentials/minikql
- yql/essentials/minikql/datetime
- yql/essentials/public/udf/tz
- )
- END()
- RECURSE_FOR_TESTS(
- test
- test_bigdates
- )
|