Trait bookdata::arrow::row::TableRow

source ·
pub trait TableRow: Sized {
    type Frame<'a>: FrameStruct<'a, Self>;
    type Builder: FrameBuilder<Self>;

    // Required method
    fn schema() -> Schema;
}

Required Associated Types§

source

type Frame<'a>: FrameStruct<'a, Self>

The frame struct for this row type.

source

type Builder: FrameBuilder<Self>

The frame builder type for this row type.

Required Methods§

source

fn schema() -> Schema

Get the schema for this table row.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl TableRow for RatingRow

source§

impl TableRow for ReviewRow

source§

impl TableRow for GenderRow

source§

impl TableRow for NameRow

source§

impl TableRow for ClusterAuthor

source§

impl TableRow for ClusterGenderInfo

source§

impl TableRow for ClusterHash

source§

impl TableRow for ClusterCode

source§

impl TableRow for ClusterStat

source§

impl TableRow for GraphEdge

source§

impl TableRow for ISBNClusterRec

source§

impl TableRow for IndexEntry

source§

impl TableRow for AuthorRecord

source§

impl TableRow for BookAuthorRecord

source§

impl TableRow for BookIdRecord

source§

impl TableRow for BookRecord

source§

impl TableRow for BookSeriesRecord

source§

impl TableRow for BookGenreRecord

source§

impl TableRow for BookLinkRecord

source§

impl TableRow for IntRecord

source§

impl TableRow for ReviewRecord

source§

impl TableRow for WorkRecord

source§

impl TableRow for TimelessActionRecord

source§

impl TableRow for TimestampActionRecord

source§

impl TableRow for TimelessRatingRecord

source§

impl TableRow for TimestampRatingRecord

source§

impl TableRow for AuthRec

source§

impl TableRow for BookIds

source§

impl TableRow for bookdata::marc::book_fields::ISBNrec

source§

impl TableRow for FieldRecord

source§

impl TableRow for AuthorNameRec

source§

impl TableRow for AuthorRec

source§

impl TableRow for EditionAuthorRec

source§

impl TableRow for EditionRec

source§

impl TableRow for EditionSubjectRec

source§

impl TableRow for bookdata::openlib::edition::ISBNrec

source§

impl TableRow for LinkRec

source§

impl TableRow for WorkAuthorRec

source§

impl TableRow for WorkRec

source§

impl TableRow for WorkSubjectRec