duckdb-v1.2

A copy of DuckDB v1.2.2 used for testing

https://github.com/zhengk30/duckdb-v1.2

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A copy of DuckDB v1.2.2 used for testing

Basic Info
  • Host: GitHub
  • Owner: zhengk30
  • License: mit
  • Language: C++
  • Default Branch: main
  • Homepage:
  • Size: 86.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

duckdb-v1.2

A copy of DuckDB v1.2.2 used for testing. For its original repo, refer to here.

Modifications

There are some modifications made to the original DuckDB v1.2.2 to cater to certain needs for the purpose of experimentation. Specifically, the changes are listed as follows: * In src/function/scalar/string/like.cpp, the unescaped version of LikeOperatorFunction is reimplemented using Google's RE2. * In src/function/scalar/string/contains.cpp, idx_t FindStrInStr(const unsigned char* , idx_t, const unsigned char*, idx_t) is reimplemented using Google's RE2. * TODO

Owner

  • Name: Kaiwen Zheng
  • Login: zhengk30
  • Kind: user
  • Location: Department of Computer Science, University of Toronto
  • Company: University of Toronto

computer hardware, digital logic, system programming, electronics

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

tools/pythonpkg/pyproject.toml pypi
tools/pythonpkg/requirements-dev.txt pypi
  • adbc_driver_manager * development
  • cxxheaderparser * development
  • fsspec * development
  • mypy <=1.13 development
  • numpy >=1.14 development
  • pandas * development
  • pcpp * development
  • polars * development
  • psutil >=5.9.0 development
  • pyarrow >=8.0 development
  • pybind11 >=2.6.0 development
  • pyspark * development
  • pytest * development
  • pytest-timeout * development
  • requests >=2.26 development
  • setuptools >=58 development
  • setuptools_scm >=6.3 development
  • tensorflow * development
  • torch * development
tools/pythonpkg/setup.py pypi
extension/delta/vcpkg.json vcpkg
  • openssl *