arcxengine

package
v0.0.0-...-9dda675 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Available

func Available() bool

Available reports whether the arcx engine is linked in. False in this build.

func Query

func Query(sql string, ctx Context) (arrow.Record, error)

Query always declines in the stub build — the caller falls back to DuckDB.

func QueryStream

func QueryStream(sql string, ctx Context) (array.RecordReader, error)

QueryStream always declines in the stub build. Was missing entirely — the untagged build never calls it, so its absence compiled fine and would only have broken the first time someone referenced it from shared (non-tagged) code.

func Version

func Version() string

Version returns empty in the stub build.

Types

type Context

type Context struct {
	Database    string
	Measurement string
	TimeColumn  string
	AllowedDirs []string
}

Context mirrors the real build's type so callers compile identically.

type ErrUnsupported

type ErrUnsupported struct {
	// contains filtered or unexported fields
}

ErrUnsupported mirrors the real build's type.

func (ErrUnsupported) Error

func (e ErrUnsupported) Error() string

Jump to

Keyboard shortcuts

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