MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / Subarray

Method Subarray

tiledb/sm/subarray/subarray.cc:85–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83/* ****************************** */
84
85Subarray::Subarray()
86 : array_(nullptr)
87 , layout_(Layout::UNORDERED)
88 , cell_order_(Layout::ROW_MAJOR)
89 , est_result_size_computed_(false)
90 , relevant_fragments_(0)
91 , coalesce_ranges_(true)
92 , ranges_sorted_(false)
93 , merge_overlapping_ranges_(true) {
94}
95
96Subarray::Subarray(
97 const Array* array,

Callers

nothing calls this directly

Calls 9

create_childMethod · 0.80
resourcesMethod · 0.80
array_schema_latestMethod · 0.80
swapFunction · 0.50
opened_arrayMethod · 0.45
statsMethod · 0.45
cloneMethod · 0.45
cell_orderMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected