hyperstreamdb 0.1.11__tar.gz → 0.2.0__tar.gz

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.
Files changed (287) hide show
  1. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/.gitignore +3 -0
  2. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/Cargo.lock +69 -1035
  3. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/Cargo.toml +16 -16
  4. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/PKG-INFO +15 -13
  5. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/README.md +14 -12
  6. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/benches/performance.rs +2 -2
  7. hyperstreamdb-0.2.0/benchmark_results/concurrent_queries_20260409_214245.json +10 -0
  8. hyperstreamdb-0.2.0/benchmark_results/concurrent_queries_20260409_214245.md +3 -0
  9. hyperstreamdb-0.2.0/benchmark_results/filtered_search_comparison_20260409_222607.json +9 -0
  10. hyperstreamdb-0.2.0/benchmark_results/filtered_search_comparison_20260409_222607.md +3 -0
  11. hyperstreamdb-0.2.0/benchmark_results/filtered_vector_search_20260409_214355.json +14 -0
  12. hyperstreamdb-0.2.0/benchmark_results/filtered_vector_search_20260409_214355.md +3 -0
  13. hyperstreamdb-0.2.0/benchmark_results/filtered_vector_search_20260409_220418.json +14 -0
  14. hyperstreamdb-0.2.0/benchmark_results/filtered_vector_search_20260409_220418.md +3 -0
  15. hyperstreamdb-0.2.0/benchmark_results/filtered_vector_search_20260409_222053.json +14 -0
  16. hyperstreamdb-0.2.0/benchmark_results/filtered_vector_search_20260409_222053.md +3 -0
  17. hyperstreamdb-0.2.0/benchmark_results/filtered_vector_search_20260409_225907.json +14 -0
  18. hyperstreamdb-0.2.0/benchmark_results/filtered_vector_search_20260409_225907.md +3 -0
  19. hyperstreamdb-0.2.0/benchmark_results/full_scan_baseline_20260409_222303.json +14 -0
  20. hyperstreamdb-0.2.0/benchmark_results/full_scan_baseline_20260409_222303.md +3 -0
  21. hyperstreamdb-0.2.0/benchmark_results/high_selectivity_filter_20260409_222302.json +14 -0
  22. hyperstreamdb-0.2.0/benchmark_results/high_selectivity_filter_20260409_222302.md +3 -0
  23. hyperstreamdb-0.2.0/benchmark_results/ingestion_comparison_20260409_222516.json +9 -0
  24. hyperstreamdb-0.2.0/benchmark_results/ingestion_comparison_20260409_222516.md +3 -0
  25. hyperstreamdb-0.2.0/benchmark_results/multi_filter_vector_20260409_214428.json +14 -0
  26. hyperstreamdb-0.2.0/benchmark_results/multi_filter_vector_20260409_214428.md +3 -0
  27. hyperstreamdb-0.2.0/benchmark_results/multi_filter_vector_20260409_220450.json +14 -0
  28. hyperstreamdb-0.2.0/benchmark_results/multi_filter_vector_20260409_220450.md +3 -0
  29. hyperstreamdb-0.2.0/benchmark_results/multi_filter_vector_20260409_222131.json +14 -0
  30. hyperstreamdb-0.2.0/benchmark_results/multi_filter_vector_20260409_222131.md +3 -0
  31. hyperstreamdb-0.2.0/benchmark_results/multi_filter_vector_20260409_225938.json +14 -0
  32. hyperstreamdb-0.2.0/benchmark_results/multi_filter_vector_20260409_225938.md +3 -0
  33. hyperstreamdb-0.2.0/benchmark_results/post_vs_pre_filter_20260409_214501.json +7 -0
  34. hyperstreamdb-0.2.0/benchmark_results/post_vs_pre_filter_20260409_214501.md +3 -0
  35. hyperstreamdb-0.2.0/benchmark_results/post_vs_pre_filter_20260409_220524.json +7 -0
  36. hyperstreamdb-0.2.0/benchmark_results/post_vs_pre_filter_20260409_220524.md +3 -0
  37. hyperstreamdb-0.2.0/benchmark_results/post_vs_pre_filter_20260409_222204.json +7 -0
  38. hyperstreamdb-0.2.0/benchmark_results/post_vs_pre_filter_20260409_222204.md +3 -0
  39. hyperstreamdb-0.2.0/benchmark_results/post_vs_pre_filter_20260409_230010.json +7 -0
  40. hyperstreamdb-0.2.0/benchmark_results/post_vs_pre_filter_20260409_230010.md +3 -0
  41. hyperstreamdb-0.2.0/benchmark_results/query_comparison_20260409_222541.json +9 -0
  42. hyperstreamdb-0.2.0/benchmark_results/query_comparison_20260409_222541.md +3 -0
  43. hyperstreamdb-0.2.0/benchmark_results/range_query_20260409_222302.json +14 -0
  44. hyperstreamdb-0.2.0/benchmark_results/range_query_20260409_222302.md +3 -0
  45. hyperstreamdb-0.2.0/benchmark_results/search_filtered_high_selectivity_20260409_214144.json +14 -0
  46. hyperstreamdb-0.2.0/benchmark_results/search_filtered_high_selectivity_20260409_214144.md +3 -0
  47. hyperstreamdb-0.2.0/benchmark_results/search_unfiltered_20260409_214028.json +14 -0
  48. hyperstreamdb-0.2.0/benchmark_results/search_unfiltered_20260409_214028.md +3 -0
  49. hyperstreamdb-0.2.0/broken_binaries_all.txt +134 -0
  50. hyperstreamdb-0.2.0/broken_bins.txt +107 -0
  51. hyperstreamdb-0.2.0/build.rs +106 -0
  52. hyperstreamdb-0.2.0/compliance_output.txt +152 -0
  53. hyperstreamdb-0.2.0/critical_code_review.md +132 -0
  54. hyperstreamdb-0.2.0/debug_log.txt +73 -0
  55. hyperstreamdb-0.2.0/demo_basics_run.txt +47 -0
  56. hyperstreamdb-0.2.0/demo_basics_v2.txt +21 -0
  57. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/GPU_SETUP_GUIDE.md +42 -5
  58. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/source/conf.py +13 -1
  59. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/pyproject.toml +4 -1
  60. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/python/hyperstreamdb/__init__.py +29 -27
  61. hyperstreamdb-0.2.0/python_test_output.txt +2714 -0
  62. hyperstreamdb-0.2.0/python_test_output_v2.txt +2636 -0
  63. hyperstreamdb-0.2.0/python_test_output_v3.txt +1824 -0
  64. hyperstreamdb-0.2.0/rust_check_all_warnings.txt +1018 -0
  65. hyperstreamdb-0.2.0/rust_test_output.txt +447 -0
  66. hyperstreamdb-0.2.0/rust_warnings.txt +1071 -0
  67. hyperstreamdb-0.2.0/scratch/check_os_error.rs +29 -0
  68. hyperstreamdb-0.2.0/simd_test_results.txt +202 -0
  69. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/compaction.rs +43 -30
  70. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/embeddings.rs +0 -22
  71. hyperstreamdb-0.2.0/src/core/index/gpu.rs +364 -0
  72. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_ivf.rs +20 -15
  73. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/ivf.rs +28 -1
  74. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/pq.rs +3 -1
  75. hyperstreamdb-0.2.0/src/core/license.rs +70 -0
  76. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/manifest.rs +136 -7
  77. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/planner.rs +2 -15
  78. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/query.rs +11 -2
  79. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/reader.rs +8 -3
  80. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/mod.rs +33 -2
  81. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/optimizer.rs +10 -10
  82. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/pgvector_rewriter.rs +36 -0
  83. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/session.rs +4 -1
  84. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/vector_udf.rs +3 -3
  85. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/table.rs +286 -290
  86. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/python_binding.rs +15 -5
  87. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/python_distance.rs +4 -5
  88. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/python_gpu_context.rs +13 -14
  89. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/datafusion_rust_test.rs +1 -1
  90. hyperstreamdb-0.1.11/build.rs +0 -92
  91. hyperstreamdb-0.1.11/build_out.txt +0 -654
  92. hyperstreamdb-0.1.11/clippy_output.txt +0 -772
  93. hyperstreamdb-0.1.11/fix_cache.patch +0 -12
  94. hyperstreamdb-0.1.11/fix_schema.patch +0 -21
  95. hyperstreamdb-0.1.11/src/core/index/gpu.rs +0 -1799
  96. hyperstreamdb-0.1.11/src/core/table.rs.orig +0 -3601
  97. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/.gitattributes +0 -0
  98. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/.hypothesis/constants/32b327793848e7d8 +0 -0
  99. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/.hypothesis/constants/67b0a8ccf18bf5d2 +0 -0
  100. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/.hypothesis/constants/84828557b4ee7be4 +0 -0
  101. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/.instructions.md +0 -0
  102. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/DORIS_OPTIMIZATION_PATTERNS.md +0 -0
  103. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/LICENSE-APACHE +0 -0
  104. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/LICENSE-MIT +0 -0
  105. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/RUN_COMPLIANCE_TESTS.sh +0 -0
  106. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/STEERING.md +0 -0
  107. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/THIRDPARTY_NOTICES.md +0 -0
  108. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/benches/bench_table.rs +0 -0
  109. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/benchmark_results/BENCHMARK_REPORT.md +0 -0
  110. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/benchmark_results/benchmark_charts.png +0 -0
  111. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/benchmark_results/benchmark_results.csv +0 -0
  112. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/book.toml +0 -0
  113. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/build-connectors.sh +0 -0
  114. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/check_iceberg_compliance.py +0 -0
  115. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docker-compose-minio-nessie.yml +0 -0
  116. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docker-compose.yml +0 -0
  117. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/BENCHMARKING.md +0 -0
  118. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/COMPREHENSIVE_GUIDE.md +0 -0
  119. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/CONCURRENCY.md +0 -0
  120. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/CONFIGURATION.md +0 -0
  121. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/ICEBERG_V2_V3_API.md +0 -0
  122. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/INSTALLATION.md +0 -0
  123. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/PGVECTOR_SQL_GUIDE.md +0 -0
  124. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/PYTHON_VECTOR_API.md +0 -0
  125. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/VECTOR_CONFIGURATION.md +0 -0
  126. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/api_reference.md +0 -0
  127. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/architecture.md +0 -0
  128. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/catalog_usage.md +0 -0
  129. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/index.md +0 -0
  130. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/integrations/README.md +0 -0
  131. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/integrations/java_jni.md +0 -0
  132. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/integrations/python.md +0 -0
  133. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/integrations/spark.md +0 -0
  134. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/integrations/trino.md +0 -0
  135. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/requirements.txt +0 -0
  136. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/source/api/python.rst +0 -0
  137. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/source/api/rust.rst +0 -0
  138. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/source/index.rst +0 -0
  139. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/docs/source/roadmap.md +0 -0
  140. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/fix_nb.py +0 -0
  141. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/proptest-regressions/core/index/gpu.txt +0 -0
  142. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/proptest-regressions/core/sql/vector_literal.txt +0 -0
  143. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/proptest-regressions/core/sql/vector_udf.txt +0 -0
  144. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/python/hyperstreamdb/embeddings.py +0 -0
  145. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/.bloop/bloop.settings.json +0 -0
  146. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/.bloop/spark-hyperstream-test.json +0 -0
  147. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/.bloop/spark-hyperstream.json +0 -0
  148. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/pom.xml +0 -0
  149. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/DefaultSource.java +0 -0
  150. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamPartition.java +0 -0
  151. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamPartitionReader.java +0 -0
  152. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamPartitionReaderFactory.java +0 -0
  153. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamScanBuilder.java +0 -0
  154. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/spark-hyperstream/src/main/java/com/hyperstreamdb/spark/HyperStreamTable.java +0 -0
  155. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/bin/gateway.rs +0 -0
  156. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/bin/hdb.rs +0 -0
  157. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/bin/iceberg_rest.rs +0 -0
  158. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/bin/probe_datafusion.rs +0 -0
  159. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/bin/setup_test_data.rs +0 -0
  160. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/bin/verify_layered_indexing.rs +0 -0
  161. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/cache.rs +0 -0
  162. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/catalog/config.rs +0 -0
  163. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/catalog/glue.rs +0 -0
  164. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/catalog/hive.rs +0 -0
  165. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/catalog/jdbc.rs +0 -0
  166. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/catalog/mod.rs +0 -0
  167. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/catalog/nessie.rs +0 -0
  168. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/catalog/rest.rs +0 -0
  169. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/catalog/unity.rs +0 -0
  170. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/clustering.rs +0 -0
  171. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/ffi.rs +0 -0
  172. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/iceberg/iceberg_delete.rs +0 -0
  173. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/iceberg.rs +0 -0
  174. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/cuda/cosine_distance.cu +0 -0
  175. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/cuda/hamming_distance.cu +0 -0
  176. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/cuda/inner_product.cu +0 -0
  177. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/cuda/jaccard_distance.cu +0 -0
  178. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/cuda/kmeans_assignment.cu +0 -0
  179. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/cuda/l1_distance.cu +0 -0
  180. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/cuda/l2_distance.cu +0 -0
  181. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/distance.rs +0 -0
  182. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/annhdf5.rs +0 -0
  183. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/api.rs +0 -0
  184. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/dist.rs +0 -0
  185. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/flatten.rs +0 -0
  186. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/hnsw.rs +0 -0
  187. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/hnswio.rs +0 -0
  188. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/libext.rs +0 -0
  189. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/mod.rs +0 -0
  190. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/prelude.rs +0 -0
  191. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/hnsw_rs/test.rs +0 -0
  192. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/memory.rs +0 -0
  193. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/mod.rs +0 -0
  194. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/mps/cosine_distance.metal +0 -0
  195. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/mps/hamming_distance.metal +0 -0
  196. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/mps/inner_product.metal +0 -0
  197. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/mps/jaccard_distance.metal +0 -0
  198. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/mps/kmeans_assignment.metal +0 -0
  199. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/mps/l1_distance.metal +0 -0
  200. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/mps/l2_distance.metal +0 -0
  201. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/opencl/cosine_distance.cl +0 -0
  202. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/opencl/hamming_distance.cl +0 -0
  203. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/opencl/inner_product.cl +0 -0
  204. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/opencl/jaccard_distance.cl +0 -0
  205. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/opencl/kmeans_assignment.cl +0 -0
  206. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/opencl/l1_distance.cl +0 -0
  207. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/opencl/l2_distance.cl +0 -0
  208. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/index/tokenizer.rs +0 -0
  209. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/maintenance.rs +0 -0
  210. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/merge.rs +0 -0
  211. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/metadata.rs +0 -0
  212. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/mod.rs +0 -0
  213. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/nessie.rs +0 -0
  214. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/puffin.rs +0 -0
  215. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/segment.rs +0 -0
  216. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/physical_plan/index_join.rs +0 -0
  217. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/physical_plan.rs +0 -0
  218. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/vector_literal.rs +0 -0
  219. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/sql/vector_operators.rs +0 -0
  220. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/storage.rs +0 -0
  221. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/core/wal.rs +0 -0
  222. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/enterprise/continuous_indexing.rs +0 -0
  223. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/enterprise/license.rs +0 -0
  224. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/enterprise/mod.rs +0 -0
  225. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/index.rs.old +0 -0
  226. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/lib.rs +0 -0
  227. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/telemetry/metrics.rs +0 -0
  228. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/telemetry/mod.rs +0 -0
  229. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/src/telemetry/tracing.rs +0 -0
  230. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/task.md +0 -0
  231. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/all_types_index_test.rs +0 -0
  232. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/bin/generate_iceberg_manifests.rs +0 -0
  233. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/bin/verify_iceberg_read_check.rs +0 -0
  234. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/check_mmh3.py +0 -0
  235. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/data/download_nyc_taxi.sh +0 -0
  236. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/data/generate_embeddings.py +0 -0
  237. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/data/generate_wikipedia.py +0 -0
  238. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/data/start_nessie.sh +0 -0
  239. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/debug_murmur3.rs +0 -0
  240. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/fuzz_murmur3.rs +0 -0
  241. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/integration_test_hnsw_ivf_native.rs +0 -0
  242. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/performance/README.md +0 -0
  243. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/prototype_merge.py +0 -0
  244. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/schema_evolution_test.rs +0 -0
  245. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_catalog_commit.rs +0 -0
  246. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_compliance.rs +0 -0
  247. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_delete_correctness.rs +0 -0
  248. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_iceberg_python_delete.sh +0 -0
  249. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_iceberg_rest.sh +0 -0
  250. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_iceberg_rest_create.sh +0 -0
  251. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_iceberg_rest_delete.sh +0 -0
  252. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_iceberg_rest_remove_index.sh +0 -0
  253. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_iceberg_rest_update.sh +0 -0
  254. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_metadata_creation.rs +0 -0
  255. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_mor_reads.rs +0 -0
  256. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_mor_writes.rs +0 -0
  257. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_partition_transforms.rs +0 -0
  258. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_partitioned_writes.rs +0 -0
  259. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_puffin_index.sh +0 -0
  260. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_rest_updates.sh +0 -0
  261. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/tests/verify_schema_compat.rs +0 -0
  262. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/.DS_Store +0 -0
  263. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/catalog/glue_catalog.properties +0 -0
  264. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/catalog/hyperstreamdb.properties +0 -0
  265. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/catalog/iceberg.properties +0 -0
  266. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/catalog/memory.properties +0 -0
  267. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/catalog/postgres.properties +0 -0
  268. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/config.properties +0 -0
  269. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/entrypoint.sh +0 -0
  270. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/jvm.config +0 -0
  271. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config/node.properties +0 -0
  272. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-config.zip +0 -0
  273. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/pom.xml +0 -0
  274. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBColumnHandle.java +0 -0
  275. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBConnectorFactory.java +0 -0
  276. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBMetadata.java +0 -0
  277. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPageSource.java +0 -0
  278. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPageSourceProvider.java +0 -0
  279. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBPlugin.java +0 -0
  280. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBSplit.java +0 -0
  281. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBSplitManager.java +0 -0
  282. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/trino-hyperstream/src/main/java/com/hyperstreamdb/trino/HyperStreamDBTableHandle.java +0 -0
  283. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/update_schema_patch.py +0 -0
  284. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/update_schema_patch2.py +0 -0
  285. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/verify_docstrings.py +0 -0
  286. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/verify_fluent_api.py +0 -0
  287. {hyperstreamdb-0.1.11 → hyperstreamdb-0.2.0}/verify_unified_ingest.py +0 -0
@@ -104,3 +104,6 @@ rag_db/
104
104
  news_db/
105
105
 
106
106
  .hypothesis/
107
+ venv_demo/
108
+ venv_demo/
109
+ .env