Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type QueryParams ¶
type SeriesArray ¶
type SeriesArray []*Series
type SeriesGroup ¶
type SeriesGroup struct {
Series SeriesArray
GroupIndex []int
GroupValues []interface{}
Schemas common.ColumnSchemas
}
func Group ¶
func Group(seriesArray SeriesArray, groupIndex []int, schema common.ColumnSchemas) (groups []*SeriesGroup)
type SeriesSort ¶
type SeriesSort struct {
Series SeriesArray
SortIndex []int
Reverse []bool
Schemas common.ColumnSchemas
}
Click to show internal directories.
Click to hide internal directories.