test

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2025 License: BSD-3-Clause-Clear Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KEY int = iota
	EQUALS
	IDENT
	DIVIDER
	TEXT
)

Variables

This section is empty.

Functions

func SQLizerForInputFile

func SQLizerForInputFile(path string) (*duckql.SQLizer, string, error)

Types

type Section

type Section struct {
	Type string
	Of   string
	Text string
}

func ParseFile

func ParseFile(path string) ([]Section, error)

type StructDescription

type StructDescription struct {
	Name   string
	Fields []StructDescriptionField
}

type StructDescriptionField

type StructDescriptionField struct {
	Name string
	Type string
	Tag  string
}

func (*StructDescriptionField) ReflectType

func (f *StructDescriptionField) ReflectType() reflect.Type

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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