sqlformat

package
v8.19.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package sqlformat

Index

Constants

This section is empty.

Variables

View Source
var (
	Csv = SqlFormat{"csv"}

	Json = SqlFormat{"json"}

	Tsv = SqlFormat{"tsv"}

	Txt = SqlFormat{"txt"}

	Yaml = SqlFormat{"yaml"}

	Cbor = SqlFormat{"cbor"}

	Smile = SqlFormat{"smile"}
)

Functions

This section is empty.

Types

type SqlFormat

type SqlFormat struct {
	Name string
}

https://github.com/elastic/elasticsearch-specification/blob/470b4b9aaaa25cae633ec690e54b725c6fc939c7/specification/sql/query/QuerySqlRequest.ts#L153-L161

func (SqlFormat) MarshalText

func (s SqlFormat) MarshalText() (text []byte, err error)

func (SqlFormat) String

func (s SqlFormat) String() string

func (*SqlFormat) UnmarshalText

func (s *SqlFormat) UnmarshalText(text []byte) error

Jump to

Keyboard shortcuts

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