blob: fbd5cfab23c7774974e273b9ec4def7c783f6c91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LIBRARY()
PEERDIR(
contrib/libs/apache/arrow
yql/essentials/minikql/arrow
yql/essentials/providers/common/codec
yql/essentials/public/udf/arrow
)
SRCS(
yql_codec_buf_input_stream.cpp
yql_codec_buf_output_stream.cpp
)
YQL_LAST_ABI_VERSION()
END()
|