gtcpresto

package module
v0.0.0-...-125dbd4 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2022 License: MIT Imports: 9 Imported by: 0

README

gtcpresto

golang调用gtcpresto

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrestoClient

type PrestoClient interface {
	NewQuery(request string) error
	GetData() []interface{}
	GetFinishedQuery() (map[string]interface{}, error)
	Columns() []string
	WaitQueryExec() error
	Close() error
}

func New

func New(curl, catalog string) PrestoClient

Jump to

Keyboard shortcuts

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