mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 10:20:38 +00:00
feat: impl scanning data from storage engine for table (#47)
* feat: impl scanning data from storage for MitoTable * adds test mod to setup table engine test * fix: comment error * fix: boyan -> dennis in todo comments * fix: remove necessary send in BatchIteratorPtr
This commit is contained in:
@@ -19,7 +19,7 @@ use crate::value::Value;
|
||||
use crate::vectors::{self, MutableVector, Validity, Vector, VectorRef};
|
||||
|
||||
/// Vector for primitive data types.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct PrimitiveVector<T: Primitive> {
|
||||
array: PrimitiveArray<T>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user