Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorCreateType = errors.New("create type error")
)
Functions ¶
This section is empty.
Types ¶
type BufferNullDataPipe ¶ added in v0.4.5
type BufferNullDataPipe struct {
Storage
}
BufferNullDataPipe Link data calculation
func (*BufferNullDataPipe) GetSQLs ¶ added in v0.4.5
func (t *BufferNullDataPipe) GetSQLs() (names []string, sqls []string)
type ComputeTrace ¶ added in v0.4.5
type ComputeTrace struct {
Storage
}
ComputeTrace Link data calculation
func (*ComputeTrace) GetSQLs ¶ added in v0.4.5
func (t *ComputeTrace) GetSQLs() (names []string, sqls []string)
type IStorageCreator ¶
type IStorageCreator interface { // SetParams Initialization parameter SetParams(Params) // GetSQLs get distribution table sql GetSQLs() (names []string, sqls []string) // Execute SQL and return the results Execute([]string) (string, error) }
func GetTableCreator ¶
func GetTableCreator(cType int) (IStorageCreator, error)
GetTableCreator Through specific types of logging library access to build table objects, obtain four different SQL statements on the basis of the process to create
Click to show internal directories.
Click to hide internal directories.