Searched refs:upstream_table_ (Results 1 – 2 of 2) sorted by relevance
348 cache_->GetIfCached(upstream_table_, qc.constraints()); in TryCacheCreateSortedTable()377 if (upstream_table_->GetColumn(col).IsSorted()) in TryCacheCreateSortedTable()382 cache_->GetOrCache(upstream_table_, qc.constraints(), [this, col]() { in TryCacheCreateSortedTable()383 return upstream_table_->Sort({Order{col, false}}); in TryCacheCreateSortedTable()429 upstream_table_ = db_sqlite_table_->static_table_; in Filter()443 upstream_table_ = dynamic_table_.get(); in Filter()444 if (!upstream_table_) in Filter()
99 return sorted_cache_table_ ? &*sorted_cache_table_ : upstream_table_; in SourceTable()108 const Table* upstream_table_ = nullptr; variable