Skip to content

Commit

Permalink
add direct indices, except for in datastore & C# (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril authored Feb 6, 2025
1 parent 88090ec commit 1a3f3af
Show file tree
Hide file tree
Showing 19 changed files with 617 additions and 349 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/bindings-macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ mod sym {
symbol!(btree);
symbol!(client_connected);
symbol!(client_disconnected);
symbol!(column);
symbol!(columns);
symbol!(crate_, crate);
symbol!(direct);
symbol!(index);
symbol!(init);
symbol!(name);
Expand Down
Loading

2 comments on commit 1a3f3af

@github-actions
Copy link

@github-actions github-actions bot commented on 1a3f3af Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Criterion benchmark results

Error when comparing benchmarks: Couldn't find AWS credentials in environment, credentials file, or IAM role.

Caused by:
Couldn't find AWS credentials in environment, credentials file, or IAM role.

@github-actions
Copy link

@github-actions github-actions bot commented on 1a3f3af Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Callgrind benchmark results Error when comparing benchmarks: Couldn't find AWS credentials in environment, credentials file, or IAM role.

Caused by:
Couldn't find AWS credentials in environment, credentials file, or IAM role.

Please sign in to comment.