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 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.
Types ¶
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
Click to show internal directories.
Click to hide internal directories.