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

Method CppAggregatesFx

test/src/test-cppapi-aggregates.cc:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141template <class T>
142CppAggregatesFx<T>::CppAggregatesFx()
143 : vfs_(ctx_) {
144 ctx_ = Context();
145 vfs_ = VFS(ctx_);
146
147 remove_array();
148}
149
150template <class T>
151CppAggregatesFx<T>::~CppAggregatesFx() {

Callers

nothing calls this directly

Calls 3

remove_arrayFunction · 0.70
ContextClass · 0.50
VFSClass · 0.50

Tested by

no test coverage detected