|
sparrow 1.3.0
|
#include <array>#include <cassert>#include <list>#include <string>#include <tuple>#include <vector>#include <sparrow/builder.hpp>Go to the source code of this file.
Functions | |
| void | primitve_array () |
| void | primitve_array_with_nulls () |
| void | list_of_strings () |
| void | list_of_strings_with_nulls () |
| void | list_of_struct () |
| void | fixed_sized_list_strings () |
| void | fixed_sized_list_of_union () |
| void | dict_encoded_variable_sized_binary () |
| void | run_end_encoded_variable_sized_binary () |
| void | struct_array () |
| void | sparse_union_array () |
| int | main () |
| void dict_encoded_variable_sized_binary | ( | ) |
[builder_dict_encoded_variable_sized_binary]
[builder_dict_encoded_variable_sized_binary]
Definition at line 147 of file builder_example.cpp.
| void fixed_sized_list_of_union | ( | ) |
[builder_fixed_sized_list_of_union]
[builder_fixed_sized_list_of_union]
Definition at line 137 of file builder_example.cpp.
| void fixed_sized_list_strings | ( | ) |
[builder_fixed_sized_list_strings]
[builder_fixed_sized_list_strings]
Definition at line 129 of file builder_example.cpp.
| void list_of_strings | ( | ) |
[builder_list_of_strings]
[builder_list_of_strings]
Definition at line 77 of file builder_example.cpp.
| void list_of_strings_with_nulls | ( | ) |
[builder_list_of_strings_with_nulls]
[builder_list_of_strings_with_nulls]
Definition at line 86 of file builder_example.cpp.
| void list_of_struct | ( | ) |
[builder_list_of_struct]
[builder_list_of_struct]
Definition at line 101 of file builder_example.cpp.
| int main | ( | ) |
Definition at line 202 of file builder_example.cpp.
| void primitve_array | ( | ) |
[builder_primitive_array]
[builder_primitive_array]
Definition at line 10 of file builder_example.cpp.
| void primitve_array_with_nulls | ( | ) |
[builder_primitive_array_with_nulls]
[builder_primitive_array_with_nulls]
Definition at line 43 of file builder_example.cpp.
| void run_end_encoded_variable_sized_binary | ( | ) |
[builder_run_end_encoded_variable_sized_binary]
[builder_run_end_encoded_variable_sized_binary]
Definition at line 161 of file builder_example.cpp.
| void sparse_union_array | ( | ) |
[builder_union_array]
[builder_union_array]
Definition at line 188 of file builder_example.cpp.
| void struct_array | ( | ) |
[builder_struct_array]
[builder_struct_array]
Definition at line 175 of file builder_example.cpp.