Skip to main content

catalog_identifier_from_metadata

Function catalog_identifier_from_metadata 

Source
pub fn catalog_identifier_from_metadata(
    metadata: &HashMap<String, String>,
) -> Option<String>
Expand description

Returns the catalog row identifier from Arrow schema metadata.

Bars use bar_type; all other built-in catalog types use instrument_id. Custom data can pass an explicit identifier to record_batch_with_identifier_column.