mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 18:00:41 +00:00
chore: update visibility of BatchToRecordBatchAdapter::new (#7817)
This commit is contained in:
@@ -59,7 +59,7 @@ impl BatchToRecordBatchAdapter {
|
||||
/// - `metadata`: region metadata describing the schema.
|
||||
/// - `codec`: codec for decoding the encoded primary key bytes.
|
||||
/// - `read_column_ids`: projected column ids to read.
|
||||
pub(crate) fn new(
|
||||
pub fn new(
|
||||
iter: BoxedBatchIterator,
|
||||
metadata: RegionMetadataRef,
|
||||
codec: Arc<dyn PrimaryKeyCodec>,
|
||||
|
||||
Reference in New Issue
Block a user