create

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Create = &charm.Spec{
	Name:  "create",
	Usage: "create [-f frametresh] [ -o file ] -k key[,key,...] file",
	Short: "generate a Zed index file from one or more key-sorted Zed inputs",
	Long: `
The "zed indexfile create" command generates a Zed index from one or more Zed input files
as a sectioned ZNG file with a layout desribed in the "zed indexfile" command.
(Run "zed indexfile -h" for the description.)

The bushiness of the B-tree created is controlled by the -f flag,
which specifies a target size in bytes for each node in the B-tree.

The inputs values are presumed to be presorted by the specified keys
in the order indicated by -order.  If a key is not present in a value,
that value is treated as the null value, and a lookup for null will return
all such values.
`,
	New: newCommand,
}

Functions

This section is empty.

Types

type Command

type Command struct {
	*indexfile.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