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

Method SetDefaults

plugins/destination/duckdb/client/spec.go:27–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25var JSONSchema string
26
27func (s *Spec) SetDefaults() {
28 if s.BatchSize == 0 {
29 s.BatchSize = defaultBatchSize
30 }
31 if s.BatchSizeBytes == 0 {
32 s.BatchSizeBytes = defaultBatchSizeBytes
33 }
34}

Callers 2

TestConnectionFunction · 0.95
NewFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestConnectionFunction · 0.76