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

Method decode

datafusion/datasource-csv/src/file_format.rs:337–339  ·  view source on GitHub ↗
(&mut self, buf: &[u8])

Source from the content-addressed store, hash-verified

335
336impl Decoder for CsvDecoder {
337 fn decode(&mut self, buf: &[u8]) -> Result<usize, ArrowError> {
338 self.inner.decode(buf)
339 }
340
341 fn flush(&mut self) -> Result<Option<RecordBatch>, ArrowError> {
342 self.inner.flush()

Callers 3

retrieve_keyMethod · 0.45
nextMethod · 0.45
decode_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected