We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888652a commit 81f3166Copy full SHA for 81f3166
tiledb/sm/query/readers/result_tile.cc
@@ -84,11 +84,6 @@ ResultTile::ResultTile(
84
auto attribute = array_schema->attribute(i);
85
attr_tiles_[i] = std::make_pair(attribute->name(), nullopt);
86
}
87
- for (uint64_t i = 0; i < array_schema->dim_num(); i++) {
88
- auto dimension = array_schema->dimension_ptr(i);
89
- coord_tiles_[i] = std::make_pair(dimension->name(), nullopt);
90
- }
91
-
92
set_compute_results_func();
93
94
// Default `coord_func_` to fetch from `coord_tile_` until at least
0 commit comments