aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/ya.make
blob: 29266857edfb14301649bef5fb0e5031ca7787ef (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
31
RECURSE(
    compress_base
    datetime2
    digest
    file
    histogram
    hyperloglog
    ip_base
    json
    json2
    math
    pire
    protobuf
    python
    re2
    set
    stat
    streaming
    string
    top
    topfreq
    unicode_base
    url_base
    yson2
)

IF (ARCH_X86_64)
    RECURSE(
        hyperscan
    )
ENDIF()