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 NewCSVFormatter ¶
func NewCSVFormatter(w io.Writer) *CSVFormatter
func (*CSVFormatter) Close ¶
func (t *CSVFormatter) Close() error
func (*CSVFormatter) SetSchema ¶
func (t *CSVFormatter) SetSchema(schema physical.Schema)
type JSONFormatter ¶
type JSONFormatter struct {
// contains filtered or unexported fields
}
func NewJSONFormatter ¶
func NewJSONFormatter(w io.Writer) *JSONFormatter
func (*JSONFormatter) Close ¶
func (t *JSONFormatter) Close() error
func (*JSONFormatter) SetSchema ¶
func (t *JSONFormatter) SetSchema(schema physical.Schema)
type TableFormatter ¶
type TableFormatter struct {
// contains filtered or unexported fields
}
func NewTableFormatter ¶
func NewTableFormatter(w io.Writer) *TableFormatter
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.