quasardb 3.13.6__cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 3.13.7__cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.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.
- quasardb/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
- quasardb/Makefile +11 -14
- quasardb/__init__.py +1 -1
- quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
- quasardb/date/CMakeFiles/Export/b76006b2b7125baf1b0b4d4ca4db82bd/dateTargets.cmake +1 -1
- quasardb/date/Makefile +11 -14
- quasardb/date/dateConfigVersion.cmake +0 -5
- quasardb/date/dateTargets.cmake +1 -1
- quasardb/libqdb_api.so +0 -0
- quasardb/numpy/__init__.py +76 -7
- quasardb/pandas/__init__.py +1 -1
- quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
- quasardb/pybind11/Makefile +11 -14
- quasardb/quasardb.cpython-310-aarch64-linux-gnu.so +0 -0
- quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
- quasardb/range-v3/CMakeFiles/Export/48a02d54b5e9e60c30c5f249b431a911/range-v3-targets.cmake +1 -1
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake +2 -2
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make +3 -6
- quasardb/range-v3/Makefile +11 -14
- quasardb/range-v3/range-v3-config-version.cmake +0 -5
- quasardb/range-v3/range-v3-config.cmake +1 -1
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/LICENSE.md +1 -1
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/METADATA +1 -1
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/RECORD +26 -26
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/WHEEL +1 -1
- {quasardb-3.13.6.dist-info → quasardb-3.13.7.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Relative path conversion top directories.
|
|
5
5
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/TeamCity/work/283bde3fda0d76e7/thirdparty")
|
quasardb/Makefile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Default target executed when no arguments are given to make.
|
|
5
5
|
default_target: all
|
|
@@ -31,9 +31,6 @@ default_target: all
|
|
|
31
31
|
|
|
32
32
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
33
33
|
|
|
34
|
-
# Produce verbose output by default.
|
|
35
|
-
VERBOSE = 1
|
|
36
|
-
|
|
37
34
|
# Command-line flag to silence nested $(MAKE).
|
|
38
35
|
$(VERBOSE)MAKESILENT = -s
|
|
39
36
|
|
|
@@ -51,10 +48,10 @@ cmake_force:
|
|
|
51
48
|
SHELL = /bin/sh
|
|
52
49
|
|
|
53
50
|
# The CMake executable.
|
|
54
|
-
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
51
|
+
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake
|
|
55
52
|
|
|
56
53
|
# The command to remove a file.
|
|
57
|
-
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
54
|
+
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E rm -f
|
|
58
55
|
|
|
59
56
|
# Escaping for special characters.
|
|
60
57
|
EQUALS = =
|
|
@@ -71,7 +68,7 @@ CMAKE_BINARY_DIR = /mnt/TeamCity/work/283bde3fda0d76e7/build/temp.linux-aarch64-
|
|
|
71
68
|
# Special rule for the target edit_cache
|
|
72
69
|
edit_cache:
|
|
73
70
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
74
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
71
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
75
72
|
.PHONY : edit_cache
|
|
76
73
|
|
|
77
74
|
# Special rule for the target edit_cache
|
|
@@ -81,7 +78,7 @@ edit_cache/fast: edit_cache
|
|
|
81
78
|
# Special rule for the target rebuild_cache
|
|
82
79
|
rebuild_cache:
|
|
83
80
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
84
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
81
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
85
82
|
.PHONY : rebuild_cache
|
|
86
83
|
|
|
87
84
|
# Special rule for the target rebuild_cache
|
|
@@ -100,37 +97,37 @@ list_install_components/fast: list_install_components
|
|
|
100
97
|
# Special rule for the target install
|
|
101
98
|
install: preinstall
|
|
102
99
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
103
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
100
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
104
101
|
.PHONY : install
|
|
105
102
|
|
|
106
103
|
# Special rule for the target install
|
|
107
104
|
install/fast: preinstall/fast
|
|
108
105
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
109
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
106
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
110
107
|
.PHONY : install/fast
|
|
111
108
|
|
|
112
109
|
# Special rule for the target install/local
|
|
113
110
|
install/local: preinstall
|
|
114
111
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
115
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
112
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
116
113
|
.PHONY : install/local
|
|
117
114
|
|
|
118
115
|
# Special rule for the target install/local
|
|
119
116
|
install/local/fast: preinstall/fast
|
|
120
117
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
121
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
118
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
122
119
|
.PHONY : install/local/fast
|
|
123
120
|
|
|
124
121
|
# Special rule for the target install/strip
|
|
125
122
|
install/strip: preinstall
|
|
126
123
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
127
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
124
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
128
125
|
.PHONY : install/strip
|
|
129
126
|
|
|
130
127
|
# Special rule for the target install/strip
|
|
131
128
|
install/strip/fast: preinstall/fast
|
|
132
129
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
133
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
130
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
134
131
|
.PHONY : install/strip/fast
|
|
135
132
|
|
|
136
133
|
# The main all target
|
quasardb/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pylint: disable=C0103,C0111,C0302,R0903
|
|
2
2
|
|
|
3
|
-
# Copyright (c) 2009-
|
|
3
|
+
# Copyright (c) 2009-2023, quasardb SAS. All rights reserved.
|
|
4
4
|
# All rights reserved.
|
|
5
5
|
#
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Relative path conversion top directories.
|
|
5
5
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/TeamCity/work/283bde3fda0d76e7/thirdparty")
|
|
@@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
|
|
7
7
|
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION 2.8.3...3.
|
|
10
|
+
cmake_policy(VERSION 2.8.3...3.24)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
quasardb/date/Makefile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Default target executed when no arguments are given to make.
|
|
5
5
|
default_target: all
|
|
@@ -31,9 +31,6 @@ default_target: all
|
|
|
31
31
|
|
|
32
32
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
33
33
|
|
|
34
|
-
# Produce verbose output by default.
|
|
35
|
-
VERBOSE = 1
|
|
36
|
-
|
|
37
34
|
# Command-line flag to silence nested $(MAKE).
|
|
38
35
|
$(VERBOSE)MAKESILENT = -s
|
|
39
36
|
|
|
@@ -51,10 +48,10 @@ cmake_force:
|
|
|
51
48
|
SHELL = /bin/sh
|
|
52
49
|
|
|
53
50
|
# The CMake executable.
|
|
54
|
-
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
51
|
+
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake
|
|
55
52
|
|
|
56
53
|
# The command to remove a file.
|
|
57
|
-
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
54
|
+
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E rm -f
|
|
58
55
|
|
|
59
56
|
# Escaping for special characters.
|
|
60
57
|
EQUALS = =
|
|
@@ -71,7 +68,7 @@ CMAKE_BINARY_DIR = /mnt/TeamCity/work/283bde3fda0d76e7/build/temp.linux-aarch64-
|
|
|
71
68
|
# Special rule for the target edit_cache
|
|
72
69
|
edit_cache:
|
|
73
70
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
74
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
71
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
75
72
|
.PHONY : edit_cache
|
|
76
73
|
|
|
77
74
|
# Special rule for the target edit_cache
|
|
@@ -81,7 +78,7 @@ edit_cache/fast: edit_cache
|
|
|
81
78
|
# Special rule for the target rebuild_cache
|
|
82
79
|
rebuild_cache:
|
|
83
80
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
84
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
81
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
85
82
|
.PHONY : rebuild_cache
|
|
86
83
|
|
|
87
84
|
# Special rule for the target rebuild_cache
|
|
@@ -100,37 +97,37 @@ list_install_components/fast: list_install_components
|
|
|
100
97
|
# Special rule for the target install
|
|
101
98
|
install: preinstall
|
|
102
99
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
103
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
100
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
104
101
|
.PHONY : install
|
|
105
102
|
|
|
106
103
|
# Special rule for the target install
|
|
107
104
|
install/fast: preinstall/fast
|
|
108
105
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
109
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
106
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
110
107
|
.PHONY : install/fast
|
|
111
108
|
|
|
112
109
|
# Special rule for the target install/local
|
|
113
110
|
install/local: preinstall
|
|
114
111
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
115
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
112
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
116
113
|
.PHONY : install/local
|
|
117
114
|
|
|
118
115
|
# Special rule for the target install/local
|
|
119
116
|
install/local/fast: preinstall/fast
|
|
120
117
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
121
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
118
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
122
119
|
.PHONY : install/local/fast
|
|
123
120
|
|
|
124
121
|
# Special rule for the target install/strip
|
|
125
122
|
install/strip: preinstall
|
|
126
123
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
127
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
124
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
128
125
|
.PHONY : install/strip
|
|
129
126
|
|
|
130
127
|
# Special rule for the target install/strip
|
|
131
128
|
install/strip/fast: preinstall/fast
|
|
132
129
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
133
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
130
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
134
131
|
.PHONY : install/strip/fast
|
|
135
132
|
|
|
136
133
|
# The main all target
|
|
@@ -52,11 +52,6 @@ else()
|
|
|
52
52
|
endif()
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
# if the installed project requested no architecture check, don't perform the check
|
|
56
|
-
if("FALSE")
|
|
57
|
-
return()
|
|
58
|
-
endif()
|
|
59
|
-
|
|
60
55
|
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
|
61
56
|
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
|
|
62
57
|
return()
|
quasardb/date/dateTargets.cmake
CHANGED
|
@@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
|
|
7
7
|
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION 2.8.3...3.
|
|
10
|
+
cmake_policy(VERSION 2.8.3...3.24)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
quasardb/libqdb_api.so
CHANGED
|
Binary file
|
quasardb/numpy/__init__.py
CHANGED
|
@@ -81,6 +81,19 @@ class IncompatibleDtypeErrors(TypeError):
|
|
|
81
81
|
def msg(self):
|
|
82
82
|
return "\n".join(x.msg() for x in self.xs)
|
|
83
83
|
|
|
84
|
+
class InvalidDataCardinalityError(ValueError):
|
|
85
|
+
"""
|
|
86
|
+
Raised when the provided data arrays doesn't match the table's columns.
|
|
87
|
+
"""
|
|
88
|
+
def __init__(self, data, cinfos):
|
|
89
|
+
self.data = data
|
|
90
|
+
self.cinfos = cinfos
|
|
91
|
+
super().__init__(self.msg())
|
|
92
|
+
|
|
93
|
+
def msg(self):
|
|
94
|
+
return "Provided data array length '{}' exceeds amount of table columns '{}', unable to map data to columns".format(len(self.data), len(self.cinfos))
|
|
95
|
+
|
|
96
|
+
|
|
84
97
|
# Based on QuasarDB column types, which dtype do we accept?
|
|
85
98
|
# First entry will always be the 'preferred' dtype, other ones
|
|
86
99
|
# those that we can natively convert in native code.
|
|
@@ -259,6 +272,42 @@ def _coerce_deduplicate(deduplicate, deduplication_mode, columns):
|
|
|
259
272
|
|
|
260
273
|
return deduplicate
|
|
261
274
|
|
|
275
|
+
def _clean_nulls(xs, dtype):
|
|
276
|
+
"""
|
|
277
|
+
Numpy's masked arrays have a downside that in case they're not able to convert a (masked!) value to
|
|
278
|
+
the desired dtype, they raise an error. So, for example, if I have a masked array of objects that
|
|
279
|
+
look like this
|
|
280
|
+
|
|
281
|
+
xs: [1.234 <pd.NA> 5.678]
|
|
282
|
+
mask: [1 0 1]
|
|
283
|
+
|
|
284
|
+
even though pd.NA is not "visible", because it cannot be converted to a float(), the operation will
|
|
285
|
+
fail!
|
|
286
|
+
|
|
287
|
+
This function fixes this by replacing the null values with an acceptable value that can always be
|
|
288
|
+
converted to the desired dtype.
|
|
289
|
+
"""
|
|
290
|
+
|
|
291
|
+
assert ma.isMA(xs)
|
|
292
|
+
|
|
293
|
+
if xs.dtype is not np.dtype('object'):
|
|
294
|
+
return xs
|
|
295
|
+
|
|
296
|
+
fill_value = None
|
|
297
|
+
if dtype == np.float64 or dtype == np.float32 or dtype == np.float16:
|
|
298
|
+
fill_value = float('nan')
|
|
299
|
+
elif dtype == np.int64 or dtype == np.int32 or dtype == np.int16:
|
|
300
|
+
fill_value = -1
|
|
301
|
+
elif dtype == np.dtype('datetime64[ns]'):
|
|
302
|
+
fill_value = np.datetime64('nat')
|
|
303
|
+
|
|
304
|
+
mask = xs.mask
|
|
305
|
+
xs_ = xs.filled(fill_value)
|
|
306
|
+
|
|
307
|
+
return ma.array(xs_, mask=mask)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
262
311
|
def _coerce_data(data, dtype):
|
|
263
312
|
"""
|
|
264
313
|
Coerces each numpy array of `data` to the dtype present in `dtype`.
|
|
@@ -271,25 +320,34 @@ def _coerce_data(data, dtype):
|
|
|
271
320
|
data_ = data[i]
|
|
272
321
|
|
|
273
322
|
if dtype_ is not None and dtypes_equal(data_.dtype, dtype_) == False:
|
|
323
|
+
data_ = _clean_nulls(data_, dtype_)
|
|
324
|
+
|
|
325
|
+
assert ma.isMA(data_)
|
|
326
|
+
|
|
274
327
|
logger.debug("data for column with offset %d was provided in dtype '%s', but need '%s': converting data...", i, data_.dtype, dtype_)
|
|
275
328
|
|
|
276
|
-
logger.debug("
|
|
277
|
-
logger.debug("
|
|
278
|
-
logger.debug("
|
|
329
|
+
logger.debug("dtype of data[%d] before: %s", i, data_.dtype)
|
|
330
|
+
logger.debug("type of data[%d] after: %s", i, type(data_))
|
|
331
|
+
logger.debug("size of data[%d] after: %s", i, ma.size(data_))
|
|
332
|
+
logger.debug("data of data[%d] after: %s", i, data_)
|
|
279
333
|
|
|
280
334
|
try:
|
|
281
335
|
data[i] = data_.astype(dtype_)
|
|
282
336
|
except TypeError as err:
|
|
283
337
|
# One 'bug' is that, if everything is masked, the underlying data type can be
|
|
284
338
|
# pretty much anything.
|
|
285
|
-
if
|
|
339
|
+
if _is_all_masked(data_):
|
|
340
|
+
logger.debug("array completely empty, re-initializing to empty array of '%s'", dtype_)
|
|
341
|
+
data[i] = ma.masked_all(ma.size(data_),
|
|
342
|
+
dtype=dtype_)
|
|
343
|
+
|
|
344
|
+
# Another 'bug' is that when the input data is objects, we may have null-like values (like pd.NA)
|
|
345
|
+
# that cannot easily be converted to, say, float.
|
|
346
|
+
else:
|
|
286
347
|
logger.error("An error occured while coercing input data type from dtype '%s' to dtype '%s': ", data_.dtype, dtype_)
|
|
287
348
|
logger.exception(err)
|
|
288
349
|
raise err
|
|
289
350
|
|
|
290
|
-
logger.debug("array completely empty, re-initializing to empty array of '%s'", dtype_)
|
|
291
|
-
data[i] = ma.masked_all(ma.size(data_),
|
|
292
|
-
dtype=dtype_)
|
|
293
351
|
assert data[i].dtype.kind == dtype_.kind
|
|
294
352
|
|
|
295
353
|
logger.debug("type of data[%d] after: %s", i, type(data[i]))
|
|
@@ -321,6 +379,13 @@ def _ensure_list(xs, cinfos):
|
|
|
321
379
|
if isinstance(xs, list):
|
|
322
380
|
return xs
|
|
323
381
|
|
|
382
|
+
if isinstance(xs, np.ndarray):
|
|
383
|
+
ret = []
|
|
384
|
+
for x in xs:
|
|
385
|
+
ret.append(x)
|
|
386
|
+
|
|
387
|
+
return ret
|
|
388
|
+
|
|
324
389
|
# As we only accept list-likes or dicts as input data, it *must* be a dict at this
|
|
325
390
|
# point
|
|
326
391
|
assert isinstance(xs, dict)
|
|
@@ -612,6 +677,10 @@ def write_arrays(
|
|
|
612
677
|
dtype = _add_desired_dtypes(dtype, cinfos)
|
|
613
678
|
|
|
614
679
|
data = _ensure_list(data, cinfos)
|
|
680
|
+
|
|
681
|
+
if len(data) != len(cinfos):
|
|
682
|
+
raise InvalidDataCardinalityError(data, cinfos)
|
|
683
|
+
|
|
615
684
|
data = ensure_ma(data, dtype=dtype)
|
|
616
685
|
data = _coerce_data(data, dtype)
|
|
617
686
|
|
quasardb/pandas/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pylint: disable=C0103,C0111,C0302,R0903
|
|
2
2
|
|
|
3
|
-
# Copyright (c) 2009-
|
|
3
|
+
# Copyright (c) 2009-2023, quasardb SAS. All rights reserved.
|
|
4
4
|
# All rights reserved.
|
|
5
5
|
#
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Relative path conversion top directories.
|
|
5
5
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/TeamCity/work/283bde3fda0d76e7/thirdparty")
|
quasardb/pybind11/Makefile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Default target executed when no arguments are given to make.
|
|
5
5
|
default_target: all
|
|
@@ -31,9 +31,6 @@ default_target: all
|
|
|
31
31
|
|
|
32
32
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
33
33
|
|
|
34
|
-
# Produce verbose output by default.
|
|
35
|
-
VERBOSE = 1
|
|
36
|
-
|
|
37
34
|
# Command-line flag to silence nested $(MAKE).
|
|
38
35
|
$(VERBOSE)MAKESILENT = -s
|
|
39
36
|
|
|
@@ -51,10 +48,10 @@ cmake_force:
|
|
|
51
48
|
SHELL = /bin/sh
|
|
52
49
|
|
|
53
50
|
# The CMake executable.
|
|
54
|
-
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
51
|
+
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake
|
|
55
52
|
|
|
56
53
|
# The command to remove a file.
|
|
57
|
-
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
54
|
+
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E rm -f
|
|
58
55
|
|
|
59
56
|
# Escaping for special characters.
|
|
60
57
|
EQUALS = =
|
|
@@ -71,7 +68,7 @@ CMAKE_BINARY_DIR = /mnt/TeamCity/work/283bde3fda0d76e7/build/temp.linux-aarch64-
|
|
|
71
68
|
# Special rule for the target edit_cache
|
|
72
69
|
edit_cache:
|
|
73
70
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
74
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
71
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
75
72
|
.PHONY : edit_cache
|
|
76
73
|
|
|
77
74
|
# Special rule for the target edit_cache
|
|
@@ -81,7 +78,7 @@ edit_cache/fast: edit_cache
|
|
|
81
78
|
# Special rule for the target rebuild_cache
|
|
82
79
|
rebuild_cache:
|
|
83
80
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
84
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
81
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
85
82
|
.PHONY : rebuild_cache
|
|
86
83
|
|
|
87
84
|
# Special rule for the target rebuild_cache
|
|
@@ -100,37 +97,37 @@ list_install_components/fast: list_install_components
|
|
|
100
97
|
# Special rule for the target install
|
|
101
98
|
install: preinstall
|
|
102
99
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
103
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
100
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
104
101
|
.PHONY : install
|
|
105
102
|
|
|
106
103
|
# Special rule for the target install
|
|
107
104
|
install/fast: preinstall/fast
|
|
108
105
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
109
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
106
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
110
107
|
.PHONY : install/fast
|
|
111
108
|
|
|
112
109
|
# Special rule for the target install/local
|
|
113
110
|
install/local: preinstall
|
|
114
111
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
115
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
112
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
116
113
|
.PHONY : install/local
|
|
117
114
|
|
|
118
115
|
# Special rule for the target install/local
|
|
119
116
|
install/local/fast: preinstall/fast
|
|
120
117
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
121
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
118
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
122
119
|
.PHONY : install/local/fast
|
|
123
120
|
|
|
124
121
|
# Special rule for the target install/strip
|
|
125
122
|
install/strip: preinstall
|
|
126
123
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
127
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
124
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
128
125
|
.PHONY : install/strip
|
|
129
126
|
|
|
130
127
|
# Special rule for the target install/strip
|
|
131
128
|
install/strip/fast: preinstall/fast
|
|
132
129
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
133
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
130
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
134
131
|
.PHONY : install/strip/fast
|
|
135
132
|
|
|
136
133
|
# The main all target
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Relative path conversion top directories.
|
|
5
5
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/TeamCity/work/283bde3fda0d76e7/thirdparty")
|
|
@@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
|
|
7
7
|
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION 2.8.3...3.
|
|
10
|
+
cmake_policy(VERSION 2.8.3...3.24)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
|
@@ -10,8 +10,8 @@ set(CMAKE_DEPENDS_LANGUAGES
|
|
|
10
10
|
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
|
11
11
|
)
|
|
12
12
|
|
|
13
|
-
# Targets to which this target links.
|
|
14
|
-
set(
|
|
13
|
+
# Targets to which this target links which contain Fortran sources.
|
|
14
|
+
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
|
15
15
|
)
|
|
16
16
|
|
|
17
17
|
# Fortran module output directory.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -27,9 +27,6 @@
|
|
|
27
27
|
|
|
28
28
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
29
29
|
|
|
30
|
-
# Produce verbose output by default.
|
|
31
|
-
VERBOSE = 1
|
|
32
|
-
|
|
33
30
|
# Command-line flag to silence nested $(MAKE).
|
|
34
31
|
$(VERBOSE)MAKESILENT = -s
|
|
35
32
|
|
|
@@ -47,10 +44,10 @@ cmake_force:
|
|
|
47
44
|
SHELL = /bin/sh
|
|
48
45
|
|
|
49
46
|
# The CMake executable.
|
|
50
|
-
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
47
|
+
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake
|
|
51
48
|
|
|
52
49
|
# The command to remove a file.
|
|
53
|
-
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
50
|
+
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E rm -f
|
|
54
51
|
|
|
55
52
|
# Escaping for special characters.
|
|
56
53
|
EQUALS = =
|
quasardb/range-v3/Makefile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
|
|
3
3
|
|
|
4
4
|
# Default target executed when no arguments are given to make.
|
|
5
5
|
default_target: all
|
|
@@ -31,9 +31,6 @@ default_target: all
|
|
|
31
31
|
|
|
32
32
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
33
33
|
|
|
34
|
-
# Produce verbose output by default.
|
|
35
|
-
VERBOSE = 1
|
|
36
|
-
|
|
37
34
|
# Command-line flag to silence nested $(MAKE).
|
|
38
35
|
$(VERBOSE)MAKESILENT = -s
|
|
39
36
|
|
|
@@ -51,10 +48,10 @@ cmake_force:
|
|
|
51
48
|
SHELL = /bin/sh
|
|
52
49
|
|
|
53
50
|
# The CMake executable.
|
|
54
|
-
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
51
|
+
CMAKE_COMMAND = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake
|
|
55
52
|
|
|
56
53
|
# The command to remove a file.
|
|
57
|
-
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
54
|
+
RM = /opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E rm -f
|
|
58
55
|
|
|
59
56
|
# Escaping for special characters.
|
|
60
57
|
EQUALS = =
|
|
@@ -71,7 +68,7 @@ CMAKE_BINARY_DIR = /mnt/TeamCity/work/283bde3fda0d76e7/build/temp.linux-aarch64-
|
|
|
71
68
|
# Special rule for the target edit_cache
|
|
72
69
|
edit_cache:
|
|
73
70
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
74
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
71
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
75
72
|
.PHONY : edit_cache
|
|
76
73
|
|
|
77
74
|
# Special rule for the target edit_cache
|
|
@@ -81,7 +78,7 @@ edit_cache/fast: edit_cache
|
|
|
81
78
|
# Special rule for the target rebuild_cache
|
|
82
79
|
rebuild_cache:
|
|
83
80
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
84
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
81
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
85
82
|
.PHONY : rebuild_cache
|
|
86
83
|
|
|
87
84
|
# Special rule for the target rebuild_cache
|
|
@@ -100,37 +97,37 @@ list_install_components/fast: list_install_components
|
|
|
100
97
|
# Special rule for the target install
|
|
101
98
|
install: preinstall
|
|
102
99
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
103
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
100
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
104
101
|
.PHONY : install
|
|
105
102
|
|
|
106
103
|
# Special rule for the target install
|
|
107
104
|
install/fast: preinstall/fast
|
|
108
105
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
109
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
106
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
110
107
|
.PHONY : install/fast
|
|
111
108
|
|
|
112
109
|
# Special rule for the target install/local
|
|
113
110
|
install/local: preinstall
|
|
114
111
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
115
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
112
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
116
113
|
.PHONY : install/local
|
|
117
114
|
|
|
118
115
|
# Special rule for the target install/local
|
|
119
116
|
install/local/fast: preinstall/fast
|
|
120
117
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
121
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
118
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
122
119
|
.PHONY : install/local/fast
|
|
123
120
|
|
|
124
121
|
# Special rule for the target install/strip
|
|
125
122
|
install/strip: preinstall
|
|
126
123
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
127
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
124
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
128
125
|
.PHONY : install/strip
|
|
129
126
|
|
|
130
127
|
# Special rule for the target install/strip
|
|
131
128
|
install/strip/fast: preinstall/fast
|
|
132
129
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
133
|
-
/opt/_internal/pipx/venvs/cmake/lib/python3.
|
|
130
|
+
/opt/_internal/pipx/venvs/cmake/lib/python3.10/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
134
131
|
.PHONY : install/strip/fast
|
|
135
132
|
|
|
136
133
|
# The main all target
|
|
@@ -70,11 +70,6 @@ if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
|
|
70
70
|
endif()
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
# if the installed project requested no architecture check, don't perform the check
|
|
74
|
-
if("FALSE")
|
|
75
|
-
return()
|
|
76
|
-
endif()
|
|
77
|
-
|
|
78
73
|
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
|
79
74
|
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "" STREQUAL "")
|
|
80
75
|
return()
|
|
@@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
|
|
7
7
|
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION 2.8.3...3.
|
|
10
|
+
cmake_policy(VERSION 2.8.3...3.24)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
quasardb/Makefile,sha256=
|
|
2
|
-
quasardb/__init__.py,sha256=
|
|
1
|
+
quasardb/Makefile,sha256=5BQXifn5T1bHavTQSPeaa9fxU2emHH5DMYIu0UbpfOw,7768
|
|
2
|
+
quasardb/__init__.py,sha256=LZ2jO_0RX6OCzgnDgyLK78xtYLzNzfguD8TuQju-4Ho,3707
|
|
3
3
|
quasardb/cmake_install.cmake,sha256=Jfs2Gj30wiIy1Lhin6bSznw8_v5rtgIO0uN1p_27I-c,1755
|
|
4
4
|
quasardb/firehose.py,sha256=HO0GjCDg3x4cpzVSH3KZ1AJhV8lK2HJyXr9tpfnNSGI,3492
|
|
5
|
-
quasardb/libqdb_api.so,sha256=
|
|
5
|
+
quasardb/libqdb_api.so,sha256=m7JVRXeiVZRtkUPV1O-65LDMFnPZPLCEDqn56ewf_-E,10944584
|
|
6
6
|
quasardb/pool.py,sha256=4IFwot-U8GEHo8h86264uVTWge44bOH_TUkoVy3Hjac,8449
|
|
7
|
-
quasardb/quasardb.cpython-310-aarch64-linux-gnu.so,sha256=
|
|
7
|
+
quasardb/quasardb.cpython-310-aarch64-linux-gnu.so,sha256=bNvabyrOMUkEJ3f7JAB4XNG2HAV5R0TOub5ejlWvego,2371296
|
|
8
8
|
quasardb/stats.py,sha256=DKvurzur-4c5nVPjr29_Stu9mvwCynM5gGnw0gVQlt8,7387
|
|
9
|
-
quasardb/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=
|
|
9
|
+
quasardb/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=yGt3U9UGcm3n7-iUhDaBLUsUlUI1faNoLwJYGNThNYs,702
|
|
10
10
|
quasardb/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
|
|
11
|
-
quasardb/date/Makefile,sha256=
|
|
11
|
+
quasardb/date/Makefile,sha256=fkaV52KrM8vIdvJmB9ajrfDDbs2VW4YLRhQ_7kVNfeg,7793
|
|
12
12
|
quasardb/date/cmake_install.cmake,sha256=6Bx7hQM4kqGJ6MXAt7TS4XZZOFzYAotZFtTnD4Le3BU,3317
|
|
13
|
-
quasardb/date/dateConfigVersion.cmake,sha256=
|
|
14
|
-
quasardb/date/dateTargets.cmake,sha256=
|
|
15
|
-
quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=
|
|
13
|
+
quasardb/date/dateConfigVersion.cmake,sha256=rL5Cp_r_23Yu8HmjowwKIH04sxxMwdBZ7no3tr4cx14,2762
|
|
14
|
+
quasardb/date/dateTargets.cmake,sha256=7C5nJEzNiKkoqOTdp1qcALdefTs7pQ-YGEBRONd4XdU,2922
|
|
15
|
+
quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=yGt3U9UGcm3n7-iUhDaBLUsUlUI1faNoLwJYGNThNYs,702
|
|
16
16
|
quasardb/date/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
|
|
17
|
-
quasardb/date/CMakeFiles/Export/b76006b2b7125baf1b0b4d4ca4db82bd/dateTargets.cmake,sha256=
|
|
17
|
+
quasardb/date/CMakeFiles/Export/b76006b2b7125baf1b0b4d4ca4db82bd/dateTargets.cmake,sha256=c06OQWjLUtngcVmJI0uObc6NnU18-6jnpI6msBYjAiA,4124
|
|
18
18
|
quasardb/extensions/__init__.py,sha256=sIyL7ha7_yMPLa3pZwGLSVEqdSKGIZ7Vf16qeB31Xms,145
|
|
19
19
|
quasardb/extensions/pinned_writer.py,sha256=PmPhwA9FHj--O6soolg6B1ZVzhVuTKStmVJXjTHKDFw,5701
|
|
20
|
-
quasardb/numpy/__init__.py,sha256=
|
|
21
|
-
quasardb/pandas/__init__.py,sha256=
|
|
22
|
-
quasardb/pybind11/Makefile,sha256=
|
|
20
|
+
quasardb/numpy/__init__.py,sha256=EzKgvLx-LVnKkKH_2YBhBKQNY0KAp11InSHn3zFUECk,27362
|
|
21
|
+
quasardb/pandas/__init__.py,sha256=M4O90HZ9hqyYyjW63uha-LFfeSy1V4rACXR67voa_-o,15485
|
|
22
|
+
quasardb/pybind11/Makefile,sha256=q-umqj6T_HvjV2tDOxQjO8Aasg7_25B9NiPHXhIZTXs,7813
|
|
23
23
|
quasardb/pybind11/cmake_install.cmake,sha256=_SC3jEAsQUXLYMeOdid7JvtBjQRqpdkbO8TK6qUPPSI,1302
|
|
24
|
-
quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=
|
|
24
|
+
quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=yGt3U9UGcm3n7-iUhDaBLUsUlUI1faNoLwJYGNThNYs,702
|
|
25
25
|
quasardb/pybind11/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
|
|
26
|
-
quasardb/range-v3/Makefile,sha256=
|
|
26
|
+
quasardb/range-v3/Makefile,sha256=LwUjc2jN-qPgjZX-tOEj4zEbKE8RMTD1xJZo7kPviRk,9046
|
|
27
27
|
quasardb/range-v3/cmake_install.cmake,sha256=TFq7N86LHww3v8wSMQxVOKiQN5GZb5OTeSA0jnQq4P4,3426
|
|
28
|
-
quasardb/range-v3/range-v3-config-version.cmake,sha256=
|
|
29
|
-
quasardb/range-v3/range-v3-config.cmake,sha256=
|
|
30
|
-
quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=
|
|
28
|
+
quasardb/range-v3/range-v3-config-version.cmake,sha256=xGi8nCg5dIl5VmCOtTEVVa-dwABxKxLEd1Mx-bUvLLM,3249
|
|
29
|
+
quasardb/range-v3/range-v3-config.cmake,sha256=9SSuO16YcY3EeBRxghj5yqx46KvZ5nYhC5lbj1VKIbE,3515
|
|
30
|
+
quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=yGt3U9UGcm3n7-iUhDaBLUsUlUI1faNoLwJYGNThNYs,702
|
|
31
31
|
quasardb/range-v3/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
|
|
32
|
-
quasardb/range-v3/CMakeFiles/Export/48a02d54b5e9e60c30c5f249b431a911/range-v3-targets.cmake,sha256=
|
|
33
|
-
quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake,sha256=
|
|
34
|
-
quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make,sha256=
|
|
32
|
+
quasardb/range-v3/CMakeFiles/Export/48a02d54b5e9e60c30c5f249b431a911/range-v3-targets.cmake,sha256=_0maZ53cMtAqn60dPzEU29wZyiD_ov0AYjyaHJKrCcs,5178
|
|
33
|
+
quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake,sha256=kiI3HCRhFvdCLM7MufblUMe6DmwEF2u2e7R4aDCVNPU,461
|
|
34
|
+
quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make,sha256=q_AIDg83U1IUnzhOFsBtVvSZPUveX_g-5uaFcdNt-cU,3802
|
|
35
35
|
quasardb/range-v3/CMakeFiles/range.v3.headers.dir/cmake_clean.cmake,sha256=3b0pZoiofoRzAiY1l7OLw203ZXp-mm1FUlQHob6i7aU,160
|
|
36
36
|
quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.make,sha256=Oge9eptzOB-hllw_Tye4o5wiXsIsdq1xm1GGCe0oGFM,126
|
|
37
37
|
quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.ts,sha256=orKrKpvHulgFBjBgzdeRvCpv0fV7cTffTdaHNqijFJg,120
|
|
38
38
|
quasardb/range-v3/CMakeFiles/range.v3.headers.dir/progress.make,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
39
39
|
quasardb/range-v3/include/range/v3/version.hpp,sha256=d-ToEdR3GnC_p_0RAeS77xL-SVx6EKHgTlWJ9PUQlSQ,586
|
|
40
|
-
quasardb-3.13.
|
|
41
|
-
quasardb-3.13.
|
|
42
|
-
quasardb-3.13.
|
|
43
|
-
quasardb-3.13.
|
|
44
|
-
quasardb-3.13.
|
|
40
|
+
quasardb-3.13.7.dist-info/LICENSE.md,sha256=4D8uWaUfWtnVDET9cPT43pHIiwt1GHXvEr1rzz49pJw,1467
|
|
41
|
+
quasardb-3.13.7.dist-info/METADATA,sha256=21ZfBCw4_yIA5SzZXNOUBgnXHpoEWojx_IanQgbIEUw,1456
|
|
42
|
+
quasardb-3.13.7.dist-info/WHEEL,sha256=3AHslvWgUfMTlQQ8cD8Y_NJI60eRP-kac0ENn0XDVG4,154
|
|
43
|
+
quasardb-3.13.7.dist-info/top_level.txt,sha256=wlprix4hCywuF1PkgKWYdZeJKq_kgJOqkAvukm_sZQ8,9
|
|
44
|
+
quasardb-3.13.7.dist-info/RECORD,,
|
|
File without changes
|