refactor: make `TableBatch::timestamps` public
parent
7f0cd00e3a
commit
c31d837915
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue