Skip to content

How does map correlate to AggregateFunction #66

@vinay2897

Description

@vinay2897

This is a code snippet from uptrace here

type Measure struct {
        ....
	Histogram map[bfloat16.T]uint64 `ch:"type:AggregateFunction(quantilesBFloat16(0.5), Float32)"`
	...
}

quantilesBFloat16 accepts a Column with numeric data as input.

I am unable to understand how a map is being stored in quantilesBFloat16.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions