Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 68226cc

Browse files
author
xvyang.xy
committed
doc: update doc for API columns
1 parent c526c94 commit 68226cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ CompletableFuture<Result<SqlQueryOk, Err>> sqlQuery(SqlQueryRequest req, Context
8787
- When processing the results returned by the query, the user can directly obtain `List<Row>`, or process it through stream.
8888
- Row is a collection of Value, which is a very simple data structure
8989
- Note: When Value gets the java primitive value, you need to pass in the type method that matches the table creation, otherwise an error will be reported
90-
- Example to use `Row`: `row.getColumnValue("cpu_util").getDouble()
90+
- Example to use `Row`: `row.getColumn("cpu_util").value().getDouble()
9191
`
9292

9393
`Err`

0 commit comments

Comments
 (0)