Module array
Source - binary_prefix_plus_counter
- blob
- cycle
- Create a generator from a vector of values
- cycle_bool
- Create a generator from a vector of booleans
- cycle_unit_circle
- Create a generator of vectors around unit circle
- cycle_utf8_literals
- cycle_vec
- Create a generator of vectors by continuously calling the given generator
- cycle_vec_var
- Create a generator of list vectors by continuously calling the given generator
- dict
- Encodes arrays generated by the underlying generator as dictionaries with the given key type
- dict_type
- Encodes arrays generated by the underlying generator as dictionaries with the given key type
- fill
- Create a generator that fills each element with the given primitive value
- fill_utf8
- Create a generator that fills each element with the given string value
- fill_varbin
- Create a generator that fills each element with the given binary value
- jitter_centroids
- Create a generator of vectors by cycling through a given set of vectors
- null_type
- rand
- Create a generator of primitive values that are randomly sampled from the entire range available for the value
- rand_boolean
- Create a random generator of boolean values
- rand_date32
- Create a generator of randomly sampled date32 values
- rand_date64
- Create a generator of randomly sampled date64 values
- rand_date32_in_range
- Create a generator of randomly sampled date32 values in the given range
- rand_date64_in_range
- Create a generator of randomly sampled date64 values
- rand_fixedbin
- Create a generator of random binary values where each value has a fixed number of bytes
- rand_fsb
- rand_interval
- rand_list
- rand_list_any
- rand_primitive
- rand_pseudo_uuid
- Create a generator of random UUIDs, stored as fixed size binary values
- rand_pseudo_uuid_hex
- Create a generator of random UUIDs, stored as 32-character strings (hex encoding
of the 16-byte binary value)
- rand_struct
- rand_time32
- Create a generator of randomly sampled time32 values covering the entire
range of 1 day
- rand_time64
- Create a generator of randomly sampled time64 values covering the entire
range of 1 day
- rand_timestamp
- rand_timestamp_in_range
- Create a generator of randomly sampled timestamp values in the given range
- rand_type
- Create a generator of random values
- rand_utf8
- Create a generator of random strings
- rand_varbin
- Create a generator of random binary values where each value has a variable number of bytes
- rand_vec
- Create a generator of 1d vectors (of a primitive type) consisting of randomly sampled primitive values
- rand_vec_nullable
- Create a generator of 1d vectors (of a primitive type) consisting of randomly sampled nullable values
- rand_with_distribution
- Create a generator of primitive values that are randomly sampled from the entire range available for the value
- random_sentence
- Create a generator of random sentences
- random_word
- Create a generator of random words (one word per row)
- step
- Create a generator that starts at 0 and increments by 1 for each element
- step_custom
- Create a generator that starts at a given value and increments by a given step for each element
- utf8_prefix_plus_counter
- Creates a generator of strings with a prefix and a counter