Re: UDTs, UDFs und UDAs

2020-05-04 Thread Alexandre Dutra
Hi, I already posted an answer for your question on https://community.datastax.com/ but since you asked here as well: 1) When I call the aggregate, I would like to pass sample_size with a > sub-query [..] Is that possible with Cassandra? No. 2) When I try to register the bloomfilter_uda, I

Re: UDTs, UDFs und UDAs

2020-04-30 Thread Andreas R.
 Hello I am trying to extract sketches (e.g. bloom filter) from some given data. I came this far, questions below: |CREATE TYPE bloomfilter_udt(|| n_as_sample_size int, m_as_number_of_buckets int,|| p_as_next_prime_above_m bigint, hash_for_string_coefficient_a list ,||