Expand description
Utils to make benchmarking easier
Functionsยง
- create_
binary_ array - Creates an random (but fixed-seeded) binary array of a given size and null density
- create_
boolean_ array - Creates a random (but fixed-seeded) array of a given size and null density
- create_
dict_ from_ values - Creates a random (but fixed-seeded) dictionary array of a given size and null density with the provided values array
- create_
f16_ array - Creates a random (but fixed-seeded) f16 array of a given size and nan-value density
- create_
f32_ array - Creates a random (but fixed-seeded) f32 array of a given size and nan-value density
- create_
f64_ array - Creates a random (but fixed-seeded) f64 array of a given size and nan-value density
- create_
fsb_ array - Creates an random (but fixed-seeded) array of a given size and null density
- create_
month_ day_ nano_ array_ with_ seed - Creates a
PrimitiveArray
of a givensize
andnull_density
filling it with randomIntervalMonthDayNano
generated using the providedseed
. - create_
primitive_ array - Creates an random (but fixed-seeded) array of a given size and null density
- create_
primitive_ array_ with_ seed - Creates a
PrimitiveArray
of a givensize
andnull_density
filling it with random numbers generated using the providedseed
. - create_
primitive_ run_ array - Create primitive run array for given logical and physical array lengths
- create_
sparse_ dict_ from_ values - Creates a random (but fixed-seeded) dictionary array of a given size and null density with the provided values array and key range
- create_
string_ array - Creates a random (but fixed-seeded) string array of a given size and null density.
- create_
string_ array_ for_ runs - Create string array to be used by run array builder. The string array
will result in run array with physical length of
physical_array_len
and logical length oflogical_array_len
- create_
string_ array_ with_ len - Creates a random (but fixed-seeded) array of a given size, null density and length
- create_
string_ ๐array_ with_ max_ len - Creates a random (but fixed-seeded) array of rand size with a given max size, null density and length
- create_
string_ dict_ array - Creates an random (but fixed-seeded) array of a given size and null density consisting of random 4 character alphanumeric strings
- create_
string_ view_ array - Creates a random (but fixed-seeded) string view array of a given size and null density.
- create_
string_ view_ array_ with_ len - Creates a random (but fixed-seeded) array of a given size, null density and length
- create_
string_ ๐view_ array_ with_ max_ len - Creates a random (but fixed-seeded) array of rand size with a given max size, null density and length