dataql

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2026 License: MIT Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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