Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatBytes ¶
FormatBytes produces a human readable representation of an SI size. e.g. Bytes(82854982) -> 82.85 MB
Types ¶
type Printer ¶
type Printer interface {
Print(Result)
}
Printer represents an interface that prints a result.
type Result ¶
type Result interface { Info() *athena.QueryExecution Rows() [][]string }
Result represents an interface that holds information of a query execution and its results.
Click to show internal directories.
Click to hide internal directories.