Skip to main content

write_atom_entry_from_record

Function write_atom_entry_from_record 

Source
pub fn write_atom_entry_from_record<W>(
    schema: &Schema,
    batch: RecordBatch,
    ctx: &dyn CollectionContext,
    updated_time: DateTime<Utc>,
    writer: &mut Writer<W>,
) -> Result<(), ODataError>
where W: Write,