我们如何在卡桑德拉"User Defined Function"中传递常量值?



我们如何在Cassandra"用户定义函数"中传递常量值? 我的 UDF 签名:

CREATE OR REPLACE FUNCTION spatial_keyspace.state_group_and_max( state   map<text, int>, type text, pkey int, level int)

CQL 查询:

select  spatial_keyspace.group_and_count(quadkey, pkey, 5) from spatial_keyspace.businesspoints where longitude >= -179.98333 and longitude <=86 and latitude >= -179.98333 and latitude <= 86 LIMIT 10 ALLOW FILTERING;

我正在使用Cassandra 3.5。

幸运的你!我已经想要这个功能,所以已经创建了一个 JIRA 票证,实际上补丁也可用。现在只需交叉手指,希望它将被合并并为Cassandra 3.6版本做好准备。你也可以去那里投票给这个JIRA,并发表评论,要求Cassandra核心团队审查并合并它。

相关内容

  • 没有找到相关文章

最新更新