result

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	Columns []*column.Column `yaml:"columns,omitempty" json:"columns,omitempty"`
	Data    [][]any          `yaml:"data,omitempty" json:"data,omitempty"`
}

func FromAvro

func FromAvro(uri string) (*Result, error)

func FromDynamo

func FromDynamo(items []map[string]types.AttributeValue) (*Result, error)

func FromJson

func FromJson(json map[string]any) (*Result, error)

func FromMessage

func FromMessage(message string) (*Result, error)

func FromRows

func FromRows(rows *sql.Rows) (*Result, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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