MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Start

Method Start

pgserver/dataloader.go:26–26  ·  view source on GitHub ↗

Start prepares the DataLoader for loading data. This may involve creating goroutines, opening files, etc. Start must be called before any calls to LoadChunk.

()

Source from the content-addressed store, hash-verified

24 // Start prepares the DataLoader for loading data. This may involve creating goroutines, opening files, etc.
25 // Start must be called before any calls to LoadChunk.
26 Start() <-chan error
27
28 // LoadChunk reads the records from |data| and inserts them into the previously configured table. Data records
29 // are not guaranteed to stard and end cleanly on chunk boundaries, so implementations must recognize incomplete

Callers 5

mainFunction · 0.65
newTranslateServiceFunction · 0.65
CreateTestServerFunction · 0.65
StartDuckSqlServerFunction · 0.65
handleCopyDataHelperMethod · 0.65

Implementers 1

PipeDataLoaderpgserver/dataloader.go

Calls

no outgoing calls

Tested by

no test coverage detected