Skip to main content

FromRow

Derive Macro FromRow 

Source
#[derive(FromRow)]
{
    // Attributes available to this derive:
    #[column]
}
Expand description

Derive FromRow for a struct.

Like FromRecordBatch, generates inherent from_batch and from_batch_all methods, and also implements laminar_db::FromBatch.