Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ Error
Method
Error
backend/plugin/parser/base/base.go:13–15 ·
view source on GitHub ↗
Error returns the error message.
()
Source
from the content-addressed store, hash-verified
11
12
// Error returns the error message.
13
func
(e *SyntaxError) Error() string {
14
return
e.Message
15
}
16
17
func
GetOffsetLength(total int) int {
18
length := 1
Callers
15
TestAnalyzeMaskingStatement
Function · 0.45
TestParseMongoShellSyntaxError
Function · 0.45
convertParseError
Function · 0.45
TestValidateQuery
Function · 0.45
parseMariaDBStatement
Function · 0.45
TestParseCosmosDB
Function · 0.45
TestParseCosmosDBErrors
Function · 0.45
parseMySQLStatement
Function · 0.45
TestOmniQuerySpanScenarioBatch4_JSONTableCoverage
Function · 0.45
TestOmniQuerySpanScenarioBatch3_ErrorAndMetadataCoverage
Function · 0.45
TestMySQLOmniQuerySpanGoldenHarness
Function · 0.45
TestValidateSQLForEditor
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestAnalyzeMaskingStatement
Function · 0.36
TestParseMongoShellSyntaxError
Function · 0.36
TestValidateQuery
Function · 0.36
TestParseCosmosDB
Function · 0.36
TestParseCosmosDBErrors
Function · 0.36
TestOmniQuerySpanScenarioBatch4_JSONTableCoverage
Function · 0.36
TestOmniQuerySpanScenarioBatch3_ErrorAndMetadataCoverage
Function · 0.36
TestMySQLOmniQuerySpanGoldenHarness
Function · 0.36
TestValidateSQLForEditor
Function · 0.36
TestGetQuerySpanCyclicViewReference
Function · 0.36
TestDorisSQLParser
Function · 0.36
TestRestoreOmniBoundaryCases
Function · 0.36