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 ¶
Click to show internal directories.
Click to hide internal directories.