quasardb 3.14.2.dev3__cp311-cp311-macosx_11_0_arm64.whl → 3.14.2.dev5__cp311-cp311-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of quasardb might be problematic. Click here for more details.

Files changed (105) hide show
  1. quasardb/CMakeFiles/CMakeDirectoryInformation.cmake +2 -2
  2. quasardb/Makefile +20 -20
  3. quasardb/__init__.py +21 -7
  4. quasardb/cmake_install.cmake +10 -4
  5. quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake +2 -2
  6. quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake +2 -2
  7. quasardb/date/Makefile +20 -20
  8. quasardb/date/cmake_install.cmake +10 -4
  9. quasardb/date/dateConfigVersion.cmake +0 -0
  10. quasardb/date/dateTargets.cmake +2 -2
  11. quasardb/extensions/writer.py +59 -61
  12. quasardb/firehose.py +24 -22
  13. quasardb/libqdb_api.dylib +0 -0
  14. quasardb/numpy/__init__.py +181 -120
  15. quasardb/pandas/__init__.py +145 -95
  16. quasardb/pool.py +13 -2
  17. quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake +2 -2
  18. quasardb/pybind11/Makefile +20 -20
  19. quasardb/pybind11/cmake_install.cmake +7 -1
  20. quasardb/quasardb.cpython-311-darwin.so +0 -0
  21. quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake +2 -2
  22. quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake +2 -2
  23. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make +18 -15
  24. quasardb/range-v3/Makefile +25 -25
  25. quasardb/range-v3/cmake_install.cmake +13 -7
  26. quasardb/range-v3/range-v3-config-version.cmake +0 -0
  27. quasardb/range-v3/range-v3-config.cmake +2 -2
  28. quasardb/stats.py +92 -80
  29. quasardb/table_cache.py +5 -1
  30. {quasardb-3.14.2.dev3.dist-info → quasardb-3.14.2.dev5.dist-info}/METADATA +13 -8
  31. quasardb-3.14.2.dev5.dist-info/RECORD +45 -0
  32. {quasardb-3.14.2.dev3.dist-info → quasardb-3.14.2.dev5.dist-info}/WHEEL +1 -1
  33. quasardb/CMakeLists.txt +0 -517
  34. quasardb/batch_column.hpp +0 -80
  35. quasardb/batch_inserter.hpp +0 -248
  36. quasardb/blob.hpp +0 -150
  37. quasardb/cluster.cpp +0 -102
  38. quasardb/cluster.hpp +0 -593
  39. quasardb/concepts.hpp +0 -322
  40. quasardb/continuous.cpp +0 -199
  41. quasardb/continuous.hpp +0 -109
  42. quasardb/convert/array.hpp +0 -299
  43. quasardb/convert/point.hpp +0 -330
  44. quasardb/convert/range.hpp +0 -282
  45. quasardb/convert/unicode.hpp +0 -598
  46. quasardb/convert/util.hpp +0 -22
  47. quasardb/convert/value.hpp +0 -782
  48. quasardb/convert.hpp +0 -38
  49. quasardb/detail/invoke.hpp +0 -0
  50. quasardb/detail/qdb_resource.hpp +0 -129
  51. quasardb/detail/retry.cpp +0 -30
  52. quasardb/detail/retry.hpp +0 -147
  53. quasardb/detail/sleep.hpp +0 -53
  54. quasardb/detail/ts_column.hpp +0 -224
  55. quasardb/detail/writer.cpp +0 -440
  56. quasardb/detail/writer.hpp +0 -550
  57. quasardb/direct_blob.hpp +0 -108
  58. quasardb/direct_handle.hpp +0 -83
  59. quasardb/direct_integer.hpp +0 -94
  60. quasardb/dispatch.hpp +0 -157
  61. quasardb/double.hpp +0 -87
  62. quasardb/entry.hpp +0 -273
  63. quasardb/error.hpp +0 -393
  64. quasardb/handle.cpp +0 -29
  65. quasardb/handle.hpp +0 -98
  66. quasardb/integer.hpp +0 -88
  67. quasardb/logger.cpp +0 -106
  68. quasardb/logger.hpp +0 -228
  69. quasardb/masked_array.hpp +0 -658
  70. quasardb/metrics.cpp +0 -103
  71. quasardb/metrics.hpp +0 -112
  72. quasardb/module.cpp +0 -92
  73. quasardb/module.hpp +0 -24
  74. quasardb/node.hpp +0 -132
  75. quasardb/numpy.cpp +0 -6
  76. quasardb/numpy.hpp +0 -489
  77. quasardb/object_tracker.hpp +0 -282
  78. quasardb/options.hpp +0 -273
  79. quasardb/perf.hpp +0 -336
  80. quasardb/properties.cpp +0 -41
  81. quasardb/properties.hpp +0 -85
  82. quasardb/pytypes.hpp +0 -221
  83. quasardb/query.cpp +0 -420
  84. quasardb/query.hpp +0 -92
  85. quasardb/reader.cpp +0 -282
  86. quasardb/reader.hpp +0 -256
  87. quasardb/remove_cvref.hpp +0 -31
  88. quasardb/string.hpp +0 -160
  89. quasardb/table.cpp +0 -257
  90. quasardb/table.hpp +0 -366
  91. quasardb/tag.hpp +0 -77
  92. quasardb/timestamp.hpp +0 -97
  93. quasardb/traits.hpp +0 -642
  94. quasardb/ts_iterator.hpp +0 -193
  95. quasardb/utils/blob_deque.hpp +0 -96
  96. quasardb/utils/ostream.hpp +0 -17
  97. quasardb/utils/permutation.hpp +0 -50
  98. quasardb/utils/stable_sort.hpp +0 -25
  99. quasardb/utils/unzip_view.hpp +0 -89
  100. quasardb/utils.cpp +0 -28
  101. quasardb/utils.hpp +0 -174
  102. quasardb/writer.hpp +0 -354
  103. quasardb-3.14.2.dev3.dist-info/RECORD +0 -115
  104. {quasardb-3.14.2.dev3.dist-info → quasardb-3.14.2.dev5.dist-info}/LICENSE.md +0 -0
  105. {quasardb-3.14.2.dev3.dist-info → quasardb-3.14.2.dev5.dist-info}/top_level.txt +0 -0
