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
Repository
A copy of DuckDB v1.2.2 used for testing
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
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
- Repositories: 1
- Profile: https://github.com/zhengk30
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
- 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
- openssl *