inspect

package
v0.34.0-test1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2022 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cut = &charm.Spec{
	Name:  "cut",
	Usage: "cut [flags] -k field-expr path",
	Short: "cut a column from a zst file",
	Long: `
The cut command cuts a single column from a zst file and writes the column
to the output in the format of choice.

This command is most useful for test, debug, and demo, as more efficient
and complete "cuts" on zst files will eventually be available from zq
in the future.  For example, zq cut will optmize the query

	count() by _path

to cut the path field and run analytics directly on the result without having
to scan all of the zng row data.
`,
	New: newCommand,
}

Functions

This section is empty.

Types

type Command

type Command struct {
	*devzst.Command
	// contains filtered or unexported fields
}

func (*Command) Run

func (c *Command) Run(args []string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL