Struct datafusion::exec::CsvRelation [] [src]

pub struct CsvRelation { /* fields omitted */ }

Represents a csv file with a known schema

Methods

impl<'a> CsvRelation
[src]

[src]

Trait Implementations

impl Debug for CsvRelation
[src]

[src]

Formats the value using the given formatter.

impl SimpleRelation for CsvRelation
[src]

[src]

scan all records in this relation

[src]

get the schema for this relation