【发布时间】:2019-04-23 08:02:15
【问题描述】:
我一直在关注 geomesa cassandra quickstart tutrorila https://www.geomesa.org/documentation/tutorials/geomesa-quickstart-cassandra.html 现在我正在构建一个spring boot api来查询导入的表, 在示例代码中,我发现 CQL 过滤器充当普通 sql 查询中的 WHERE 部分:
new Query(getTypeName(), ECQL.toFilter( "Actor2CountryCode LIKE 'AU'" ))
但我不知道如何使用此 ECQL 查询编写 SELECT FROM 部分
【问题讨论】:
标签: spring spring-boot cassandra cql geomesa