MCPcopy Create free account
hub / github.com/apache/arrow / buffered

Method buffered

cpp/src/parquet/file_writer.cc:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool RowGroupWriter::buffered() const { return contents_->buffered(); }
77
78int RowGroupWriter::current_column() { return contents_->current_column(); }
79

Callers 4

WriteMethod · 0.45
MakeMethod · 0.45
WriteColumnChunkMethod · 0.45
WriteRecordBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected