chdb 2.0.4__cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 2.1.1__cp39-cp39-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 chdb might be problematic. Click here for more details.

chdb/__init__.py CHANGED
@@ -18,7 +18,7 @@ _process_result_format_funs = {
18
18
  # UDF script path will be f"{g_udf_path}/{func_name}.py"
19
19
  g_udf_path = ""
20
20
 
21
- chdb_version = ('2', '0', '4')
21
+ chdb_version = ('2', '1', '1')
22
22
  if sys.version_info[:2] >= (3, 7):
23
23
  # get the path of the current file
24
24
  current_path = os.path.dirname(os.path.abspath(__file__))
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chdb
3
- Version: 2.0.4
3
+ Version: 2.1.1
4
4
  Summary: chDB is an in-process SQL OLAP Engine powered by ClickHouse
5
5
  Home-page: https://github.com/chdb-io/chdb
6
6
  Author: auxten
@@ -1,25 +1,25 @@
1
- chdb/__init__.py,sha256=WGbGowlk3N7Z2_yTxNJNjapQSVz6QjXgk-WX7QZRp-o,2923
2
1
  chdb/rwabc.py,sha256=tbiwCrXirfrfx46wCJxS64yvFe6pVWIPGdSuvrAL5Ys,2102
3
- chdb/_chdb.cpython-39-aarch64-linux-gnu.so,sha256=U3LgTbH14j1wSMUGCuAXoMKG-ud51g56dIL5MzY5Yew,512566392
4
2
  chdb/__main__.py,sha256=xNNtDY38d973YM5dlxiIazcqqKhXJSpNb7JflyyrXGE,1185
5
- chdb/udf/udf.py,sha256=z0A1RmyZrx55bykpvvS-LpVt1lMrQOexjvU5zxCdCSA,3935
6
- chdb/udf/__init__.py,sha256=qSMaPEre7w1pYz8uJ-iZtuu8wYOUNRcI_8UNuaOymGE,80
7
- chdb/dataframe/query.py,sha256=ggvE8A5vtabFg9gSTp99S7LCrnIEwbWtb-PtJVT8Ct0,12759
8
- chdb/dataframe/__init__.py,sha256=1_mrZZiJwqBTnH_P8_FCbbYXIWWY5sxnaFpe3-tDLF4,680
9
- chdb/utils/__init__.py,sha256=bC1m0_bbbl4Eqis0t_qt5s7hySriU7vsO1_sx7JFbGU,158
10
- chdb/utils/types.py,sha256=MGLFIjoDvu7Uc2Wy8EDY60jjue66HmMPxbhrujjrZxQ,7530
11
- chdb/session/__init__.py,sha256=fCUROZ5L1-92o2lcASiWJpFu-80-kDoSrNfouLEmLg8,50
12
- chdb/session/state.py,sha256=Hc9lJGLZ97Un7ElBbeWeCZoc9p_m1k_ojQbzJMPBPKg,1341
13
- chdb/dbapi/err.py,sha256=kUI9-A8LNqBoMoo4jh2NFsLCOLoPEwh9YIuz_qMoLoM,2017
3
+ chdb/_chdb.cpython-39-aarch64-linux-gnu.so,sha256=JNo6oRTqwq6EtG05vAtdcZvTZUoWnA0CHkRTvIifXBw,533112312
4
+ chdb/__init__.py,sha256=WoHYwRMh_xAz1NY8zkt2Nv0ZedTgUjQeR6Rivppk7DE,2923
14
5
  chdb/dbapi/converters.py,sha256=qS9k0Kzo_vDQxnFtsJ_3pLjlTrBK09SfdWcXdxzIrtI,7413
6
+ chdb/dbapi/err.py,sha256=kUI9-A8LNqBoMoo4jh2NFsLCOLoPEwh9YIuz_qMoLoM,2017
15
7
  chdb/dbapi/cursors.py,sha256=kpMam9rZH80z5Td3DbIusJPqPr_gRqyKVA57BI9PNac,9354
16
- chdb/dbapi/__init__.py,sha256=aaNhxXNBC1ZkFr260cbGR8msOinTp0VoNTT_j8AXGUc,2205
17
8
  chdb/dbapi/connections.py,sha256=P4ZKot4r9UPC8dLfVRV4qFTZ4_VXIQdF84jjZ-01fjo,6213
9
+ chdb/dbapi/__init__.py,sha256=aaNhxXNBC1ZkFr260cbGR8msOinTp0VoNTT_j8AXGUc,2205
18
10
  chdb/dbapi/times.py,sha256=_qXgDaYwsHntvpIKSKXp1rrYIgtq6Z9pLyLnO2XNoL0,360
19
11
  chdb/dbapi/constants/FIELD_TYPE.py,sha256=ytFzgAnGmb9hvdsBlnK68qdZv_a6jYFIXT6VSAb60z8,370
20
12
  chdb/dbapi/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
- chdb-2.0.4.dist-info/WHEEL,sha256=U-CCg-EMk5YxJqACQC-JcjZFwkRVrpCgolSFsuMGnsg,149
22
- chdb-2.0.4.dist-info/LICENSE.txt,sha256=isYVtNCO5910aj6e9bJJ6kQceivkLqsMlFSNYwzGGKI,11366
23
- chdb-2.0.4.dist-info/RECORD,,
24
- chdb-2.0.4.dist-info/top_level.txt,sha256=se0Jj0A2-ijfMW51hIjiuNyDJPqy5xJU1G8a_IEdllI,11
25
- chdb-2.0.4.dist-info/METADATA,sha256=bHvhxtQEHzCGz_nA5abnnFQ7imJmpwlSEkec_kPB-qY,14944
13
+ chdb/udf/udf.py,sha256=z0A1RmyZrx55bykpvvS-LpVt1lMrQOexjvU5zxCdCSA,3935
14
+ chdb/udf/__init__.py,sha256=qSMaPEre7w1pYz8uJ-iZtuu8wYOUNRcI_8UNuaOymGE,80
15
+ chdb/utils/types.py,sha256=MGLFIjoDvu7Uc2Wy8EDY60jjue66HmMPxbhrujjrZxQ,7530
16
+ chdb/utils/__init__.py,sha256=bC1m0_bbbl4Eqis0t_qt5s7hySriU7vsO1_sx7JFbGU,158
17
+ chdb/session/__init__.py,sha256=fCUROZ5L1-92o2lcASiWJpFu-80-kDoSrNfouLEmLg8,50
18
+ chdb/session/state.py,sha256=Hc9lJGLZ97Un7ElBbeWeCZoc9p_m1k_ojQbzJMPBPKg,1341
19
+ chdb/dataframe/query.py,sha256=ggvE8A5vtabFg9gSTp99S7LCrnIEwbWtb-PtJVT8Ct0,12759
20
+ chdb/dataframe/__init__.py,sha256=1_mrZZiJwqBTnH_P8_FCbbYXIWWY5sxnaFpe3-tDLF4,680
21
+ chdb-2.1.1.dist-info/top_level.txt,sha256=se0Jj0A2-ijfMW51hIjiuNyDJPqy5xJU1G8a_IEdllI,11
22
+ chdb-2.1.1.dist-info/LICENSE.txt,sha256=isYVtNCO5910aj6e9bJJ6kQceivkLqsMlFSNYwzGGKI,11366
23
+ chdb-2.1.1.dist-info/WHEEL,sha256=TdZUxFAyjifs0kc9yAFOjU6H_gMkFStvYxR0Z0buFJo,149
24
+ chdb-2.1.1.dist-info/RECORD,,
25
+ chdb-2.1.1.dist-info/METADATA,sha256=l0tJPTzemw1dtkkOy7XBMjuw2THbdcgDW4V2mgJ-2t4,14944
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.0.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-cp39-manylinux_2_17_aarch64
5
5
  Tag: cp39-cp39-manylinux2014_aarch64