Documentation ¶
Index ¶
- type Direction
- func (d Direction) HasOrder(which Which) bool
- func (d Direction) MarshalJSON() ([]byte, error)
- func (d Direction) MarshalZNG(m *zson.MarshalZNGContext) (zed.Type, error)
- func (d Direction) String() string
- func (d *Direction) UnmarshalJSON(b []byte) error
- func (d *Direction) UnmarshalZNG(u *zson.UnmarshalZNGContext, val zed.Value) error
- type SortKey
- type SortKeys
- type Which
- func (w Which) Direction() Direction
- func (w Which) MarshalJSON() ([]byte, error)
- func (w Which) MarshalZNG(m *zson.MarshalZNGContext) (zed.Type, error)
- func (w Which) String() string
- func (w *Which) UnmarshalJSON(b []byte) error
- func (w *Which) UnmarshalZNG(u *zson.UnmarshalZNGContext, val zed.Value) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Direction ¶
type Direction int
func ParseDirection ¶
func (Direction) MarshalJSON ¶
func (Direction) MarshalZNG ¶
func (*Direction) UnmarshalJSON ¶
func (*Direction) UnmarshalZNG ¶
type SortKey ¶ added in v1.8.0
type Which ¶
type Which bool
func (Which) MarshalJSON ¶
func (Which) MarshalZNG ¶
func (*Which) UnmarshalJSON ¶
func (*Which) UnmarshalZNG ¶
Click to show internal directories.
Click to hide internal directories.