Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatCmd ¶
type CatCmd struct { CommonOption JSON bool `help:"Output JSON format."` }
CatCmd is a kong command for cat
type CommonOption ¶
type CommonOption struct { URI string `arg help:"URI of Parquet file, support s3:// and file://."` Debug bool `help:"Output debug information."` }
CommonOption represents common options across most commands
type DumpCmd ¶
type DumpCmd struct { CommonOption Colume []string `help:"Dump only the given column, can be specified more than once."` DisableData bool `help:"Do not dump colume data."` DisableMeta bool `help:"Do not dump row group and page metadata."` }
DumpCmd is a kong command for dump
type MetaCmd ¶
type MetaCmd struct { CommonOption OriginalType bool `help:"Print logical types in OriginalType representation."` }
MetaCmd is a kong command for meta
type RowCountCmd ¶
type RowCountCmd struct { CommonOption Detailed bool `help:"Detailed rowcount."` }
RowCountCmd is a kong command for rowcount
func (*RowCountCmd) Run ¶
func (c *RowCountCmd) Run(ctx *Context) error
Run does actual rowcount job
type SchemaCmd ¶
type SchemaCmd struct { CommonOption JSON bool `help:"Output JSON format." default:"true"` GoStruct bool `help:"Output go struct format."` }
SchemaCmd is a kong command for schema
type SizeCmd ¶
type SizeCmd struct { CommonOption Uncompressed bool `help:"Output uncompressed size."` }
SizeCmd is a kong command for size
Source Files
¶
Click to show internal directories.
Click to hide internal directories.