Skip to content

Commit

Permalink
enh: expose fields method to public for RawBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Nov 29, 2022
1 parent 6020fab commit e5ae526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taos-query/src/common/raw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ impl RawBlock {
Layout::from_bits(self.layout.borrow().as_inner()).unwrap()
}

fn fields(&self) -> Vec<Field> {
pub fn fields(&self) -> Vec<Field> {
self.schemas()
.iter()
.zip(self.field_names())
Expand Down

0 comments on commit e5ae526

Please sign in to comment.