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

Struct LoadDataResults

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

LoadDataResults contains the results of a load data operation, including the number of rows loaded.

Source from the content-addressed store, hash-verified

42 // including how many rows were inserted.
43 Finish(ctx *sql.Context) (*LoadDataResults, error)
44}
45
46// LoadDataResults contains the results of a load data operation, including the number of rows loaded.
47type LoadDataResults struct {
48 // RowsLoaded contains the total number of rows inserted during a load data operation.
49 RowsLoaded int32
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected