dict_from_scalar

Function dict_from_scalar 

Source
fn dict_from_scalar<K: ArrowDictionaryKeyType>(
    value: &ScalarValue,
    size: usize,
) -> Result<ArrayRef>
Expand description

Create a dictionary array representing value repeated size times