Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnTopK ¶
type ColumnTopK struct { TableName string ColumnName string Agg string K int Result *runtimev1.TopK }
func (*ColumnTopK) Deps ¶
func (q *ColumnTopK) Deps() []string
func (*ColumnTopK) Key ¶
func (q *ColumnTopK) Key() string
func (*ColumnTopK) MarshalResult ¶
func (q *ColumnTopK) MarshalResult() any
func (*ColumnTopK) UnmarshalResult ¶
func (q *ColumnTopK) UnmarshalResult(v any) error
Click to show internal directories.
Click to hide internal directories.