Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanCache ¶ added in v0.0.2
func CleanCache(fileName string)
CleanCache deletes any tmp files used
func OutputData ¶ added in v0.0.2
OutputData formats json data as the desired output format and sends the results to stdout
Types ¶
type Format ¶ added in v0.0.2
type Format int
Format is an enumeration of available query output formats ENUM( json, csv, table )
type Query ¶
type Query struct { OutputBucket string OutputPrefix string Database string SQL string Format string JMESPath string Statistics bool }
Query ...
func (*Query) ExecuteToStdout ¶
ExecuteToStdout executes the query and returns the results to stdout
Click to show internal directories.
Click to hide internal directories.