db

package
v0.0.0-...-9ff1141 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatasetRequest

type DatasetRequest struct {
	DatasetName string
	Since       string
	Limit       int64
}

type FullQuery

type FullQuery struct {
	Datalayer *conf.Datalayer
	Request   DatasetRequest
	TableDef  *conf.TableMapping
}

func (FullQuery) BuildQuery

func (q FullQuery) BuildQuery() string

type TableQuery

type TableQuery interface {
	BuildQuery() string
}

func NewQuery

func NewQuery(request DatasetRequest, tableDef *conf.TableMapping, datalayer *conf.Datalayer) TableQuery

Jump to

Keyboard shortcuts

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