aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/udf/arrow/ya.make
blob: 3928b63852276edfc1520ed797c9883e04b9dc6a (plain) (blame)
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
28
29
30
LIBRARY()

SRCS(
    args_dechunker.cpp
    udf_arrow_helpers.cpp
    bit_util.cpp
    util.cpp
    block_builder.cpp
    block_reader.cpp
    block_item.cpp
    block_item_hasher.cpp
    block_item_comparator.cpp
    block_type_helper.cpp
    memory_pool.cpp
)

PEERDIR(
    yql/essentials/public/udf
    contrib/libs/apache/arrow
)

PROVIDES(YqlUdfSdkArrow)

YQL_LAST_ABI_VERSION()

END()

RECURSE_FOR_TESTS(
    ut
)