|
|
@ -506,8 +506,8 @@ extern census_aggregation_ops census_agg_window; |
|
|
|
construction via census_define_view(). */ |
|
|
|
construction via census_define_view(). */ |
|
|
|
typedef struct { |
|
|
|
typedef struct { |
|
|
|
const census_aggregation_ops *ops; |
|
|
|
const census_aggregation_ops *ops; |
|
|
|
const void |
|
|
|
const void * |
|
|
|
*create_arg; /* Argument to be used for aggregation initialization. */ |
|
|
|
create_arg; /* Argument to be used for aggregation initialization. */ |
|
|
|
} census_aggregation; |
|
|
|
} census_aggregation; |
|
|
|
|
|
|
|
|
|
|
|
/** A census view type. Opaque. */ |
|
|
|
/** A census view type. Opaque. */ |
|
|
|