function

package
v0.10.6 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Argument

type Argument struct {
	Name        string
	DataType    string
	Default     interface{}
	Required    bool
	Description string
}

type Function

type Function interface {
	Name() string
	Description() string
	Signature
	Apply(args []string, column *sqlparser.Column, resource *view.Resource, aView *view.View) error
}

func Lookup

func Lookup(name string) Function

Lookup returns dql function if defined

type Registry

type Registry struct {
	// contains filtered or unexported fields
}

func (*Registry) Register

func (r *Registry) Register(function Function)

type Signature

type Signature interface {
	Arguments() []*Argument
}

Jump to

Keyboard shortcuts

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