MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / rowTransformer

FuncType rowTransformer

plugins/destination/meilisearch/client/write.go:64–64  ·  view source on GitHub ↗
func(record arrow.RecordBatch) ([]map[string]any, error)

Source from the content-addressed store, hash-verified

62}
63
64type rowTransformer func(record arrow.RecordBatch) ([]map[string]any, error)
65
66func toMap(table *schema.Table) rowTransformer {
67 columns := table.Columns.Names()

Callers 1

tableTransformerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected