Skip to content

Python/CPP should return scan results with per bucket grouping as in Rust client #331

@fresh-borzoni

Description

@fresh-borzoni

Search before asking

  • I searched in the issues and found nothing similar.

Description

as per title,
what is now:

  • Rust — per bucket HashMap<TableBucket, Vec<ScanRecord>>
  • Python — flat List[ScanRecord], each carries bucket
  • CPP — flat Vec<FfiScanRecord>, each carries bucket_id

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions