Relative Content

Tag Archive for duckdb

How can i use duckdb from commandline?

I got the windows duckdb and installed it from https://duckdb.org/docs/installation/index?version=stable&environment=cli&platform=win&download_method=package_manager

Base 16 hexadecimal string to base 10 integer

I’m trying to convert a hash into an integer. The conversion works as expected in python and t-sql (with the same answer). I’m trying to replicate it in duckdb but can’t quite.

DuckDB: parquet predicate pushdown with more than one clause?

I have a parquet file of tickdata ordered (and row-chunked) by instrument-symbol. The parquet file metadata contains min/max metadata. I’ve found that if my query asks for a single symbol in the where clause then duckdb performs predicate pushdown on the parquet file, but with more than one symbol it doesn’t.