Documentation
¶
Index ¶
Constants ¶
View Source
const ( TableCreateTypeExist int = 1 TableCreateTypeJSONEachRow int = 2 TableCreateTypeJSONAsString int = 6 TableCreateTypeTraceCalculation int = 4 TableCreateTypeBufferNullDataPipe int = 5 // Deprecated: TableCreateTypeCV TableCreateTypeCV int = 0 // Deprecated: TableCreateTypeUBW TableCreateTypeUBW int = 3 )
View Source
const (
UBWKafkaStreamField = "body"
)
Variables ¶
View Source
var ( ErrEmptyData = &kerror.KError{Code: 10001, Message: "empty data"} ErrPmsCheck = &kerror.KError{Code: 10002, Message: "Authentication failed"} ErrorUserOauthTypeIsNotPassword = &kerror.KError{Code: 10005, Message: "user oauth type is not user/password"} ErrorRepeatUserName = &kerror.KError{Code: 10006, Message: "repeat username"} ErrSkipConfigureName = &kerror.KError{Code: 10101, Message: "Skipped synchronization file name"} ErrQueryFormatIllegal = &kerror.KError{Code: 10102, Message: "Query format is illegal"} ErrInstanceObj = &kerror.KError{Code: 10103, Message: "The current database is unavailable"} ErrConfigurationIsNoDifference = &kerror.KError{Code: 10104, Message: "Save failed, no update at this time"} ErrAlarmRuleStoreIsClosed = &kerror.KError{Code: 10105, Message: "The alarm storage is not configured"} ErrClusterNameEmpty = &kerror.KError{Code: 10106, Message: "Error: cluster name is empty"} ErrQueryIntervalLimit = &kerror.KError{Code: 10107, Message: "The current query time exceeds the configured limit"} ErrBigdataRTSyncTypeNotSupported = &kerror.KError{Code: 10201, Message: "This type of synchronization operation is not supported"} ErrBigdataRTSyncOperatorTypeNotSupported = &kerror.KError{Code: 10202, Message: "This type of node operation is not supported "} ErrBigdataNotSupportNodeType = &kerror.KError{Code: 10203, Message: "Node type is not supported"} ErrDagExecFailed = &kerror.KError{Code: 10204, Message: "DAG execution failed"} )
View Source
var (
DefaultFields = map[string]interface{}{
"_raw_log_": struct{}{},
"_time_second_": struct{}{},
"_time_nanosecond_": struct{}{},
"_key": struct{}{},
"_headers.name": struct{}{},
"_headers.value": struct{}{},
}
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.