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

Struct ArrowDataLoader

pgserver/arrowloader.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16type ArrowDataLoader struct {
17 PipeDataLoader
18 arrowName string
19 options string
20}
21
22var _ DataLoader = (*ArrowDataLoader)(nil)
23
24func NewArrowDataLoader(ctx *sql.Context, handler *DuckHandler, schema string, table sql.InsertableTable, columns tree.NameList, options string) (DataLoader, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected