engine

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EngineOpts

type EngineOpts struct {
	ShowFile  bool
	ShowIndex bool
}

EngineOpts controls optional engine behaviors.

type Result

type Result struct {
	Objects []any
}

Result holds the output of a query execution.

func Execute

func Execute(objects []any, queryStr string, opts EngineOpts) (*Result, error)

Execute parses the query string and applies the query pipeline to the objects.

Jump to

Keyboard shortcuts

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