mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-21 23:40:38 +00:00
chores: Address CR comment
This commit is contained in:
@@ -15,11 +15,5 @@ pub trait MutableVector: Send + Sync {
|
||||
|
||||
fn as_mut_any(&mut self) -> &mut dyn Any;
|
||||
|
||||
// /// Push a value into the mutable vector.
|
||||
// ///
|
||||
// /// # Panics
|
||||
// /// Panics if the data type of the value differs from the mutable vector's data type.
|
||||
// fn push_value(&mut self, value: &Value);
|
||||
|
||||
fn to_vector(&mut self) -> VectorRef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user