docs: reference rust
This commit is contained in:
parent
5837c141c9
commit
5407ea7895
|
@ -250,7 +250,7 @@ The [Taos] structure is the connection manager in [libtaos] and provides two mai
|
||||||
|
|
||||||
Column information is stored using [ColumnMeta].
|
Column information is stored using [ColumnMeta].
|
||||||
|
|
||||||
``rust
|
```rust
|
||||||
let cols = &q.column_meta;
|
let cols = &q.column_meta;
|
||||||
for col in cols {
|
for col in cols {
|
||||||
println!("name: {}, type: {:?} , bytes: {}", col.name, col.type_, col.bytes);
|
println!("name: {}, type: {:?} , bytes: {}", col.name, col.type_, col.bytes);
|
||||||
|
|
Loading…
Reference in New Issue