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 ¶
type BufferNullDataPipe struct {
Storage
}
BufferNullDataPipe Link data calculation
func (*BufferNullDataPipe) GetSQLs ¶
func (t *BufferNullDataPipe) GetSQLs() (names []string, sqls []string)
type ComputeTrace ¶
type ComputeTrace struct {
Storage
}
ComputeTrace Link data calculation
func (*ComputeTrace) GetSQLs ¶
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.