aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/apache/arrow/go/v13/internal/hashing/ya.make
blob: 1928bc34b45538a78d12fc42cf57b35ea874d072 (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
GO_LIBRARY()

LICENSE(
    Apache-2.0 AND
    BSD-2-Clause AND
    BSD-3-Clause AND
    BSL-1.0 AND
    CC-BY-3.0 AND
    HPND AND
    MIT AND
    NCSA AND
    OpenSSL AND
    Zlib
)

SRCS(
    hash_funcs.go
    hash_string_go1.19.go
    xxh3_memo_table.gen.go
    xxh3_memo_table.go
)

GO_TEST_SRCS(hashing_test.go)

END()