Searched refs:projected_column_indices_ (Results 1 – 2 of 2) sorted by relevance
64 …(void)std::transform(projected_column_indices_.begin(), projected_column_indices_.end(), std::back… in Project()121 projected_column_indices_.push_back(child_column_name_mapping[current_column]); in ComputeColMap()133 …(void)std::transform(projected_column_indices_.begin(), projected_column_indices_.end(), std::back… in GetNextRowPullMode()
93 std::vector<int32_t> projected_column_indices_; variable