MCPcopy Create free account
hub / github.com/dolthub/doltgresql / SetNextDataChunk

Method SetNextDataChunk

core/dataloader/tabdataloader.go:146–149  ·  view source on GitHub ↗
(ctx *sql.Context, data *bufio.Reader)

Source from the content-addressed store, hash-verified

144}
145
146func (tdl *TabularDataLoader) SetNextDataChunk(ctx *sql.Context, data *bufio.Reader) error {
147 tdl.nextDataChunk = data
148 return nil
149}
150
151// Finish completes the current load data operation and finalizes the data that has been inserted.
152func (tdl *TabularDataLoader) Finish(ctx *sql.Context) (*LoadDataResults, error) {

Callers 1

TestTabDataLoaderFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestTabDataLoaderFunction · 0.76