trinodb/trino

Derive more precise types for EXTRACT

Open

#5,701 opened on Oct 26, 2020

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Java (2,678 forks)batch import
good first issue

Repository metrics

Stars
 (9,113 stars)
PR merge metrics
 (Avg merge 5d 9h) (306 merged PRs in 30d)

Description

Currently, all results are typed as BIGINT. Given the constrained range for each of the field types, we can derive tighter type bounds.

Contributor guide