What's Changed
Added
- EXPERIMENTAL add
metas
map forPType
- partiql-planner:
ROW
or collection types with excluded fields resulting fromRelExclude
will include a meta
CONTAINS_EXCLUDED_FIELD
mapping totrue
- Static factories for creating
PType.decimal
andPType.numeric
types with a precision and default scale - Metas attached to
PType
s indicating if a parameter (e.g. precision, scale, length) was specified
Fixed
BETWEEN
operator function overloads in the partiql-planner- Mistyping of some Rex plan nodes
OperatorRewriter
omitting types for rewritten nodes- fixed Aggregation function lookup so that custom overloads from
Catalog
are found SqlDialect
printing of AST literal string single quotes- Parsing of
LIMIT
,OFFSET
, andORDER BY
on set operators
Full Changelog: v1.2.1...v1.2.2