quasardb 3.14.2.dev1__cp311-cp311-macosx_11_0_arm64.whl → 3.14.2.dev2__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 (57) hide show
  1. quasardb/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  2. quasardb/CMakeLists.txt +19 -12
  3. quasardb/Makefile +10 -10
  4. quasardb/__init__.py +33 -4
  5. quasardb/cluster.cpp +7 -1
  6. quasardb/cluster.hpp +111 -72
  7. quasardb/concepts.hpp +56 -12
  8. quasardb/continuous.cpp +84 -34
  9. quasardb/continuous.hpp +10 -7
  10. quasardb/convert/array.hpp +23 -6
  11. quasardb/convert/value.hpp +78 -7
  12. quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  13. quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake +12 -12
  14. quasardb/date/Makefile +10 -10
  15. quasardb/date/dateConfigVersion.cmake +9 -2
  16. quasardb/date/dateTargets.cmake +3 -7
  17. quasardb/detail/invoke.hpp +0 -0
  18. quasardb/detail/retry.cpp +30 -0
  19. quasardb/detail/retry.hpp +147 -0
  20. quasardb/detail/sleep.hpp +53 -0
  21. quasardb/{writer.cpp → detail/writer.cpp} +68 -162
  22. quasardb/detail/writer.hpp +550 -0
  23. quasardb/error.hpp +76 -1
  24. quasardb/libqdb_api.dylib +0 -0
  25. quasardb/masked_array.hpp +9 -2
  26. quasardb/module.cpp +20 -4
  27. quasardb/numpy/__init__.py +58 -10
  28. quasardb/object_tracker.hpp +2 -3
  29. quasardb/options.hpp +32 -3
  30. quasardb/pandas/__init__.py +59 -102
  31. quasardb/properties.cpp +41 -0
  32. quasardb/properties.hpp +85 -0
  33. quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  34. quasardb/pybind11/Makefile +10 -10
  35. quasardb/quasardb.cpython-311-darwin.so +0 -0
  36. quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  37. quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake +12 -12
  38. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake +6 -2
  39. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make +2 -2
  40. quasardb/range-v3/Makefile +10 -10
  41. quasardb/range-v3/cmake_install.cmake +12 -0
  42. quasardb/range-v3/range-v3-config-version.cmake +9 -2
  43. quasardb/range-v3/range-v3-config.cmake +3 -7
  44. quasardb/reader.cpp +282 -0
  45. quasardb/reader.hpp +256 -0
  46. quasardb/table.cpp +4 -36
  47. quasardb/table.hpp +69 -28
  48. quasardb/traits.hpp +23 -0
  49. quasardb/writer.hpp +245 -287
  50. {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev2.dist-info}/METADATA +7 -7
  51. {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev2.dist-info}/RECORD +54 -48
  52. {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev2.dist-info}/WHEEL +1 -1
  53. quasardb/reader/ts_row.hpp +0 -281
  54. quasardb/reader/ts_value.hpp +0 -245
  55. quasardb/table_reader.hpp +0 -220
  56. {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev2.dist-info}/LICENSE.md +0 -0
  57. {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev2.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
- quasardb/CMakeLists.txt,sha256=dD10FmWEVzOyVXMNlbYavP9a5usPIqa7oJzS63yw3aU,14997
2
- quasardb/Makefile,sha256=yJrQ8ImHLg5GAYcNLm2IClCMvP0W_XnY0DHOI5Obe7Q,7409
3
- quasardb/__init__.py,sha256=JLNtV7P81HLi_OXqumJ1dq3fDUiUnR3Ktmf-e7wtalo,3707
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
4
  quasardb/batch_column.hpp,sha256=PuZEM78TNxyqtNm4OcuhqMTiconRDG6qdWIvKBIpO8s,3308
5
5
  quasardb/batch_inserter.hpp,sha256=QUmVPKu1ffF6Ee_9eyBG2-QDDqtF2TLAFZqxG28HL6w,9555
6
6
  quasardb/blob.hpp,sha256=YirJQeZu0sGfd-66Vc57G7DLRIU9wm_SbaA8jeXXz_8,5696
7
- quasardb/cluster.cpp,sha256=jMaqH-xL5EMSM2GM8JgZTqAlC3UY38YvZDw8cNDf-Xw,2411
8
- quasardb/cluster.hpp,sha256=64TzCkifDcX2pN2CUwgyEIoWEs_wOUbO5wp4tAEmAWQ,18854
7
+ quasardb/cluster.cpp,sha256=VAc7qx-mwj9oIWYq0m_kr4oZwcJxUdxzfbjkHreUCWo,2571
8
+ quasardb/cluster.hpp,sha256=xxaJfL-bZlJs7qYouHxjASLB5Vzke70UcPj_zx0hWYQ,20347
9
9
  quasardb/cmake_install.cmake,sha256=AuIKSoCmcmRuAU8dIcP725zjZgtbgXz7plKDS6N52YU,1673
10
- quasardb/concepts.hpp,sha256=bdfPkYLtcf0s-fc0QDz05c2dTm_gj7y2BMSceIY4dHA,9296
11
- quasardb/continuous.cpp,sha256=vNWtyingRC9g_2OQ7KjWm0L62fguQILXvQ14zu9OlLE,4417
12
- quasardb/continuous.hpp,sha256=9viS4tTGUHn3OVZJiZFXhZKEIFBEvHvy77KoNlSdtmg,4221
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
13
  quasardb/convert.hpp,sha256=xZF8j7tD84p8jiBMJjqw2lAcert2Zjc8XitI2OU81zc,1792
14
14
  quasardb/direct_blob.hpp,sha256=xCcVLj_iuZOO2V2F_jVAYJ5W7f9jWtKrR_9SEcis5rU,3809
15
15
  quasardb/direct_handle.hpp,sha256=MS4leMysKFf_20ydlsFfyh7l_BpVhNdgPP_ta_nVjPs,2699
@@ -17,93 +17,99 @@ quasardb/direct_integer.hpp,sha256=eedoutY2wb3W7C3RVATtOFKc-wigris04P62-cCKSV8,3
17
17
  quasardb/dispatch.hpp,sha256=Xo7WdNaXc3R9KghWTZHRzxqlXDpNVG5iyaGW5Qd7ej4,5351
18
18
  quasardb/double.hpp,sha256=WcB2xqgXAvZAs_ADUNIVWR9-v0Lf7KCK5mnvl_k4nG0,3152
19
19
  quasardb/entry.hpp,sha256=WGEWd8Wj4ZIDGFwiHPqK_RkUoNYHRlSHW_M_TERqL_k,9178
20
- quasardb/error.hpp,sha256=VD1lT0E_a-l_DR_gOU0-Nb4jzTJpzz_d-wCXNAS1oko,10489
20
+ quasardb/error.hpp,sha256=uO5YD6YlPGVkiPPbv4HPZS_eCALBAkr-f6q8m68ZcxE,12934
21
21
  quasardb/firehose.py,sha256=HO0GjCDg3x4cpzVSH3KZ1AJhV8lK2HJyXr9tpfnNSGI,3492
22
22
  quasardb/handle.cpp,sha256=6x7qPFvIzGNralz7MFbUtCEXi26Q2RKzNhIywoVIOKM,507
23
23
  quasardb/handle.hpp,sha256=OoaSROIDbJMrcHQr8dy5RLJCKrObg68dVUvb-eNBr0Y,2953
24
24
  quasardb/integer.hpp,sha256=od5QaIC262o_5JSk5vkbmNDUX3K7tFir1u5FmEPs8GE,3216
25
- quasardb/libqdb_api.dylib,sha256=cx_U4RcLXQowyKP5GhtgjIdL6QqO9t00dxNjTumueDY,31593488
25
+ quasardb/libqdb_api.dylib,sha256=1vVfO-6Xu37TO3Ror4c2XljAcVx4D8mtEL6XOvxAI-4,33996384
26
26
  quasardb/logger.cpp,sha256=UT2dGHF_sk-UIFUAOWxdse8JlcaLnnARsZDu5AP_v4E,2950
27
27
  quasardb/logger.hpp,sha256=CrQoHtAHsaovArH6kp_c4up0fVbj7lm4uPcSRnU9VKU,7050
28
- quasardb/masked_array.hpp,sha256=QSDaKgj5PhmXJg6efPL9qSu69aEXgCmWhmshzhOLt3w,18337
28
+ quasardb/masked_array.hpp,sha256=aRAnMRnlD7qAjK4MVlBJHWVuhrG_5dfxOx3cLPtR2pU,18571
29
29
  quasardb/metrics.cpp,sha256=7xbg65UUQysbT8AIsnLOaVbBlwxQqB8sMzFgcOw4BMI,2839
30
30
  quasardb/metrics.hpp,sha256=8LV0XOfqH0gc_gSycZlh4u_zDMXuDX3eQRGtIEhyk9Y,3421
31
- quasardb/module.cpp,sha256=f705GwIRdmNO6hb_Yx-3z6QJo5WiRrRvsr54VK7iWH4,2160
31
+ quasardb/module.cpp,sha256=aCRCyRHlW5a5t0ITAqVKUKa1OI6jekk-N5xUQHMJklE,2669
32
32
  quasardb/module.hpp,sha256=NQYsuOMyTnhSufJyAFQOXiL9znXea_ch2CnDgEKm1dY,580
33
33
  quasardb/node.hpp,sha256=Cg8X5jp_JQnjjM47M08yQtahnelmx_agSKeLyzpiVwQ,4648
34
34
  quasardb/numpy.cpp,sha256=U1lazDCBCCKRR3ubLCf5OaHbK-kLQAZz7jLlHWSr1gw,183
35
35
  quasardb/numpy.hpp,sha256=u3TXtkbjxClieDPXw55oGLXxeJStU8O-wIPW9o_4T28,15179
36
- quasardb/object_tracker.hpp,sha256=6TyqWLe3h1g4Uq2Cw1pG53kTnmjDiYZS6h43u4jUWiU,7426
37
- quasardb/options.hpp,sha256=ufMlL8w5cxa81QiUgWaIpGaPKS7KbyGEBtg6MT7NPyc,9914
36
+ quasardb/object_tracker.hpp,sha256=M1yfo68LGaJidpjYjOLgv2c54rDtfqmf2xnfZXs6S5w,7364
37
+ quasardb/options.hpp,sha256=bbixBOEJN9vUrodPH3iyI0vUdOXLY8PxkhRBfxBHKMU,10887
38
38
  quasardb/perf.hpp,sha256=ctcI8tF07Pp6uEPGx1Hhw_3m3UCgRrVyeHxUW7W7ST4,11028
39
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
40
42
  quasardb/pytypes.hpp,sha256=Y1XmY8VeC_ePLS4IpXXDX5ulfYQ9070u4as8Ke9vP-o,6673
41
- quasardb/quasardb.cpython-311-darwin.so,sha256=EgBCPxtt8_pS6NxTGgVYvoHhDGCDPcQvnvOKnV30ThE,1133728
43
+ quasardb/quasardb.cpython-311-darwin.so,sha256=WXAwF3HGdEj0a0L7uf4amYQnypSm9Jv9wQoTfL94vQs,917168
42
44
  quasardb/query.cpp,sha256=coSAZRM7WGgT6hfq5lPQF9jMde7x6x4u8Q-LRmRF9B4,12332
43
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
44
48
  quasardb/remove_cvref.hpp,sha256=kGW27WE2GvUL9sWvVdFD6NgnVF40bzeNl74ecTlyG9c,580
45
49
  quasardb/stats.py,sha256=DKvurzur-4c5nVPjr29_Stu9mvwCynM5gGnw0gVQlt8,7387
46
50
  quasardb/string.hpp,sha256=GU96yYyyselpq53Vib0g087YEL9-RWVaEclQnDalYuk,5911
47
- quasardb/table.cpp,sha256=yj_zEXMWDi-QDhnyn48PxQ8p4qEG-yONTbzXatU_Uzw,10604
48
- quasardb/table.hpp,sha256=HAt1a6_eg-L47DHiJhcKFszgcJnqrtLpNqCzHJXK7fw,12175
51
+ quasardb/table.cpp,sha256=ybugB5lfmh7J9hCR9pjqSLjivjA43Ocr0TwRKDel6AU,9233
52
+ quasardb/table.hpp,sha256=AqwXHZN4eebyWPW2MDLMbdwRHfbKmR_xxoYC84eOYAg,14432
49
53
  quasardb/table_cache.py,sha256=RgLOYEcgmlc5fVeOBOyjZImtYKoM1UEdzyzPc8EriQI,1507
50
- quasardb/table_reader.hpp,sha256=p-YGE6vMZBa2Ujv6UkpPSabSCIKTu9zksDL1FMcARm0,6721
51
54
  quasardb/tag.hpp,sha256=1x_EXjKEJGYTpKt-5lq77hHecNJexvxvuAX-aOIPWZ0,2655
52
55
  quasardb/timestamp.hpp,sha256=3o3-_vOAlRAEHEv8rXjfIOHIsgEPcVFps5B-rzdOFkY,3792
53
- quasardb/traits.hpp,sha256=JBF1ySxuoUM9DdSb1tZyB_lDHCXw8DEC1HlTaEXzkWQ,15764
56
+ quasardb/traits.hpp,sha256=544Dl4guKWJNXlYfL9d8aPY2mvWth4U3W-xFwfuNUU0,16239
54
57
  quasardb/ts_iterator.hpp,sha256=tiO5dqPpQrhOT0j6v2AUY5kRYDYj-gki2eBzCiYUDSs,4202
55
58
  quasardb/utils.cpp,sha256=QzmxqyTWPZ0XwxVS_wtTzfffZs3HI8MwwvW9vAHiT-Q,606
56
59
  quasardb/utils.hpp,sha256=PIy4q3c70eUkMPLRX_XJZsH9D8P-zY8SzKF6sGYi9ME,4550
57
- quasardb/writer.cpp,sha256=lBy9j75n-gQfb-ufJAUBDwlrpcCYZ6eve6MNDnjuIYU,19037
58
- quasardb/writer.hpp,sha256=QlVuVbHg4Ld4_TsesxpyggHufb7868idQQtCu21bA0Q,12537
59
- quasardb/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=Cil1DJqnPbu_2qoFKqnZnifg8SnOvBZEPXcyRwMrvCc,732
60
+ quasardb/writer.hpp,sha256=5ERLjC0h1_xWdsxndQI6-7RaCYY1v1wtE3-E1d9VfSA,14544
61
+ quasardb/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=GpZQQTMi90dGAQCkNIhQSCKQ-OxfWUmIsT7RaW63pjk,732
60
62
  quasardb/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
61
- quasardb/convert/array.hpp,sha256=25a6szW3h6By99PgLlbJLrJkwmAjn70qjGDc6TZjoOU,8879
63
+ quasardb/convert/array.hpp,sha256=xAYkX5N2EwATS92GuyGPIbWGKWZpGvKltX-xqNvyV-c,9233
62
64
  quasardb/convert/point.hpp,sha256=CDAtOCbx9q6-hhPIIoa6SGM6Aj9bHiJ6tnxsMvPOC4A,11470
63
65
  quasardb/convert/range.hpp,sha256=TgNZCgf1OwUQPKgsfLu-VzEiazFqUvMD8LYwkXwGCkU,10894
64
66
  quasardb/convert/unicode.hpp,sha256=WZcLiC-tRTYS-IAKZ6l2AVbk9AUv3DBbEWbCiwh8MIY,15002
65
67
  quasardb/convert/util.hpp,sha256=eJhQGs0ymPn3CT48HGHndaChJg_SCOI5U1QkLccXLdQ,560
66
- quasardb/convert/value.hpp,sha256=aoMb40BcnigooffRsKd_5s6i8cFyIPhDfBLzn1Hc-gE,22685
67
- quasardb/date/Makefile,sha256=_KsS46f96xf7RZV6okdKh6Ez0IUnTUQzCOpsWh7SptA,7434
68
+ quasardb/convert/value.hpp,sha256=H_4RZ81SJPI4gyLb9Tlqni7YKZD25sXDbG7XgYvXphs,24558
69
+ quasardb/date/Makefile,sha256=geKWxBL7b0GHwKCjP2Et1rtezZ0zSybz7MbrwGv30Do,7452
68
70
  quasardb/date/cmake_install.cmake,sha256=K2eRceOaEOLFXL5bvFKfdWEjjqeQb1_O2wuhTydOhzc,3249
69
- quasardb/date/dateConfigVersion.cmake,sha256=PLnZWf4r8BmNkw645Jb7mJrIe2QWSJioM6O4nY0Nwj8,2418
70
- quasardb/date/dateTargets.cmake,sha256=YJ_GPXSFeDNN7iShTy1Q0kkv5wdBDVkUnhBqDaq4xOg,3000
71
- quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=Cil1DJqnPbu_2qoFKqnZnifg8SnOvBZEPXcyRwMrvCc,732
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
72
74
  quasardb/date/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
73
- quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake,sha256=aSVH_ARNZMTBnVvb3Ep8XBfBKNzo7rY_DlrjGXcWnWs,4124
75
+ quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake,sha256=8QZYiUQ2YWB94GwiGagdevEYGfkZCC2cvtShH77D3Uc,4211
76
+ quasardb/detail/invoke.hpp,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
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
75
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
76
84
  quasardb/extensions/__init__.py,sha256=FUHR0i62qt5NkOXn7eiMZrzWXo9mQNr1xVz3VSCa9QU,112
77
85
  quasardb/extensions/writer.py,sha256=ZH6ldQrbH-DimuQTyk3mXS1OyaJIhvCmZTzFtG4hRfY,5735
78
- quasardb/numpy/__init__.py,sha256=DKIe8702OedqPxSxgiOze15ulf7XZT4HL9X7Zif-j5c,28226
79
- quasardb/pandas/__init__.py,sha256=_PBUGHATNKtIJu5F-4bW9dPfhQGnXyBKwAgq_ykXFVo,16126
80
- quasardb/pybind11/Makefile,sha256=c-z3uCpZoGq-zJzKEq6GNBDyMLKjkdW6o5jdpqwRLJU,7454
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
81
89
  quasardb/pybind11/cmake_install.cmake,sha256=b9uFDssIxtpKwp4oiOF937lN6D2fmOettcCHAdbU244,1169
82
- quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=Cil1DJqnPbu_2qoFKqnZnifg8SnOvBZEPXcyRwMrvCc,732
90
+ quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=GpZQQTMi90dGAQCkNIhQSCKQ-OxfWUmIsT7RaW63pjk,732
83
91
  quasardb/pybind11/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
84
- quasardb/range-v3/Makefile,sha256=wM45vuXPpkKqMQ24jzZ3hBLNi6O19b8xb2reS2x4FrA,8823
85
- quasardb/range-v3/cmake_install.cmake,sha256=G9fzuLo5m3e_F8HFO-V7OQv6vOIxZohFBfVcJ_VxKGE,3358
86
- quasardb/range-v3/range-v3-config-version.cmake,sha256=X3UrazWN6YOziV7sKMXfydMMV1_8BziHjYAu0HMFEek,2908
87
- quasardb/range-v3/range-v3-config.cmake,sha256=BZrbOr8d2SSoaASpmre_rE_3YIsZrWQF8H51o9_dqEY,3554
88
- quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=Cil1DJqnPbu_2qoFKqnZnifg8SnOvBZEPXcyRwMrvCc,732
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
89
97
  quasardb/range-v3/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
90
- quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake,sha256=Tj1qvJzoU1be1XbR3lp3hC3zuchFI1NrjNcFBuXR6bg,5178
91
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake,sha256=vlXHUX5E1gZJnT4TbtAMVQT3jCwts0EmUVBA0TQaFCk,423
92
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make,sha256=gLNR_n7_5Tf8PkyS5TccnOrxsypED8GfVmVznU8zOdY,3974
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
93
101
  quasardb/range-v3/CMakeFiles/range.v3.headers.dir/cmake_clean.cmake,sha256=3b0pZoiofoRzAiY1l7OLw203ZXp-mm1FUlQHob6i7aU,160
94
102
  quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.make,sha256=Oge9eptzOB-hllw_Tye4o5wiXsIsdq1xm1GGCe0oGFM,126
95
103
  quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.ts,sha256=orKrKpvHulgFBjBgzdeRvCpv0fV7cTffTdaHNqijFJg,120
96
104
  quasardb/range-v3/CMakeFiles/range.v3.headers.dir/progress.make,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
97
105
  quasardb/range-v3/include/range/v3/version.hpp,sha256=d-ToEdR3GnC_p_0RAeS77xL-SVx6EKHgTlWJ9PUQlSQ,586
98
- quasardb/reader/ts_row.hpp,sha256=KGVjhgSS6PVHc-LSoknEWCHsclM2PazuPyNIXbek_jc,9409
99
- quasardb/reader/ts_value.hpp,sha256=GnMH8SjeXY0UBffQUudgakQDMgwemgEXMbokSq-dLVI,6803
100
106
  quasardb/utils/blob_deque.hpp,sha256=PdfYNE_wjXRd5w0OJv-qxoPixmUfEk6sL88jbBd10kM,2445
101
107
  quasardb/utils/ostream.hpp,sha256=oqnyxurnnbiStXuFTZEewEM_SsYzB-RdUft-q2y1JcI,374
102
108
  quasardb/utils/permutation.hpp,sha256=7iyUNZQLxUEyOliRKwoVzO9pzG_b5Id4JjAHXAy5I50,1502
103
109
  quasardb/utils/stable_sort.hpp,sha256=Z1R3mWl78_Zh4O4bxCXQJHBCd7m71G-qFRcK-ll07qc,465
104
110
  quasardb/utils/unzip_view.hpp,sha256=pkwk_BTYOm_9HOjyf6Z2W2Udc9he5EJKcIbbrYcUzok,2387
105
- quasardb-3.14.2.dev1.dist-info/LICENSE.md,sha256=_drOadIrIX8mzUZcnTJBTpUQih5gwdRAGK8ZKanYD6k,1467
106
- quasardb-3.14.2.dev1.dist-info/METADATA,sha256=vChxMwzIDrM_UlCOWA4VENjRpwwvZ9rdJp5p8kPDBzM,1461
107
- quasardb-3.14.2.dev1.dist-info/WHEEL,sha256=V4MgOdL8hB0MONNzyEXkjqg6fCQ0i-MT-UIIis4fuKU,110
108
- quasardb-3.14.2.dev1.dist-info/top_level.txt,sha256=wlprix4hCywuF1PkgKWYdZeJKq_kgJOqkAvukm_sZQ8,9
109
- quasardb-3.14.2.dev1.dist-info/RECORD,,
111
+ quasardb-3.14.2.dev2.dist-info/LICENSE.md,sha256=_drOadIrIX8mzUZcnTJBTpUQih5gwdRAGK8ZKanYD6k,1467
112
+ quasardb-3.14.2.dev2.dist-info/METADATA,sha256=VYfUewl7wVQC3z_nlU3E0y7pOP2oU8d16txeinEahhY,1418
113
+ quasardb-3.14.2.dev2.dist-info/WHEEL,sha256=LFVzND6nAdWMS-norKkn42oL86bk-j1PiLvh1xzptX0,110
114
+ quasardb-3.14.2.dev2.dist-info/top_level.txt,sha256=wlprix4hCywuF1PkgKWYdZeJKq_kgJOqkAvukm_sZQ8,9
115
+ quasardb-3.14.2.dev2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_11_0_arm64
5
5
 
@@ -1,281 +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 "ts_value.hpp"
34
- #include <qdb/ts.h>
35
- #include <detail/ts_column.hpp>
36
- #include <pybind11/numpy.h>
37
- #include <pybind11/stl_bind.h>
38
- #include <numpy.hpp>
39
-
40
- namespace py = pybind11;
41
-
42
- namespace qdb
43
- {
44
-
45
- namespace reader
46
- {
47
-
48
- using ts_columns_t = std::vector<detail::column_info>;
49
-
50
- class ts_row
51
- {
52
- public:
53
- // We need a default constructor to due being copied as part of an iterator.
54
- ts_row() noexcept = default;
55
-
56
- ts_row(handle_ptr handle, qdb_local_table_t local_table) noexcept
57
- : _handle{handle}
58
- , _local_table{local_table}
59
- {}
60
-
61
- bool operator==(const ts_row & rhs) const noexcept
62
- {
63
- auto tie = [](const auto & ts) { return std::tie(ts.tv_sec, ts.tv_nsec); };
64
-
65
- // Since our row doesn't hold any intrinsic data itself and is merely
66
- // an indirection to the data in the local table, it doesn't make a lot
67
- // of sense to compare it with another other than comparing the timestamps
68
- // and the local table references.
69
- return (tie(_timestamp) == tie(rhs._timestamp)) && (_local_table == rhs._local_table);
70
- }
71
-
72
- numpy::datetime64 timestamp() const noexcept
73
- {
74
- return numpy::datetime64(_timestamp);
75
- }
76
-
77
- /**
78
- * Not exposed through Python, but allows the read_row operation to write the underlying
79
- * timestamp object directly.
80
- */
81
- qdb_timespec_t & mutable_timestamp() noexcept
82
- {
83
- return _timestamp;
84
- }
85
-
86
- protected:
87
- handle_ptr _handle{nullptr};
88
- qdb_local_table_t _local_table{nullptr};
89
- qdb_timespec_t _timestamp;
90
- };
91
-
92
- /**
93
- * Our 'fast' row is a pure, lazy list-type row that uses a column's offset for
94
- * constant-time access to the column values. E.g. row[0], row[1] which will return
95
- * a (short-lived) ts_value.
96
- */
97
- class ts_fast_row : public ts_row
98
- {
99
- public:
100
- ts_fast_row() noexcept = default;
101
-
102
- ts_fast_row(handle_ptr handle, qdb_local_table_t local_table, const ts_columns_t & columns) noexcept
103
- : ts_row(handle, local_table)
104
- , _columns(columns)
105
- {}
106
-
107
- std::vector<py::object> copy() const
108
- {
109
- int64_t size = _columns.size() + 1;
110
- std::vector<py::object> res;
111
- res.reserve(size);
112
-
113
- for (auto index = 0; index < size; ++index)
114
- {
115
- // By first casting the value, we create a copy of the concrete type
116
- // (e.g. the int64 or the blob) rather than the reference into the local
117
- // table.
118
- res.push_back(get_item(index));
119
- }
120
-
121
- return res;
122
- }
123
-
124
- py::object get_item(uint64_t index) const
125
- {
126
- if (index == 0)
127
- {
128
- // TODO(leon): we construct this object every time; should be without any heap
129
- // allocations,but can we do without this?
130
- return timestamp();
131
- }
132
- else
133
- {
134
- uint64_t col_index = index - 1;
135
- if (col_index > _columns.size())
136
- {
137
- throw py::index_error();
138
- }
139
- return py::cast(ts_value(_handle, _local_table, col_index, _columns.at(col_index).type),
140
- py::return_value_policy::move);
141
- }
142
- }
143
-
144
- void set_item(int64_t /* index */, int64_t /* value */)
145
- {
146
- // not implemented
147
- }
148
-
149
- std::string repr() const
150
- {
151
- // This is inefficient because we first cast everything to Python objects, get the
152
- // string representation and then cast back to c++ strings, but it's correct and
153
- // effective, and it's used for debugging purposes only.
154
- auto xs = copy();
155
- std::string kvs =
156
- std::accumulate(xs.cbegin(), xs.cend(), std::string(), [](std::string acc, auto x) {
157
- std::string s = py::str(x);
158
- return acc.empty() ? s : std::move(acc) + ", " + s;
159
- });
160
-
161
- return "[" + std::move(kvs) + "]";
162
- }
163
-
164
- private:
165
- ts_columns_t _columns;
166
- };
167
-
168
- /**
169
- * Our 'dict' row is a much slower, dict-based row type that provides very convenient
170
- * access to the columns by their name. It does, however, index each and every row's
171
- * columns eagerly, and as such will exhibit much worse performance.
172
- */
173
- class ts_dict_row : public ts_row
174
- {
175
- public:
176
- ts_dict_row() noexcept = default;
177
-
178
- ts_dict_row(handle_ptr handle, qdb_local_table_t local_table, const ts_columns_t & columns)
179
- : ts_row(handle, local_table)
180
- , _indexed_columns(detail::index_columns(columns))
181
- {
182
- // We store '$timestamp' as a magic, uninitialized column. This column type
183
- // is then recorgnized by get_item()
184
- _indexed_columns.insert(detail::indexed_columns_t::value_type("$timestamp", {}));
185
- }
186
-
187
- ts_dict_row(const ts_dict_row & rhs) noexcept
188
- : ts_row(rhs._handle, rhs._local_table)
189
- , _indexed_columns(rhs._indexed_columns)
190
- {}
191
-
192
- std::map<std::string, py::object> copy() const
193
- {
194
- using map_type = std::map<std::string, py::object>;
195
- map_type res;
196
-
197
- for (const auto & c : _indexed_columns)
198
- {
199
- qdb_size_t index = c.second.index;
200
-
201
- // By first casting the value, we create a copy of the concrete type
202
- // (e.g. the int64 or the blob) rather than the reference into the local
203
- // table.
204
- if (c.second.type == qdb_ts_column_uninitialized)
205
- {
206
- // assert (i.first == "$timestamp")
207
- res.insert(map_type::value_type(c.first, timestamp()));
208
- }
209
- else
210
- res.insert(map_type::value_type(
211
- c.first, py::cast(ts_value(_handle, _local_table, index, c.second.type))));
212
- }
213
-
214
- return res;
215
- }
216
-
217
- py::object get_item(const std::string & alias) const
218
- {
219
- auto c = _indexed_columns.find(alias);
220
- if (c == _indexed_columns.end())
221
- {
222
- throw pybind11::key_error();
223
- }
224
-
225
- const auto & indexed_column = c->second;
226
- if (c->second.type == qdb_ts_column_uninitialized)
227
- {
228
- // assert(alias == "$timestamp")
229
- return timestamp();
230
- }
231
- else
232
- {
233
- return py::cast(ts_value(_handle, _local_table, indexed_column.index, indexed_column.type),
234
- py::return_value_policy::move);
235
- }
236
- }
237
-
238
- void set_item(const std::string & /* alias */, const std::string & /* value */) const noexcept
239
- {
240
- // not implemented
241
- }
242
-
243
- std::string repr() const
244
- {
245
- // Same as ts_fast_row::repr, this is inefficient but it's ok
246
- auto xs = copy();
247
- std::string items =
248
- std::accumulate(xs.cbegin(), xs.cend(), std::string(), [](std::string acc, const auto & x) {
249
- std::string s = "'" + x.first + "': " + std::string(py::str(x.second));
250
- return acc.empty() ? s : std::move(acc) + ", " + s;
251
- });
252
-
253
- return "{" + std::move(items) + "}";
254
- }
255
-
256
- private:
257
- detail::indexed_columns_t _indexed_columns;
258
- };
259
-
260
- template <typename Module>
261
- static inline void register_ts_row(Module & m)
262
- {
263
- py::bind_vector<std::vector<py::object>>(m, "VectorObject");
264
-
265
- py::class_<ts_fast_row>{m, "TimeSeriesReaderFastRow"}
266
- .def("__repr__", &ts_fast_row::repr)
267
- .def("__getitem__", &ts_fast_row::get_item, py::return_value_policy::move)
268
- .def("__setitem__", &ts_fast_row::set_item)
269
- .def("timestamp", &ts_fast_row::timestamp)
270
- .def("copy", &ts_fast_row::copy);
271
-
272
- py::class_<ts_dict_row>{m, "TimeSeriesReaderDictRow"}
273
- .def("__repr__", &ts_dict_row::repr)
274
- .def("__getitem__", &ts_dict_row::get_item, py::return_value_policy::move)
275
- .def("__setitem__", &ts_dict_row::set_item)
276
- .def("timestamp", &ts_dict_row::timestamp)
277
- .def("copy", &ts_dict_row::copy);
278
- }
279
-
280
- } // namespace reader
281
- } // namespace qdb