Searched refs:GetAtIdx (Results 1 – 2 of 2) sorted by relevance
63 return col.GetAtIdx(its_[col.row_map_idx_].row()); in Get()
210 SqlValue Get(uint32_t row) const { return GetAtIdx(row_map().Get(row)); } in Get()455 SqlValue GetAtIdx(uint32_t idx) const { in GetAtIdx() function