Navigation Menu

Skip to content

Commit

Permalink
Add comments about grnxx::FilterOptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jun 20, 2014
1 parent 6939ef3 commit 1bacd82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions new-interface/filter.hpp
Expand Up @@ -6,7 +6,12 @@
namespace grnxx {

struct FilterOptions {
// フィルタを通過するようなレコードの内,先頭の offset 件は破棄する.
// 0 以上でなければならない.
int64_t offset;

// フィルタを通過したレコードが limit 件に到達した時点で残りの入力は破棄する.
// 1 以上でなければならない.
int64_t limit;

FilterOptions();
Expand Down

0 comments on commit 1bacd82

Please sign in to comment.