Run an aggregate oprtation on the given query attribute
tiledb_query_apply_aggregate(
query,
attrname,
operation = c("Count", "NullCount", "Min", "Max", "Mean", "Sum"),
nullable = TRUE
)
The value of the aggregation
A TileDB Query object
The name of an attribute
The name of aggregation operation
A boolean toggle whether the attribute is nullable