package samples

Import Path
	github.com/polarsignals/frostdb/samples (on go.dev)

Dependency Relation
	imports 10 packages, and imported by one package

Involved Source Files example.go
Package-Level Type Names (total 2)
/* sort by: | */
ExampleType string Labels map[string]string Stacktrace []uuid.UUID Timestamp int64 Value int64 ( Sample) ToParquetRow(labelNames []string) parquet.Row
( Samples) SampleLabelNames() []string ( Samples) ToRecord() (arrow.Record, error) func GenerateTestSamples(n int) Samples func NewTestSamples() Samples
Package-Level Functions (total 9)
Adds a float column to the SampleDefinition to be able to test aggregations with float values.