sparrow 0.3.0
|
#include <array>
#include <cassert>
#include <list>
#include <string>
#include <tuple>
#include <vector>
#include <sparrow/builder/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 152 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 142 of file builder_example.cpp.
void fixed_sized_list_strings | ( | ) |
[builder_fixed_sized_list_strings]
[builder_fixed_sized_list_strings]
Definition at line 134 of file builder_example.cpp.
void list_of_strings | ( | ) |
[builder_list_of_strings]
[builder_list_of_strings]
Definition at line 82 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 91 of file builder_example.cpp.
void list_of_struct | ( | ) |
[builder_list_of_struct]
[builder_list_of_struct]
Definition at line 106 of file builder_example.cpp.
int main | ( | ) |
Definition at line 207 of file builder_example.cpp.
void primitve_array | ( | ) |
[builder_primitive_array]
[builder_primitive_array]
Definition at line 15 of file builder_example.cpp.
void primitve_array_with_nulls | ( | ) |
[builder_primitive_array_with_nulls]
[builder_primitive_array_with_nulls]
Definition at line 48 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 166 of file builder_example.cpp.
void sparse_union_array | ( | ) |
[builder_union_array]
[builder_union_array]
Definition at line 193 of file builder_example.cpp.
void struct_array | ( | ) |
[builder_struct_array]
[builder_struct_array]
Definition at line 180 of file builder_example.cpp.