Zhang, Zepeng (redraiment)
Zhang, Zepeng (redraiment)
* 将所有org格式文件转成tex格式文件。 * 提供编译好的PDF文件。 * README中提供编译指令。
* Upgraded the minimum CMake version to 3.5. * Added scanning for Homebrew's PostgreSQL installation directories. * Verified the installation of the Intl package. * Changed dynamic library suffix to...
### What happens? I downloaded duckdb_cli-linux-aarch64.zip from https://github.com/duckdb/duckdb/releases/tag/v1.1.2, and then executed the following SQL query multiple times: ```sql select count(*) from range(1000, 3000) as a(v), range(1000, 3000) as b(v) where...