aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/apache/arrow/go/v13/parquet/metadata/ya.make
blob: 66af91e1ed5f810df9d7c15a3cf25bd59ec271fe (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
32
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(
    app_version.go
    column_chunk.go
    file.go
    row_group.go
    statistics.go
    statistics_types.gen.go
)

GO_TEST_SRCS(stat_compare_test.go)

GO_XTEST_SRCS(
    metadata_test.go
    statistics_test.go
)

END()