quasardb/writer.hpp DELETED
@@ -1,354 +0,0 @@
1
- /*
2
- *
3
- * Official Python API
4
- *
5
- * Copyright (c) 2009-2024, quasardb SAS. All rights reserved.
6
- * All rights reserved.
7
- *
8
- * Redistribution and use in source and binary forms, with or without
9
- * modification, are permitted provided that the following conditions are met:
10
- *
11
- * * Redistributions of source code must retain the above copyright
12
- * notice, this list of conditions and the following disclaimer.
13
- * * Redistributions in binary form must reproduce the above copyright
14
- * notice, this list of conditions and the following disclaimer in the
15
- * documentation and/or other materials provided with the distribution.
16
- * * Neither the name of quasardb nor the names of its contributors may
17
- * be used to endorse or promote products derived from this software
18
- * without specific prior written permission.
19
- *
20
- * THIS SOFTWARE IS PROVIDED BY QUASARDB AND CONTRIBUTORS ``AS IS'' AND ANY
21
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
24
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
- */
31
- #pragma once
32
-
33
- #include "concepts.hpp"
34
- #include "error.hpp"
35
- #include "logger.hpp"
36
- #include "metrics.hpp"
37
- #include "object_tracker.hpp"
38
- #include "detail/writer.hpp"
39
- #include <vector>
40
-
41
- namespace qdb
42
- {
43
- class writer
44
- {
45
-
46
- using int64_column = detail::int64_column;
47
- using double_column = detail::double_column;
48
- using timestamp_column = detail::timestamp_column;
49
- using blob_column = detail::blob_column;
50
- using string_column = detail::string_column;
51
- using any_column = detail::any_column;
52
-
53
- public:
54
- public:
55
- writer(qdb::handle_ptr h)
56
- : _logger("quasardb.writer")
57
- , _handle{h}
58
- {}
59
-
60
- // prevent copy because of the table object, use a unique_ptr of the batch in cluster
61
- // to return the object
62
- writer(const writer &) = delete;
63
-
64
- ~writer()
65
- {}
66
-
67
- const std::vector<qdb_exp_batch_push_column_t> & prepare_columns();
68
-
69
- template < //
70
- qdb::concepts::writer_push_strategy PushStrategy, //
71
- qdb::concepts::sleep_strategy SleepStrategy> //
72
- void push(detail::writer_data const & data, py::kwargs kwargs)
73
- {
74
- qdb::object_tracker::scoped_capture capture{_object_tracker};
75
-
76
- // We always want to have a push mode at this point
77
- kwargs = detail::batch_push_mode::ensure(kwargs);
78
-
79
- _push_impl<PushStrategy, SleepStrategy>( //
80
- detail::staged_tables::index(data), //
81
- kwargs //
82
- ); //
83
- }
84
-
85
- template < //
86
- qdb::concepts::writer_push_strategy PushStrategy, //
87
- qdb::concepts::sleep_strategy SleepStrategy> //
88
- void push_async(detail::writer_data const & data, py::kwargs kwargs)
89
- {
90
- _logger.warn("writer.push_async() is deprecated, please invoke writer.push() directly and "
91
- "provide the push mode as a kwarg");
92
-
93
- return push<PushStrategy, SleepStrategy>(
94
- data, detail::batch_push_mode::set(kwargs, qdb_exp_batch_push_async));
95
- }
96
-
97
- template < //
98
- qdb::concepts::writer_push_strategy PushStrategy, //
99
- qdb::concepts::sleep_strategy SleepStrategy> //
100
- void push_fast(detail::writer_data const & data, py::kwargs kwargs)
101
- {
102
- _logger.warn("writer.push_fast() is deprecated, please invoke writer.push() directly and "
103
- "provide the push mode as a kwarg");
104
-
105
- return push<PushStrategy, SleepStrategy>(
106
- data, detail::batch_push_mode::set(kwargs, qdb_exp_batch_push_fast));
107
- }
108
-
109
- template < //
110
- qdb::concepts::writer_push_strategy PushStrategy, //
111
- qdb::concepts::sleep_strategy SleepStrategy> //
112
- void push_truncate(detail::writer_data const & data, py::kwargs kwargs)
113
- {
114
- _logger.warn("writer.push_fast() is deprecated, please invoke writer.push() directly and "
115
- "provide the push mode as a kwarg");
116
-
117
- return push<PushStrategy, SleepStrategy>(
118
- data, detail::batch_push_mode::set(kwargs, qdb_exp_batch_push_truncate));
119
-
120
- // qdb::object_tracker::scoped_capture capture{_object_tracker};
121
- // auto idx = detail::staged_tables::index(data);
122
-
123
- // // As we are actively removing data, let's add an additional check to ensure the user
124
- // // doesn't accidentally truncate his whole database without inserting anything.
125
- // if (data.empty()) [[unlikely]]
126
- // {
127
- // throw qdb::invalid_argument_exception{
128
- // "Writer is empty: you did not provide any rows to push."};
129
- // }
130
-
131
- // qdb_ts_range_t tr;
132
-
133
- // if (kwargs.contains("range"))
134
- // {
135
- // tr = convert::value<py::tuple, qdb_ts_range_t>(py::cast<py::tuple>(kwargs["range"]));
136
- // }
137
- // else
138
- // {
139
- // // TODO(leon): support multiple tables for push truncate
140
- // if (idx.size() != 1) [[unlikely]]
141
- // {
142
- // throw qdb::invalid_argument_exception{"Writer push truncate only supports a single "
143
- // "table unless an explicit range is provided:
144
- // you " "provided more than one table without" "
145
- // an explicit range."};
146
- // }
147
-
148
- // detail::staged_table const & staged_table = idx.first();
149
- // tr = staged_table.time_range();
150
- // }
151
-
152
- // const qdb_exp_batch_options_t options = {
153
- // .mode = qdb_exp_batch_push_truncate, //
154
- // .push_flags = detail::batch_push_flags::from_kwargs(kwargs) //
155
- // };
156
-
157
- // _push_impl<PushStrategy, SleepStrategy>( //
158
- // std::move(idx), //
159
- // options, //
160
- // kwargs, //
161
- // &tr //
162
- // ); //
163
- }
164
-
165
- private:
166
- template < //
167
- concepts::writer_push_strategy PushStrategy, //
168
- concepts::sleep_strategy SleepStrategy> //
169
- void _push_impl( //
170
- detail::staged_tables && idx, //
171
- py::kwargs kwargs) //
172
- {
173
- _handle->check_open();
174
-
175
- // Ensure some default variables that are set
176
- kwargs = detail::batch_push_flags::ensure(kwargs);
177
-
178
- std::vector<qdb_ts_range_t> truncate_ranges{};
179
-
180
- if (detail::batch_push_mode::from_kwargs(kwargs) == qdb_exp_batch_push_truncate)
181
- [[unlikely]] // Unlikely because truncate isn't used much
182
- {
183
- kwargs = detail::batch_truncate_ranges::ensure(kwargs, idx);
184
- truncate_ranges = detail::batch_truncate_ranges::from_kwargs(kwargs);
185
- }
186
-
187
- qdb_exp_batch_options_t options = detail::batch_options::from_kwargs(kwargs);
188
-
189
- if (idx.empty()) [[unlikely]]
190
- {
191
- throw qdb::invalid_argument_exception{"No data written to batch writer."};
192
- }
193
-
194
- auto deduplicate_options = detail::deduplicate_options::from_kwargs(kwargs);
195
-
196
- std::vector<qdb_exp_batch_push_table_t> batch;
197
- batch.assign(idx.size(), qdb_exp_batch_push_table_t());
198
-
199
- qdb_ts_range_t * truncate_ranges_{nullptr};
200
- if (truncate_ranges.empty() == false) [[unlikely]]
201
- {
202
- truncate_ranges_ = truncate_ranges.data();
203
- }
204
-
205
- int cur = 0;
206
-
207
- for (auto pos = idx.begin(); pos != idx.end(); ++pos)
208
- {
209
- std::string const & table_name = pos->first;
210
- detail::staged_table & staged_table = pos->second;
211
- auto & batch_table = batch.at(cur++);
212
-
213
- staged_table.prepare_batch( //
214
- options.mode, //
215
- deduplicate_options, //
216
- truncate_ranges_, //
217
- batch_table);
218
-
219
- if (batch_table.data.column_count == 0) [[unlikely]]
220
- {
221
- throw qdb::invalid_argument_exception{
222
- "Writer is empty: you did not provide any columns to push."};
223
- }
224
-
225
- _logger.debug("Pushing %d rows with %d columns in %s", batch_table.data.row_count,
226
- batch_table.data.column_count, table_name);
227
- }
228
-
229
- _do_push<PushStrategy, SleepStrategy>( //
230
- options, //
231
- batch, //
232
- PushStrategy::from_kwargs(kwargs), //
233
- detail::retry_options::from_kwargs(kwargs) //
234
- ); //
235
- }
236
-
237
- template < //
238
- concepts::writer_push_strategy PushStrategy, //
239
- concepts::sleep_strategy SleepStrategy> //
240
- void _do_push(qdb_exp_batch_options_t const & options,
241
- std::vector<qdb_exp_batch_push_table_t> const & batch,
242
- PushStrategy push_strategy,
243
- detail::retry_options const & retry_options)
244
- {
245
- qdb_error_t err{qdb_e_ok};
246
-
247
- {
248
- // Make sure to measure the time it takes to do the actual push.
249
- // This is in its own scoped block so that we only actually measure
250
- // the push time, not e.g. retry time.
251
- qdb::metrics::scoped_capture capture{"qdb_batch_push"};
252
-
253
- err = push_strategy( //
254
- *_handle, //
255
- &options, //
256
- batch.data(), //
257
- nullptr, //
258
- batch.size()); //
259
- }
260
-
261
- if (retry_options.should_retry(err))
262
- [[unlikely]] // Unlikely, because err is most likely to be qdb_e_ok
263
- {
264
- if (err == qdb_e_async_pipe_full) [[likely]]
265
- {
266
- _logger.info("Async pipelines are currently full");
267
- }
268
- else
269
- {
270
- _logger.warn("A temporary error occurred");
271
- }
272
-
273
- std::chrono::milliseconds delay = retry_options.delay;
274
- _logger.info("Sleeping for %d milliseconds", delay.count());
275
-
276
- SleepStrategy::sleep(delay);
277
-
278
- // Now try again -- easier way to go about this is to enter recursion. Note how
279
- // we permutate the retry_options, which automatically adjusts the amount of retries
280
- // left and the next sleep duration.
281
- _logger.warn("Retrying push operation, retries left: %d", retry_options.retries_left);
282
- return _do_push<PushStrategy, SleepStrategy>(
283
- options, batch, push_strategy, retry_options.next());
284
- }
285
-
286
- qdb::qdb_throw_if_error(*_handle, err);
287
- }
288
-
289
- private:
290
- qdb::logger _logger;
291
- qdb::handle_ptr _handle;
292
-
293
- qdb::object_tracker::scoped_repository _object_tracker;
294
-
295
- public:
296
- // the 'legacy' API needs some state attached to the pinned writer; monkey patching
297
- // the pinned writer purely in python for this is possible, but annoying to do right;
298
- // it's much easier to just have it live here (for now), until the batch writer is
299
- // fully deprecated.
300
- py::dict legacy_state_;
301
- };
302
-
303
- // don't use shared_ptr, let Python do the reference counting, otherwise you will have an undefined
304
- // behavior
305
- using writer_ptr = std::unique_ptr<writer>;
306
-
307
- template < //
308
- qdb::concepts::writer_push_strategy PushStrategy, //
309
- qdb::concepts::sleep_strategy SleepStrategy> //
310
- static void register_writer(py::module_ & m)
311
- {
312
- using PS = PushStrategy;
313
- using SS = SleepStrategy;
314
-
315
- namespace py = pybind11;
316
-
317
- // Writer data
318
- auto writer_data_c = py::class_<qdb::detail::writer_data>{m, "WriterData"};
319
- writer_data_c.def(py::init())
320
- .def("append", &qdb::detail::writer_data::append, py::arg("table"), py::arg("index"),
321
- py::arg("column_data"), "Append new data")
322
- .def("empty", &qdb::detail::writer_data::empty, "Returns true if underlying data is empty");
323
-
324
- // Different push modes, makes it easy to convert to<>from native types, as we accept the push
325
- // mode as a kwarg.
326
- py::enum_<qdb_exp_batch_push_mode_t>{m, "WriterPushMode", py::arithmetic(), "Push Mode"} //
327
- .value("Transactional", qdb_exp_batch_push_transactional) //
328
- .value("Fast", qdb_exp_batch_push_fast) //
329
- .value("Truncate", qdb_exp_batch_push_truncate) //
330
- .value("Async", qdb_exp_batch_push_fast); //
331
-
332
- // And the actual pinned writer
333
- auto writer_c = py::class_<qdb::writer>{m, "Writer"};
334
-
335
- // basic interface
336
- writer_c.def(py::init<qdb::handle_ptr>()); //
337
-
338
- writer_c.def_readwrite("_legacy_state", &qdb::writer::legacy_state_);
339
-
340
- // push functions
341
- writer_c
342
- .def("push", &qdb::writer::push<PS, SS>, "Regular batch push") //
343
- .def("push_async", &qdb::writer::push_async<PS, SS>,
344
- "Asynchronous batch push that buffers data inside the QuasarDB daemon") //
345
- .def("push_fast", &qdb::writer::push_fast<PS, SS>,
346
- "Fast, in-place batch push that is efficient when doing lots of small, incremental "
347
- "pushes.") //
348
- .def("push_truncate", &qdb::writer::push_truncate<PS, SS>,
349
- "Before inserting data, truncates any existing data. This is useful when you want your "
350
- "insertions to be idempotent, e.g. in "
351
- "case of a retry.");
352
- }
353
-
354
- } // namespace qdb
@@ -1,115 +0,0 @@
1
- quasardb/CMakeLists.txt,sha256=h3jBl_EwSUjwNxa8Ayy9eugjJc0GzRoHPCc-NSLxo58,15128
2
- quasardb/Makefile,sha256=qMumNWctw-LE6tpYVs3_IT6MlXFzGbekR7KS0dm-nzU,7427
3
- quasardb/__init__.py,sha256=bUq3IUkC13rfB4SIGIScDevSJ1jwB3oJbuBZVPfKt1Q,4547
4
- quasardb/batch_column.hpp,sha256=PuZEM78TNxyqtNm4OcuhqMTiconRDG6qdWIvKBIpO8s,3308
5
- quasardb/batch_inserter.hpp,sha256=QUmVPKu1ffF6Ee_9eyBG2-QDDqtF2TLAFZqxG28HL6w,9555
6
- quasardb/blob.hpp,sha256=YirJQeZu0sGfd-66Vc57G7DLRIU9wm_SbaA8jeXXz_8,5696
7
- quasardb/cluster.cpp,sha256=e4vbyr-iVUSlSiUVqFlvIFzzK348yyd368jSVltFdBE,2722
8
- quasardb/cluster.hpp,sha256=C3YDGC7nrL6oBmi9rJMFNMoPhdXLAV8oNNg4EMYn-k4,20590
9
- quasardb/cmake_install.cmake,sha256=AuIKSoCmcmRuAU8dIcP725zjZgtbgXz7plKDS6N52YU,1673
10
- quasardb/concepts.hpp,sha256=W1EJFVrH0bVe74gDSsxpK3HPyFtUIgvtZrui0a5oiiI,11011
11
- quasardb/continuous.cpp,sha256=ZD-V-IIlqrr8NvI6AeW3JY4qc2FDh8dqxGInPvZAiOI,6238
12
- quasardb/continuous.hpp,sha256=AxGo6JUmPm_gbMz_-6PzvrdAIwvEFD6Lp_rvXFHahho,4246
13
- quasardb/convert.hpp,sha256=xZF8j7tD84p8jiBMJjqw2lAcert2Zjc8XitI2OU81zc,1792
14
- quasardb/direct_blob.hpp,sha256=xCcVLj_iuZOO2V2F_jVAYJ5W7f9jWtKrR_9SEcis5rU,3809
15
- quasardb/direct_handle.hpp,sha256=MS4leMysKFf_20ydlsFfyh7l_BpVhNdgPP_ta_nVjPs,2699
16
- quasardb/direct_integer.hpp,sha256=eedoutY2wb3W7C3RVATtOFKc-wigris04P62-cCKSV8,3239
17
- quasardb/dispatch.hpp,sha256=Xo7WdNaXc3R9KghWTZHRzxqlXDpNVG5iyaGW5Qd7ej4,5351
18
- quasardb/double.hpp,sha256=WcB2xqgXAvZAs_ADUNIVWR9-v0Lf7KCK5mnvl_k4nG0,3152
19
- quasardb/entry.hpp,sha256=WGEWd8Wj4ZIDGFwiHPqK_RkUoNYHRlSHW_M_TERqL_k,9178
20
- quasardb/error.hpp,sha256=uO5YD6YlPGVkiPPbv4HPZS_eCALBAkr-f6q8m68ZcxE,12934
21
- quasardb/firehose.py,sha256=HO0GjCDg3x4cpzVSH3KZ1AJhV8lK2HJyXr9tpfnNSGI,3492
22
- quasardb/handle.cpp,sha256=6x7qPFvIzGNralz7MFbUtCEXi26Q2RKzNhIywoVIOKM,507
23
- quasardb/handle.hpp,sha256=OoaSROIDbJMrcHQr8dy5RLJCKrObg68dVUvb-eNBr0Y,2953
24
- quasardb/integer.hpp,sha256=od5QaIC262o_5JSk5vkbmNDUX3K7tFir1u5FmEPs8GE,3216
25
- quasardb/libqdb_api.dylib,sha256=_MGxsWt7rTRBIyqzGUzsLc3Ot8wjQqN1PQQtRSKhA7Y,33885792
26
- quasardb/logger.cpp,sha256=UT2dGHF_sk-UIFUAOWxdse8JlcaLnnARsZDu5AP_v4E,2950
27
- quasardb/logger.hpp,sha256=CrQoHtAHsaovArH6kp_c4up0fVbj7lm4uPcSRnU9VKU,7050
28
- quasardb/masked_array.hpp,sha256=aRAnMRnlD7qAjK4MVlBJHWVuhrG_5dfxOx3cLPtR2pU,18571
29
- quasardb/metrics.cpp,sha256=7xbg65UUQysbT8AIsnLOaVbBlwxQqB8sMzFgcOw4BMI,2839
30
- quasardb/metrics.hpp,sha256=8LV0XOfqH0gc_gSycZlh4u_zDMXuDX3eQRGtIEhyk9Y,3421
31
- quasardb/module.cpp,sha256=aCRCyRHlW5a5t0ITAqVKUKa1OI6jekk-N5xUQHMJklE,2669
32
- quasardb/module.hpp,sha256=NQYsuOMyTnhSufJyAFQOXiL9znXea_ch2CnDgEKm1dY,580
33
- quasardb/node.hpp,sha256=0Slnx_9cJfOt_0IrQqiomIKs4AaQartRXm1m5-yJK1c,4988
34
- quasardb/numpy.cpp,sha256=U1lazDCBCCKRR3ubLCf5OaHbK-kLQAZz7jLlHWSr1gw,183
35
- quasardb/numpy.hpp,sha256=u3TXtkbjxClieDPXw55oGLXxeJStU8O-wIPW9o_4T28,15179
36
- quasardb/object_tracker.hpp,sha256=M1yfo68LGaJidpjYjOLgv2c54rDtfqmf2xnfZXs6S5w,7364
37
- quasardb/options.hpp,sha256=bbixBOEJN9vUrodPH3iyI0vUdOXLY8PxkhRBfxBHKMU,10887
38
- quasardb/perf.hpp,sha256=ctcI8tF07Pp6uEPGx1Hhw_3m3UCgRrVyeHxUW7W7ST4,11028
39
- quasardb/pool.py,sha256=4IFwot-U8GEHo8h86264uVTWge44bOH_TUkoVy3Hjac,8449
40
- quasardb/properties.cpp,sha256=Zdg7zpWA7vH9CXKuKp-1l2mTGlVrXoVoYeYdZVKYTM4,944
41
- quasardb/properties.hpp,sha256=sJu03OFCuKcuBBpynntVlwnXZ0EpQBTd3umSk_GtX4Q,2758
42
- quasardb/pytypes.hpp,sha256=Y1XmY8VeC_ePLS4IpXXDX5ulfYQ9070u4as8Ke9vP-o,6673
43
- quasardb/quasardb.cpython-311-darwin.so,sha256=7TfnX0G3xKAySQQOmOCqsyfr-a7tEzGaMK-PgF4ItEo,917168
44
- quasardb/query.cpp,sha256=coSAZRM7WGgT6hfq5lPQF9jMde7x6x4u8Q-LRmRF9B4,12332
45
- quasardb/query.hpp,sha256=kKy9qUdRS_ibzEgrFYThrgViqH99-ixctl-Hv2dd-Ns,3265
46
- quasardb/reader.cpp,sha256=OlTCJ3uAjLo3XBLlLmq-p8aTbv2wQufMPrzkPHv56Sk,10762
47
- quasardb/reader.hpp,sha256=DS-jw0u38rzDcnc8jLLIcXmIqA0N5lFiVhGVsZP86sE,8094
48
- quasardb/remove_cvref.hpp,sha256=kGW27WE2GvUL9sWvVdFD6NgnVF40bzeNl74ecTlyG9c,580
49
- quasardb/stats.py,sha256=DKvurzur-4c5nVPjr29_Stu9mvwCynM5gGnw0gVQlt8,7387
50
- quasardb/string.hpp,sha256=GU96yYyyselpq53Vib0g087YEL9-RWVaEclQnDalYuk,5911
51
- quasardb/table.cpp,sha256=ybugB5lfmh7J9hCR9pjqSLjivjA43Ocr0TwRKDel6AU,9233
52
- quasardb/table.hpp,sha256=AqwXHZN4eebyWPW2MDLMbdwRHfbKmR_xxoYC84eOYAg,14432
53
- quasardb/table_cache.py,sha256=RgLOYEcgmlc5fVeOBOyjZImtYKoM1UEdzyzPc8EriQI,1507
54
- quasardb/tag.hpp,sha256=1x_EXjKEJGYTpKt-5lq77hHecNJexvxvuAX-aOIPWZ0,2655
55
- quasardb/timestamp.hpp,sha256=3o3-_vOAlRAEHEv8rXjfIOHIsgEPcVFps5B-rzdOFkY,3792
56
- quasardb/traits.hpp,sha256=544Dl4guKWJNXlYfL9d8aPY2mvWth4U3W-xFwfuNUU0,16239
57
- quasardb/ts_iterator.hpp,sha256=tiO5dqPpQrhOT0j6v2AUY5kRYDYj-gki2eBzCiYUDSs,4202
58
- quasardb/utils.cpp,sha256=QzmxqyTWPZ0XwxVS_wtTzfffZs3HI8MwwvW9vAHiT-Q,606
59
- quasardb/utils.hpp,sha256=PIy4q3c70eUkMPLRX_XJZsH9D8P-zY8SzKF6sGYi9ME,4550
60
- quasardb/writer.hpp,sha256=5ERLjC0h1_xWdsxndQI6-7RaCYY1v1wtE3-E1d9VfSA,14544
61
- quasardb/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=GpZQQTMi90dGAQCkNIhQSCKQ-OxfWUmIsT7RaW63pjk,732
62
- quasardb/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
63
- quasardb/convert/array.hpp,sha256=xAYkX5N2EwATS92GuyGPIbWGKWZpGvKltX-xqNvyV-c,9233
64
- quasardb/convert/point.hpp,sha256=CDAtOCbx9q6-hhPIIoa6SGM6Aj9bHiJ6tnxsMvPOC4A,11470
65
- quasardb/convert/range.hpp,sha256=TgNZCgf1OwUQPKgsfLu-VzEiazFqUvMD8LYwkXwGCkU,10894
66
- quasardb/convert/unicode.hpp,sha256=WZcLiC-tRTYS-IAKZ6l2AVbk9AUv3DBbEWbCiwh8MIY,15002
67
- quasardb/convert/util.hpp,sha256=eJhQGs0ymPn3CT48HGHndaChJg_SCOI5U1QkLccXLdQ,560
68
- quasardb/convert/value.hpp,sha256=H_4RZ81SJPI4gyLb9Tlqni7YKZD25sXDbG7XgYvXphs,24558
69
- quasardb/date/Makefile,sha256=geKWxBL7b0GHwKCjP2Et1rtezZ0zSybz7MbrwGv30Do,7452
70
- quasardb/date/cmake_install.cmake,sha256=K2eRceOaEOLFXL5bvFKfdWEjjqeQb1_O2wuhTydOhzc,3249
71
- quasardb/date/dateConfigVersion.cmake,sha256=rL5Cp_r_23Yu8HmjowwKIH04sxxMwdBZ7no3tr4cx14,2762
72
- quasardb/date/dateTargets.cmake,sha256=-K6wy8VBA_FNhdDW7SEH4S46I67uoiC1B1U8BNWWazA,2869
73
- quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=GpZQQTMi90dGAQCkNIhQSCKQ-OxfWUmIsT7RaW63pjk,732
74
- quasardb/date/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
75
- quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake,sha256=8QZYiUQ2YWB94GwiGagdevEYGfkZCC2cvtShH77D3Uc,4211
76
- quasardb/detail/invoke.hpp,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
77
- quasardb/detail/qdb_resource.hpp,sha256=-bWSUmFB-WyUInBwcy_g0VCigOk6qeqj1pfN-vmerEs,3190
78
- quasardb/detail/retry.cpp,sha256=nIUxsJycRNGJMYJZJLENgr6-N0hhOzxd80RdZG6UKco,1618
79
- quasardb/detail/retry.hpp,sha256=pEexd_YNT-tSAaKwK2FDdyJITGGGEgtadIP96khH08Y,4873
80
- quasardb/detail/sleep.hpp,sha256=AMdEizdDrjkk56ex5rSwp4JpHvMUOcdXadTwGFDOYiI,2126
81
- quasardb/detail/ts_column.hpp,sha256=SkeuudVqwIWxPEEP3cAtUjgovvEItQeCQ3EyRx1LOVo,7331
82
- quasardb/detail/writer.cpp,sha256=qNN9dWFWlTsIIae9PF5jDftA00T1_-MrwQli8ZR76d0,15189
83
- quasardb/detail/writer.hpp,sha256=8zlkHfni77XPqh76JvXsJA8NKFCzYI7ap9G3_pkubkU,16866
84
- quasardb/extensions/__init__.py,sha256=FUHR0i62qt5NkOXn7eiMZrzWXo9mQNr1xVz3VSCa9QU,112
85
- quasardb/extensions/writer.py,sha256=ZH6ldQrbH-DimuQTyk3mXS1OyaJIhvCmZTzFtG4hRfY,5735
86
- quasardb/numpy/__init__.py,sha256=F1gVvEH1ijnm-mG9nd1Co3bNwgO2Y_2RmsmWu3yCsYk,30050
87
- quasardb/pandas/__init__.py,sha256=lC8Vq1Kw-vtoBjF1HHV1xwrbf4nI1Hq3-KvGedisq90,14944
88
- quasardb/pybind11/Makefile,sha256=anUGFJUUENYnHNZ0GKr9LUkUy9fIzNyWjLbGJlXa8HY,7472
89
- quasardb/pybind11/cmake_install.cmake,sha256=b9uFDssIxtpKwp4oiOF937lN6D2fmOettcCHAdbU244,1169
90
- quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=GpZQQTMi90dGAQCkNIhQSCKQ-OxfWUmIsT7RaW63pjk,732
91
- quasardb/pybind11/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
92
- quasardb/range-v3/Makefile,sha256=rY_6pEkVy2kDdg9vVPlkbrL7v-l3VEHViSaEifLNbtI,8841
93
- quasardb/range-v3/cmake_install.cmake,sha256=dI3Hp4bZhESRjIMq0Xw_zuBoyFaX8yfZsSTs2b7XPjo,4215
94
- quasardb/range-v3/range-v3-config-version.cmake,sha256=xGi8nCg5dIl5VmCOtTEVVa-dwABxKxLEd1Mx-bUvLLM,3249
95
- quasardb/range-v3/range-v3-config.cmake,sha256=3dw03m_cZn2Mo3RZ9U9-F7Y83sNt2Sa4eufiaCQ2VGI,3423
96
- quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=GpZQQTMi90dGAQCkNIhQSCKQ-OxfWUmIsT7RaW63pjk,732
97
- quasardb/range-v3/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
98
- quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake,sha256=ZwAuwf_aSz2QEA-B9CB2gLs1ZAe29GYndq46_xQwrJI,5265
99
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake,sha256=ssojOAtcndfwexIOMvsRoVek3vdNgBmUVZscjIj5L1U,585
100
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make,sha256=XvAnJwjPuXgrnU412NxldVvz2JgOrpntlQAePNGq2KI,3976
101
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/cmake_clean.cmake,sha256=3b0pZoiofoRzAiY1l7OLw203ZXp-mm1FUlQHob6i7aU,160
102
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.make,sha256=Oge9eptzOB-hllw_Tye4o5wiXsIsdq1xm1GGCe0oGFM,126
103
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.ts,sha256=orKrKpvHulgFBjBgzdeRvCpv0fV7cTffTdaHNqijFJg,120
104
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/progress.make,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
105
- quasardb/range-v3/include/range/v3/version.hpp,sha256=d-ToEdR3GnC_p_0RAeS77xL-SVx6EKHgTlWJ9PUQlSQ,586
106
- quasardb/utils/blob_deque.hpp,sha256=PdfYNE_wjXRd5w0OJv-qxoPixmUfEk6sL88jbBd10kM,2445
107
- quasardb/utils/ostream.hpp,sha256=oqnyxurnnbiStXuFTZEewEM_SsYzB-RdUft-q2y1JcI,374
108
- quasardb/utils/permutation.hpp,sha256=7iyUNZQLxUEyOliRKwoVzO9pzG_b5Id4JjAHXAy5I50,1502
109
- quasardb/utils/stable_sort.hpp,sha256=Z1R3mWl78_Zh4O4bxCXQJHBCd7m71G-qFRcK-ll07qc,465
110
- quasardb/utils/unzip_view.hpp,sha256=pkwk_BTYOm_9HOjyf6Z2W2Udc9he5EJKcIbbrYcUzok,2387
111
- quasardb-3.14.2.dev3.dist-info/LICENSE.md,sha256=_drOadIrIX8mzUZcnTJBTpUQih5gwdRAGK8ZKanYD6k,1467
112
- quasardb-3.14.2.dev3.dist-info/METADATA,sha256=MVQse6UcTn9aG8ovjjk3DmIzGlcr89Azi5UVX8YVNwg,1418
113
- quasardb-3.14.2.dev3.dist-info/WHEEL,sha256=LFVzND6nAdWMS-norKkn42oL86bk-j1PiLvh1xzptX0,110
114
- quasardb-3.14.2.dev3.dist-info/top_level.txt,sha256=wlprix4hCywuF1PkgKWYdZeJKq_kgJOqkAvukm_sZQ8,9
115
- quasardb-3.14.2.dev3.dist-info/RECORD,,