Opened 7 years ago
Last modified 7 years ago
#1679 closed enhancement
RasdaPy_Support for other parameters (-f, --mddomain, --mddtype) besides --query? — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.5 |
Component: | rasdapy | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Dimitar wants to test RasdaPy API as same as rasql client, it means it should support other parameters (e.g: -f, —mddomain, —mddtype) besides the mandatory —query parameter, e.g in this query:
rasql -q 'insert into test_struct values $1' -f '/home/rasdaman/rasdaman_community/rasdaman/systemtest/testcases_mandatory/test_select/testdata/23k.bin' --mdddomain '[0:99,0:9,0:0]' --mddtype struct_cube --user rasadmin --passwd rasadmin
From that I understand, this feature is not available in both RasdaPy and Rasj (in Petascope, it seems can send only the rasql query only to insert/update/select without other parameters) and it can only handle the rasql query inside the —query parameter 'insert into …'.
This is a missing feature and need to be added, somehow?
Note:
See TracTickets
for help on using tickets.