MCPcopy Create free account
hub / github.com/apache/arrow-rs / with_format

Method with_format

arrow-csv/src/reader/mod.rs:1158–1161  ·  view source on GitHub ↗

Overrides the [Format] of this [ReaderBuilder]

(mut self, format: Format)

Source from the content-addressed store, hash-verified

1156
1157 /// Overrides the [Format] of this [ReaderBuilder]
1158 pub fn with_format(mut self, format: Format) -> Self {
1159 self.format = format;
1160 self
1161 }
1162
1163 /// Set the CSV file's column delimiter as a byte character
1164 pub fn with_delimiter(mut self, delimiter: u8) -> Self {

Callers 5

mainFunction · 0.80

Calls

no outgoing calls