cmd

package
v0.0.0-...-abf55fa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2018 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Head(c *cli.Context) error

func Load

func Load(c *cli.Context) error

func Ls

func Ls(c *cli.Context) error

func Mk

func Mk(c *cli.Context) error

func Query

func Query(c *cli.Context) error

func Rm

func Rm(c *cli.Context) error

Types

type AthenaQueryBuilder

type AthenaQueryBuilder struct{}

func NewAthenaQueryBuilder

func NewAthenaQueryBuilder() *AthenaQueryBuilder

type AthenaQueryRunner

type AthenaQueryRunner struct {
	// contains filtered or unexported fields
}

func NewAthenaQueryRunner

func NewAthenaQueryRunner() *AthenaQueryRunner

type Field

type Field struct {
	// contains filtered or unexported fields
}

type Schema

type Schema struct {
	Fields []Field
}

type SchemaFile

type SchemaFile []SchemaFileColumn

type SchemaFileColumn

type SchemaFileColumn struct {
	Name string `json:"name"`
	Type string `json:"type"`
	Mode string `json:"mode"`
}

type SchemaLoader

type SchemaLoader struct{}

func NewSchemaLoader

func NewSchemaLoader() *SchemaLoader

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL