refactor: make `TableBatch::timestamps` public

pull/24376/head
Marco Neumann 2021-08-17 13:32:45 +02:00
parent 7f0cd00e3a
commit c31d837915
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ impl<'a> TableBatch<'a> {
}
}
fn timestamps(&self) -> Result<flatbuffers::Vector<'_, i64>> {
pub fn timestamps(&self) -> Result<flatbuffers::Vector<'_, i64>> {
match self
.fb
.columns()