Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableSensor ¶
type TableSensor = ansisql.TableSensor
func NewTableSensor ¶
func NewTableSensor(conn config.ConnectionGetter, sensorMode string, extractor query.QueryExtractor) *TableSensor
type TableSensorClient ¶
func NewTableSensorClient ¶
func NewTableSensorClient(ctx context.Context, c postgres.RedShiftConfig) (*TableSensorClient, error)
func (*TableSensorClient) BuildTableExistsQuery ¶
func (c *TableSensorClient) BuildTableExistsQuery(tableName string) (string, error)
type TableSensorConnectionWrapper ¶
type TableSensorConnectionWrapper struct {
// contains filtered or unexported fields
}
func (*TableSensorConnectionWrapper) GetConnection ¶
func (w *TableSensorConnectionWrapper) GetConnection(name string) any
Click to show internal directories.
Click to hide internal directories.