• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D23-Feb-2021864 211

array_base.ccH A D23-Feb-20219.4 KiB309223

array_base.hH A D23-Feb-20219.3 KiB259119

array_binary.ccH A D23-Feb-20214.4 KiB10973

array_binary.hH A D23-Feb-20218.6 KiB249135

array_binary_test.ccH A D23-Feb-202126.1 KiB836604

array_decimal.ccH A D23-Feb-20212 KiB6431

array_decimal.hH A D23-Feb-20212 KiB6725

array_dict.ccH A D23-Feb-202116.5 KiB443348

array_dict.hH A D23-Feb-20217.3 KiB18159

array_dict_test.ccH A D23-Feb-202159.4 KiB1,6791,204

array_list_test.ccH A D23-Feb-202139.7 KiB1,109809

array_nested.ccH A D23-Feb-202128.9 KiB759592

array_nested.hH A D23-Feb-202120.6 KiB524247

array_primitive.ccH A D23-Feb-20213.8 KiB10061

array_primitive.hH A D23-Feb-20214.7 KiB13672

array_struct_test.ccH A D23-Feb-202122.5 KiB611461

array_test.ccH A D23-Feb-202199.1 KiB2,9492,279

array_union_test.ccH A D23-Feb-202122.3 KiB575434

array_view_test.ccH A D23-Feb-202115.6 KiB442326

builder_adaptive.ccH A D23-Feb-202111.7 KiB381300

builder_adaptive.hH A D23-Feb-20216.3 KiB204128

builder_base.ccH A D23-Feb-20213.9 KiB13797

builder_base.hH A D23-Feb-202110 KiB271115

builder_binary.ccH A D23-Feb-20216.2 KiB200142

builder_binary.hH A D23-Feb-202120.6 KiB633421

builder_decimal.ccH A D23-Feb-20213.4 KiB10665

builder_decimal.hH A D23-Feb-20212.8 KiB9348

builder_dict.ccH A D23-Feb-20217.1 KiB205149

builder_dict.hH A D23-Feb-202120.1 KiB572394

builder_nested.ccH A D23-Feb-202110.3 KiB295224

builder_nested.hH A D23-Feb-202116.7 KiB483253

builder_primitive.ccH A D23-Feb-20214.7 KiB13998

builder_primitive.hH A D23-Feb-202117.4 KiB479284

builder_time.hH A D23-Feb-20211.5 KiB4415

builder_union.ccH A D23-Feb-20214.3 KiB12277

builder_union.hH A D23-Feb-20219.2 KiB236133

concatenate.ccH A D23-Feb-202118.6 KiB491363

concatenate.hH A D23-Feb-20211.5 KiB4314

concatenate_test.ccH A D23-Feb-202115.7 KiB387318

data.ccH A D23-Feb-202111.4 KiB334260

data.hH A D23-Feb-20219.4 KiB261147

dict_internal.hH A D23-Feb-20217.2 KiB194136

diff.ccH A D23-Feb-202126.7 KiB785606

diff.hH A D23-Feb-20213.3 KiB7723

diff_test.ccH A D23-Feb-202121.7 KiB689545

util.ccH A D23-Feb-202124.3 KiB746593

util.hH A D23-Feb-20213 KiB7929

validate.ccH A D23-Feb-202122.4 KiB652500

validate.hH A D23-Feb-20211.6 KiB5620

README.md

1<!---
2  Licensed to the Apache Software Foundation (ASF) under one
3  or more contributor license agreements.  See the NOTICE file
4  distributed with this work for additional information
5  regarding copyright ownership.  The ASF licenses this file
6  to you under the Apache License, Version 2.0 (the
7  "License"); you may not use this file except in compliance
8  with the License.  You may obtain a copy of the License at
9
10    http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing,
13  software distributed under the License is distributed on an
14  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15  KIND, either express or implied.  See the License for the
16  specific language governing permissions and limitations
17  under the License.
18-->
19
20## Implementation details related to columnar (array) data structures
21