Commit 3fe50e7
authored
[Rust] Extend view table accessors with
# Description of Changes
Adds `count` to rust's procedural view API.
This API already existed in C# and typescript. This patch just adds
tests for those module languages.
We were already tracking reads for `count`, and so all this patch does
is add the new rust module bindings.
# API and ABI breaking changes
None
# Expected complexity level and risk
1
# Testing
Smoketests for rust, C#, and typescript.count (#4638)1 parent 5325644 commit 3fe50e7
17 files changed
Lines changed: 739 additions & 150 deletions
File tree
- crates
- bindings-csharp
- Codegen.Tests/fixtures
- diag/snapshots
- explicitnames/snapshots
- server/snapshots
- Codegen
- bindings-macro/src
- bindings-typescript/src/lib
- bindings
- src
- tests/ui
- smoketests
- modules
- views-count
- src
- tests/smoketests
- docs/docs/00200-core-concepts
- 00100-databases
- 00200-functions
Lines changed: 132 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
297 | 303 | | |
298 | 304 | | |
299 | 305 | | |
| |||
391 | 397 | | |
392 | 398 | | |
393 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
394 | 406 | | |
395 | 407 | | |
396 | 408 | | |
| |||
0 commit comments