Searched refs:window_end_ (Results 1 – 2 of 2) sorted by relevance
110 window_end_ = table_->window_start_ + table_->window_dur_; in Filter()172 current_ts_ = window_end_; in Next()184 return current_ts_ >= window_end_; in Eof()
63 int64_t window_end_ = 0; variable