Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptedValuesCheck ¶ added in v0.9.0
type AcceptedValuesCheck struct {
// contains filtered or unexported fields
}
func (*AcceptedValuesCheck) Check ¶ added in v0.9.0
func (c *AcceptedValuesCheck) Check(ctx context.Context, ti *scheduler.ColumnCheckInstance) error
type BasicOperator ¶
type BasicOperator struct {
// contains filtered or unexported fields
}
func NewBasicOperator ¶
func NewBasicOperator(conn connectionFetcher, extractor queryExtractor, materializer materializer) *BasicOperator
func (BasicOperator) Run ¶ added in v0.9.0
func (o BasicOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type Client ¶ added in v0.10.0
type Client struct {
// contains filtered or unexported fields
}
func (*Client) RunQueryWithoutResult ¶ added in v0.10.0
type ColumnCheckOperator ¶ added in v0.9.0
type ColumnCheckOperator struct {
// contains filtered or unexported fields
}
func NewColumnCheckOperator ¶ added in v0.10.0
func NewColumnCheckOperator(manager connectionFetcher) (*ColumnCheckOperator, error)
func (ColumnCheckOperator) Run ¶ added in v0.9.0
func (o ColumnCheckOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type Config ¶
type Materializer ¶
type Materializer struct{}
type NotNullCheck ¶ added in v0.9.0
type NotNullCheck struct {
// contains filtered or unexported fields
}
func (*NotNullCheck) Check ¶ added in v0.9.0
func (c *NotNullCheck) Check(ctx context.Context, ti *scheduler.ColumnCheckInstance) error
type PositiveCheck ¶ added in v0.9.0
type PositiveCheck struct {
// contains filtered or unexported fields
}
func (*PositiveCheck) Check ¶ added in v0.9.0
func (c *PositiveCheck) Check(ctx context.Context, ti *scheduler.ColumnCheckInstance) error
type UniqueCheck ¶ added in v0.9.0
type UniqueCheck struct {
// contains filtered or unexported fields
}
func (*UniqueCheck) Check ¶ added in v0.9.0
func (c *UniqueCheck) Check(ctx context.Context, ti *scheduler.ColumnCheckInstance) error
Click to show internal directories.
Click to hide internal directories.