fix: MBChunk.write_columns doesn't need to be pub

pull/24376/head
Carol (Nichols || Goulding) 2021-07-08 14:52:48 -04:00
parent 548c64539e
commit 2f9cf857af
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ impl MBChunk {
/// Validates the schema of the passed in columns, then adds their values to
/// the associated columns in the table and updates summary statistics.
pub fn write_columns(
fn write_columns(
&mut self,
_sequence: Option<&Sequence>,
columns: Vec<entry::Column<'_>>,