alexradzin / aerospike-jdbc-driver

JDBC driver for Aerospike
Apache License 2.0
12 stars 3 forks source link

Aerospike maps #6

Closed josepowera closed 4 years ago

josepowera commented 4 years ago

Going thru the presentation I haven't seen any support for aerospike maps. To narrow it down I was thinking regarding readonly - SELECT only with Maps data available in SELECT FIELDs and WHERE filter fields.

example: SELECT mapbinlocation[city] as city,mapbinlocation[country] as country where mapbinlocation[country]='USA'

alexradzin commented 4 years ago

The feature is implemented and is ready to use now as following:

select map[number], map[text] from (select map from data)