services

package
v0.0.0-...-6038599 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlueService

type GlueService struct {
	Client *glue.Client
}

func NewGlueService

func NewGlueService(region string) *GlueService

func (*GlueService) GetDatabases

func (service *GlueService) GetDatabases() []string

func (*GlueService) GetNumberOfPartitions

func (service *GlueService) GetNumberOfPartitions(databaseName string, tableName string) (int, error)

func (*GlueService) GetTables

func (service *GlueService) GetTables(databaseName string) []string

type GlueTable

type GlueTable struct {
	DatabaseName string
	TableName    string
}

func NewGlueTable

func NewGlueTable(databaseName string, tableName string) GlueTable

Jump to

Keyboard shortcuts

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