Documentation
¶
Index ¶
- Variables
- func NewCatalogCompactionRequest(catalog *metadata.Catalog, interval time.Duration) *catalogCompactionRequest
- func NewDropDBRequest(opts *storage.Options, meta *metadata.Database, tables *table.Tables) *dropDBRequest
- func NewDropTblRequest(opts *storage.Options, meta *metadata.Table, tables *table.Tables, ...) *dropTblRequest
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrStopSign = errors.New("stop sign")
)
Functions ¶
func NewDropDBRequest ¶
func NewDropTblRequest ¶
func NewDropTblRequest(opts *storage.Options, meta *metadata.Table, tables *table.Tables, cb dbi.OnTableDroppedCB) *dropTblRequest
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.