awsathena

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2020 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Results added in v1.1.0

func Results(client athenaiface.AthenaAPI, queryID string, nextToken *string,
	maxResults *int64) (queryResult *athena.GetQueryResultsOutput, err error)

func RunQuery added in v1.1.0

func RunQuery(client athenaiface.AthenaAPI, database, sql string, s3Path *string) (*athena.GetQueryResultsOutput, error)

RunQuery executes query, blocking until done

func StartQuery added in v1.1.0

func StartQuery(client athenaiface.AthenaAPI, database, sql string, s3Path *string) (*athena.StartQueryExecutionOutput, error)

func Status added in v1.1.0

func Status(client athenaiface.AthenaAPI, queryExecutionID string) (executionOutput *athena.GetQueryExecutionOutput, err error)

func StopQuery added in v1.1.0

func StopQuery(client athenaiface.AthenaAPI, queryExecutionID string) (executionOutput *athena.StopQueryExecutionOutput, err error)

func WaitForResults added in v1.1.0

func WaitForResults(client athenaiface.AthenaAPI, queryExecutionID string) (queryResult *athena.GetQueryResultsOutput, err error)

func WorkgroupAssociateS3

func WorkgroupAssociateS3(sess *session.Session, name, s3Bucket string) (err error)

WorkgroupAssociateS3 associates the S3 bucket with named workgroup

Types

This section is empty.

Jump to

Keyboard shortcuts

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