Documentation ¶
Index ¶
- Variables
- 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, zv *zed.Value) error
- type Layout
- type Which
Constants ¶
This section is empty.
Variables ¶
View Source
var Nil = Layout{}
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 Layout ¶
type Layout struct { Order Which `json:"order" zed:"order"` Keys field.List `json:"keys" zed:"keys"` }
func ParseLayout ¶
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.