mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-01 12:50:40 +00:00
feat: simple read write new json type values (#7175)
feat: basic json read and write Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
@@ -118,6 +118,10 @@ impl Table {
|
||||
self.table_info.meta.schema.clone()
|
||||
}
|
||||
|
||||
pub fn schema_ref(&self) -> &SchemaRef {
|
||||
&self.table_info.meta.schema
|
||||
}
|
||||
|
||||
/// Get a reference to the table info.
|
||||
pub fn table_info(&self) -> TableInfoRef {
|
||||
self.table_info.clone()
|
||||
|
||||
Reference in New Issue
Block a user