1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
LIBRARY() SRCS( arrow_util.cpp mkql_functions.cpp ) PEERDIR( contrib/libs/apache/arrow yql/essentials/minikql yql/essentials/public/udf/arrow ) IF (MKQL_RUNTIME_VERSION) CFLAGS(-DMKQL_RUNTIME_VERSION=$MKQL_RUNTIME_VERSION) ENDIF() YQL_LAST_ABI_VERSION() END() RECURSE_FOR_TESTS( ut )