Changes between Initial Version and Version 1 of Ticket #617
- Timestamp:
- Jan 31, 2014, 11:45:16 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #617 – Description
initial v1 8 8 This would insert the `VALUES` (a 2D object) into the existing 3D objects in `3Dcube` at slice t=5. The existing slices at t>=5 will be moved to t+1, i.e. slice 5 becomes 6, etc. 9 9 10 A more general and conceptually more appealing approach would be to implement a 'shift' operator in the `update` statement, that allows to move slices around. 11 12 Example (should be refined) 13 {{{ 14 update 3Dcube as c 15 set c 16 assign shift([5,*:*,*:*], [6,*:*,*:*]) 17 }}} 18 10 19 Implementation: this could be implemented efficiently without moving any data but just shifting some OIDs in the index.