Module data_gen

Source
Expand description

Utilities to generate random arrays and batches

Traitsยง

RandomTemporalValue
Useful for testing. The range of values are not likely to be representative of the actual bounds.

Functionsยง

create_random_array
Create a random ArrayRef from a DataType with a length, null density and true density (for BooleanArray).
create_random_batch
Create a random RecordBatch from a schema
create_random_list_array ๐Ÿ”’
create_random_map_array ๐Ÿ”’
create_random_null_buffer ๐Ÿ”’
create_random_offsets ๐Ÿ”’
Generate random offsets for list arrays
create_random_struct_array ๐Ÿ”’
create_random_temporal_array ๐Ÿ”’