Documentation ¶
Overview ¶
Package sampleraggregationexecutionhint
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Map = SamplerAggregationExecutionHint{"map"} Globalordinals = SamplerAggregationExecutionHint{"global_ordinals"} Byteshash = SamplerAggregationExecutionHint{"bytes_hash"} )
Functions ¶
This section is empty.
Types ¶
type SamplerAggregationExecutionHint ¶
type SamplerAggregationExecutionHint struct {
Name string
}
func (SamplerAggregationExecutionHint) MarshalText ¶
func (s SamplerAggregationExecutionHint) MarshalText() (text []byte, err error)
func (SamplerAggregationExecutionHint) String ¶
func (s SamplerAggregationExecutionHint) String() string
func (*SamplerAggregationExecutionHint) UnmarshalText ¶
func (s *SamplerAggregationExecutionHint) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.