Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for first and offset directive in has function. #3970

Merged
merged 12 commits into from
Sep 24, 2019
1 change: 1 addition & 0 deletions protos/pb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ message Query {

uint64 read_ts = 13;
int32 cache = 14;
int32 count = 15; // used to limit the number of result. Typically, the count is value of first
Copy link

Choose a reason for hiding this comment

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

First what? Perhaps rewrite the comment to say

// limit result count. Typically equal to value of first

}

message ValueList {
Expand Down
Loading