summaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/interface/ya.make
blob: 90f37bffcdf7370f3378c98a995820088dfd8f00 (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
LIBRARY()

SRCS(
    codec.h
    compare.h
    comp_factory.h
    context.h
    interface.h
    interface.cpp
    pack.h
    parser.h
    type_desc.h
    utils.h
)

PEERDIR(
    util
    yql/essentials/ast
    yql/essentials/public/udf
    yql/essentials/public/udf/arrow
    yql/essentials/core/cbo
    library/cpp/disjoint_sets
    yql/essentials/providers/common/codec/yt_arrow_converter_interface
)

YQL_LAST_ABI_VERSION()

END()