Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donatj/sqlread
/ Flush
Method
Flush
cmd/sqlread/query.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
type
DataWriter
interface
{
13
Write(record []string) error
14
Flush()
15
}
16
17
func
execQuery(tree sqlread.SummaryTree, qry sqlread.Query, buff io.ReaderAt, w DataWriter) error {
Callers
4
execQuery
Function · 0.65
showColumns
Function · 0.65
showCreateTable
Function · 0.65
showTables
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected