Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Feb 19, 2025
1 parent cef10d6 commit 46fbe52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions crates/store/re_protos/proto/rerun/v0/remote_store.proto
Original file line number Diff line number Diff line change
Expand Up @@ -341,28 +341,28 @@ message QueryManifestRangeRelevantChunks {
message ScanParameters {
// An arbitrary filter expression that will be passed to the Lance scanner as-is.
//
// ```
// ```text
// scanner.filter(filter)
// ```
string filter = 100;

// An arbitrary offset that will be passed to the Lance scanner as-is.
//
// ```
// ```text
// scanner.limit(_, limit_offset)
// ```
int64 limit_offset = 200;

// An arbitrary limit that will be passed to the Lance scanner as-is.
//
// ```
// ```text
// scanner.limit(limit_len, _)
// ```
int64 limit_len = 201;

// An arbitrary order clause that will be passed to the Lance scanner as-is.
//
// ```
// ```text
// scanner.order_by(…)
// ```
ScanParametersOrderClause order_by = 300;
Expand Down
12 changes: 6 additions & 6 deletions crates/store/re_protos/src/v0/rerun.remote_store.v0.rs

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

0 comments on commit 46fbe52

Please sign in to comment.