Searched refs:sorted_cache_table (Results 1 – 2 of 2) sorted by relevance
250 if (cursor->sorted_cache_table || in TryCacheCreateSortedTable()274 cursor->sorted_cache_table = in TryCacheCreateSortedTable()776 c->sorted_cache_table ? &*c->sorted_cache_table : c->upstream_table; in Filter()821 c->sorted_cache_table ? &*c->sorted_cache_table : c->upstream_table; in Column()
103 std::optional<Table> sorted_cache_table; member