mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 10:44:20 +01:00
add Row::column_count
This commit is contained in:
@@ -297,4 +297,8 @@ impl Row {
|
||||
limbo_core::OwnedValue::Blob(items) => Ok(Value::Blob(items.to_vec())),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn column_count(&self) -> usize {
|
||||
self.values.len()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user