added implementation for an SQL functions that checks if a given key exist in a Map property.
i.e
new SQLQuery<>("CONTAINS_KEY(map_property_name, key_value ) = true")
com.gigaspaces.test.database.sql.SQLFunctions.ContainsKeyTest