-
Notifications
You must be signed in to change notification settings - Fork 62
v0.6 to v0.7 upgrade
yliuuuu edited this page Nov 1, 2022
·
1 revision
- 2.3x more performant
LIKE
operator - An experimental query planner API along with logical and physical plans structures with the support of non-default physical operator implementations.
-
MIN
andMAX
now work with all data types. - Introduction of
extensions
and addition of thequery_ddb
function to allow querying AWS DynamodB from the CLI. -
CEIL
andFLOOR
functions -
DATE/TIME
formatting and support forDATE/TIME
in Ion data format
- Convenience
StaticType
forTEXT
andNUMERIC
- Adds missing metas to
ORDER BY
ExprNode
andPartiqlAst
(e.g. source location)
- Removal of field
EVALUATOR_SQL_EXCEPTION
fromErrorCode
class - only used in NaturalExprValueComparatorsTest.kt - Renaming of field
SEMANTIC_INFERENCER_ERROR
fromErrorCode
toSEMANTIC_PROBLEM
- Removal of
NodeMetadata
fromorg.partiql.lang.eval
- only used in testing
- General
- Tutorials
- Documentation
- Clauses
- Testing
- Serde
- Upgrade Guides
- Design & Development Documents