Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudspannerecosystem/spanner-cli
/ BuildStatement
Function
BuildStatement
statement.go:137–139 ·
view source on GitHub ↗
(input string)
Source
from the content-addressed store, hash-verified
135
)
136
137
func
BuildStatement(input string) (Statement, error) {
138
return
BuildStatementWithComments(input, input)
139
}
140
141
func
BuildStatementWithComments(stripped, raw string) (Statement, error) {
142
switch
{
Callers
10
TestBuildStatement
Function · 0.85
TestSelect
Function · 0.85
TestDml
Function · 0.85
TestReadWriteTransaction
Function · 0.85
TestReadOnlyTransaction
Function · 0.85
TestShowCreateTable
Function · 0.85
TestShowColumns
Function · 0.85
TestShowIndexes
Function · 0.85
TestTruncateTable
Function · 0.85
TestPartitionedDML
Function · 0.85
Calls
1
BuildStatementWithComments
Function · 0.85
Tested by
10
TestBuildStatement
Function · 0.68
TestSelect
Function · 0.68
TestDml
Function · 0.68
TestReadWriteTransaction
Function · 0.68
TestReadOnlyTransaction
Function · 0.68
TestShowCreateTable
Function · 0.68
TestShowColumns
Function · 0.68
TestShowIndexes
Function · 0.68
TestTruncateTable
Function · 0.68
TestPartitionedDML
Function · 0.68