Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
func NewQuerier[T any](conn *TrinoExecutor) querier.Querier[T]
Types ¶
type Executor ¶
type Executor interface {
stdsql.StdSqlExecutor
}
type TrinoExecutor ¶
type TrinoExecutor struct {
// contains filtered or unexported fields
}
func NewTrinoExecutor ¶
func NewTrinoExecutor(ctx context.Context, conf *TrinoConf) (*TrinoExecutor, error)
func (*TrinoExecutor) Close ¶
func (e *TrinoExecutor) Close() error
func (*TrinoExecutor) GetDb ¶
func (e *TrinoExecutor) GetDb() *sqlx.DB
Click to show internal directories.
Click to hide internal directories.