sparrow 0.3.0
Loading...
Searching...
No Matches
builder_example.cpp File Reference
#include <array>
#include <cassert>
#include <list>
#include <string>
#include <tuple>
#include <vector>
#include <sparrow/builder/builder.hpp>
Include dependency graph for builder_example.cpp:

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 ()
 

Function Documentation

◆ dict_encoded_variable_sized_binary()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fixed_sized_list_of_union()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fixed_sized_list_strings()

void fixed_sized_list_strings ( )

[builder_fixed_sized_list_strings]

[builder_fixed_sized_list_strings]

Definition at line 134 of file builder_example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ list_of_strings()

void list_of_strings ( )

[builder_list_of_strings]

[builder_list_of_strings]

Definition at line 82 of file builder_example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ list_of_strings_with_nulls()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ list_of_struct()

void list_of_struct ( )

[builder_list_of_struct]

[builder_list_of_struct]

Definition at line 106 of file builder_example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( )
Examples
record_batch_example.cpp, timestamp_example.cpp, typed_array_high_level.cpp, and typed_array_low_level.cpp.

Definition at line 207 of file builder_example.cpp.

Here is the call graph for this function:

◆ primitve_array()

void primitve_array ( )

[builder_primitive_array]

[builder_primitive_array]

Definition at line 15 of file builder_example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ primitve_array_with_nulls()

void primitve_array_with_nulls ( )

[builder_primitive_array_with_nulls]

[builder_primitive_array_with_nulls]

Definition at line 48 of file builder_example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_end_encoded_variable_sized_binary()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sparse_union_array()

void sparse_union_array ( )

[builder_union_array]

[builder_union_array]

Definition at line 193 of file builder_example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ struct_array()

void struct_array ( )

[builder_struct_array]

[builder_struct_array]

Definition at line 180 of file builder_example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: