Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query aggregates REST support #4415

Merged
merged 22 commits into from
Oct 20, 2023
Merged

Conversation

robertbindar
Copy link
Contributor

@robertbindar robertbindar commented Oct 12, 2023

Add rest support for query aggregates.


TYPE: FEATURE
DESC: Query aggregates REST support

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #29965: [core-rest] Support for aggregate pushdown.

auto aggregate_builder = aggregates_builder[i];
aggregate_builder.setOutputFieldName(agg.first);
aggregate_builder.setName(agg.second->aggregate_name());
// TODO: Currently COUNT reports that its
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we not support a name for the count channel?

tiledb/sm/serialization/query_aggregates.cc Outdated Show resolved Hide resolved
tiledb/sm/serialization/query.cc Outdated Show resolved Hide resolved
tiledb/sm/serialization/query.cc Outdated Show resolved Hide resolved
tiledb/sm/serialization/query.cc Outdated Show resolved Hide resolved
tiledb/sm/misc/constants.h Outdated Show resolved Hide resolved
tiledb/sm/misc/constants.h Outdated Show resolved Hide resolved
tiledb/sm/misc/constants.h Show resolved Hide resolved

namespace tiledb::sm {

class Operation {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add some doxygen here.

tiledb/sm/query/readers/aggregators/sum_type.h Outdated Show resolved Hide resolved
tiledb/sm/serialization/query_aggregates.h Outdated Show resolved Hide resolved
tiledb/sm/serialization/tiledb-rest.capnp Outdated Show resolved Hide resolved
@KiterLuc KiterLuc removed the request for review from shaunrd0 October 19, 2023 09:49
@KiterLuc KiterLuc merged commit 831b5b0 into dev Oct 20, 2023
55 checks passed
@KiterLuc KiterLuc deleted the rbin/ch29965/rest_support_aggregates branch October 20, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants