-
Notifications
You must be signed in to change notification settings - Fork 67
v0.6 to v0.7 upgrade
yliuuuu edited this page Nov 1, 2022
·
1 revision
- 2.3x more performant
LIKEoperator - An experimental query planner API along with logical and physical plans structures with the support of non-default physical operator implementations.
-
MINandMAXnow work with all data types. - Introduction of
extensionsand addition of thequery_ddbfunction to allow querying AWS DynamodB from the CLI. -
CEILandFLOORfunctions -
DATE/TIMEformatting and support forDATE/TIMEin Ion data format
- Convenience
StaticTypeforTEXTandNUMERIC - Adds missing metas to
ORDER BYExprNodeandPartiqlAst(e.g. source location)
- Removal of field
EVALUATOR_SQL_EXCEPTIONfromErrorCodeclass - only used in NaturalExprValueComparatorsTest.kt - Renaming of field
SEMANTIC_INFERENCER_ERRORfromErrorCodetoSEMANTIC_PROBLEM - Removal of
NodeMetadatafromorg.partiql.lang.eval- only used in testing
- General
- Tutorials
- Documentation
- Clauses
- Testing
- Serde
- Upgrade Guides
- Design & Development Documents
- V1 Documentation
- Basics
- PartiQL CLI
- Developer Usage Guides