Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVFormatter ¶
type CSVFormatter struct {
// contains filtered or unexported fields
}
func (*CSVFormatter) Close ¶
func (t *CSVFormatter) Close() error
func (*CSVFormatter) SetSchema ¶
func (t *CSVFormatter) SetSchema(schema physical.Schema)
type OutputPrinter ¶
type OutputPrinter struct {
// contains filtered or unexported fields
}
func NewOutputPrinter ¶
func (*OutputPrinter) Run ¶
func (o *OutputPrinter) Run(execCtx ExecutionContext) error
type TableFormatter ¶
type TableFormatter struct {
// contains filtered or unexported fields
}
func (*TableFormatter) Close ¶
func (t *TableFormatter) Close() error
func (*TableFormatter) SetSchema ¶
func (t *TableFormatter) SetSchema(schema physical.Schema)
Click to show internal directories.
Click to hide internal directories.