query

package
v0.0.0-...-2e3bce1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

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"`
}

func (*QueryCmd) Run

func (cmd *QueryCmd) Run() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL