MCPcopy 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

12type DataWriter interface {
13 Write(record []string) error
14 Flush()
15}
16
17func execQuery(tree sqlread.SummaryTree, qry sqlread.Query, buff io.ReaderAt, w DataWriter) error {

Callers 4

execQueryFunction · 0.65
showColumnsFunction · 0.65
showCreateTableFunction · 0.65
showTablesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected