Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallExtensionsCmd ¶
type InstallExtensionsCmd struct{}
InstallExtensionsCmd downloads the DuckDB extensions sal queries load.
DuckDB is linked into the binary, but its extensions are not, so they are fetched from extensions.duckdb.org on first use. Running this ahead of time primes that cache, which is what the container image does so that a query never has to reach the network.
func (*InstallExtensionsCmd) Run ¶
func (cmd *InstallExtensionsCmd) Run() error
type QueryCmd ¶
type QueryCmd struct {
Info string `help:"Retrieve quick info about the data product. Options: head, snapshots, column-stats properties" default:"head"`
SnapshotDiff string `` /* 136-byte string literal not displayed */
SPARQL bool `arg:"--sparql" help:"Open an interactive read-only SPARQL shell against the triples table"`
}
Click to show internal directories.
Click to hide internal directories.