baidu / baidu/tera

sdk scan should support table semanteme

Open
#876 0 comments 0 reactions 0 assignees View on GitHub
class/enhancement module/sdk stat/will-do-later
Dominant language
C++
Stars
1.9k
Forks
432
PR merge metrics
No merged PRs in 30d

Description

有用户表示希望tera提供的scan result_stream可以表现得更符合一个表格系统特征:

```
if (result_stream->new_row() ) { //可以替换为next()
for ( item in cells) {
get_data_from_cell();
}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files or tests; start by locating the C++ SDK scan and result_stream implementation and reading how rows and cells are currently exposed. Compare that API with the proposed new_row()/next() iteration and determine the required semantics. Done means scan results support clear row-then-cell traversal, with coverage for the new behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.