Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
func NewQuerier[T any](conn *DatabricksExecutor) querier.Querier[T]
Types ¶
type DatabricksConf ¶
type DatabricksExecutor ¶
type DatabricksExecutor struct {
// contains filtered or unexported fields
}
func NewDatabricksExecutor ¶
func NewDatabricksExecutor(ctx context.Context, conf *DatabricksConf) (*DatabricksExecutor, error)
func (*DatabricksExecutor) Close ¶
func (e *DatabricksExecutor) Close() error
func (*DatabricksExecutor) GetDb ¶
func (e *DatabricksExecutor) GetDb() *sqlx.DB
type Executor ¶
type Executor interface { stdsql.StdSqlExecutor }
type OAuthM2mAuth ¶
func NewOAuthM2mAuth ¶
func NewOAuthM2mAuth(clientId, clientSecret string) *OAuthM2mAuth
func (OAuthM2mAuth) Configure ¶
func (o OAuthM2mAuth) Configure(config *databricks.Config)
Click to show internal directories.
Click to hide internal directories.