Changes between Initial Version and Version 1 of Ticket #845, comment 1
- Timestamp:
- Nov 5, 2014, 10:55:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #845, comment 1
initial v1 3 3 4 4 Did you think about how to do this? I see two options 5 1. specify type definition file (like with rasdl): rasql -q ' create type$1' -f types.dl5 1. specify type definition file (like with rasdl): rasql -q 'insert types $1' -f types.dl 6 6 1. directly allow typedef statements, e.g: rasql -q 'typedef marray <char, 2> !GreyImage'