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

Method array_schema_shared

tiledb/sm/query/query.cc:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360const std::shared_ptr<const ArraySchema> Query::array_schema_shared() const {
361 return array_schema_;
362}
363
364std::vector<std::string> Query::buffer_names() const {
365 std::vector<std::string> ret;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected