Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
read_dictionary in datafusion::common::arrow::ipc::reader - Rust
[go: Go Back, main page]

pub fn read_dictionary(
    buf: &Buffer,
    batch: DictionaryBatch<'_>,
    schema: &Schema,
    dictionaries_by_id: &mut HashMap<i64, Arc<dyn Array>>,
    metadata: &MetadataVersion
) -> Result<(), ArrowError>
Expand description

Read the dictionary from the buffer and provided metadata, updating the dictionaries_by_id with the resulting dictionary