Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
var
JSONSchema string
26
27
func
(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
TestConnection
Function · 0.95
New
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestConnection
Function · 0.76