dataql

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2026 License: MIT Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Version is set by the main package during initialization

Functions

This section is empty.

Types

type DataQL

type DataQL interface {
	Run() error
	Close() error
}

DataQL is the main interface for the data query engine

func New

func New(params Params) (DataQL, error)

New creates a new DataQL instance

type Params

type Params struct {
	FileInputs     []string
	DataSourceName string
	Delimiter      string
	Query          string
	Export         string
	Type           string
	Lines          int
	Collection     string
	Verbose        bool
	InputFormat    string // Input format for stdin (csv, json, jsonl, xml, yaml)
}

Jump to

Keyboard shortcuts

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