paradedb / pg_analytics

DuckDB-powered analytics for Postgres
https://paradedb.com
PostgreSQL License
196 stars 13 forks source link

fix: Support `date_trunc` #95

Closed philippemnoel closed 1 month ago

philippemnoel commented 2 months ago

Ticket(s) Closed

What

Makes date_trunc work

Why

See Github issue

How

Added Date to Timestamp and Timestamptz conversions.

Tests

See test_date_trunc

philippemnoel commented 2 months ago

Drafting this until someone picks it up