MCPcopy Create free account
hub / github.com/apache/datafusion / open

Method open

datafusion/datasource-csv/src/source.rs:183–185  ·  view source on GitHub ↗
(&self, reader: R)

Source from the content-addressed store, hash-verified

181
182impl CsvSource {
183 fn open<R: Read>(&self, reader: R) -> Result<csv::Reader<R>> {
184 Ok(self.builder().build(reader)?)
185 }
186
187 fn builder(&self) -> csv::ReaderBuilder {
188 let mut builder =

Callers

nothing calls this directly

Calls 15

newFunction · 0.85
calculate_rangeFunction · 0.85
deserialize_streamFunction · 0.85
truncate_rowsMethod · 0.80
is_noneMethod · 0.80
convert_readMethod · 0.80
timerMethod · 0.80
convert_streamMethod · 0.80
buildMethod · 0.45
builderMethod · 0.45
has_headerMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected