Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckTimingMetadata ¶ added in v1.2.3
func (CheckTimingMetadata) GetTiming ¶ added in v1.2.3
func (t CheckTimingMetadata) GetTiming() any
GetTiming implements TimingContainer - we implement this interface to allow CheckTimingMetadata to be used to parameterize the ResultStreamer
type Result ¶
type Result = queryresult.Result[*queryresult.QueryTimingMetadata]
func NewResult ¶
func NewResult(cols []*queryresult.ColumnDef) *Result
type ResultStreamer ¶
type ResultStreamer = queryresult.ResultStreamer[*CheckTimingMetadata]
func NewResultStreamer ¶
func NewResultStreamer() *ResultStreamer
Click to show internal directories.
Click to hide internal directories.