Documentation ¶
Index ¶
- Variables
- func HasBoolResult(name string) bool
- type Abs
- type Base64
- type Bucket
- type Ceil
- type Error
- type Fields
- type Flatten
- type Floor
- type Hex
- type Interface
- type Is
- type IsErr
- type Join
- type KSUIDToString
- type Kind
- type LenFn
- type Log
- type NameOf
- type NetworkOf
- type Now
- type ParseURI
- type ParseZSON
- type Pow
- type Quiet
- type Replace
- type Round
- type RuneLen
- type Split
- type Sqrt
- type ToLower
- type ToUpper
- type Trim
- type TypeOf
- type Under
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func HasBoolResult ¶
HasBoolResult returns true if the function name returns a Boolean value. XXX This is a hack so the semantic compiler can determine if a single call expr is a Filter or Put proc. At some point function declarations should have signatures so the return type can be introspected.
Types ¶
type Abs ¶
type Abs struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#abs.md
type Base64 ¶
type Base64 struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#base64
type Bucket ¶
type Bucket struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#bucket
type Ceil ¶
type Ceil struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#ceil
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#error
type Fields ¶
type Fields struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#fields
type Flatten ¶
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#flatten
func NewFlatten ¶
type Floor ¶
type Floor struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#floor
type Hex ¶
type Hex struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#hex
type Is ¶
type Is struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#is
type IsErr ¶
type IsErr struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#iserr
type Join ¶
type Join struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#join
type KSUIDToString ¶
type KSUIDToString struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#ksuid
type Kind ¶
type Kind struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#kind
type LenFn ¶
type LenFn struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#len
type Log ¶
type Log struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#log
type NameOf ¶
type NameOf struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#nameof
type NetworkOf ¶
type NetworkOf struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#network_of
type Now ¶
type Now struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#now
type ParseURI ¶
type ParseURI struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#parse_uri
type ParseZSON ¶
type ParseZSON struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#parse_zson
type Pow ¶
type Pow struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#pow
type Quiet ¶
type Quiet struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#quiet
type Replace ¶
type Replace struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#replace
type Round ¶
type Round struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#round
type RuneLen ¶
type RuneLen struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#run_len
type Split ¶
type Split struct {
// contains filtered or unexported fields
}
// https://github.com/brimdata/zed/blob/main/docs/language/functions.md#split
type Sqrt ¶
type Sqrt struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#sqrt
type ToLower ¶
type ToLower struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#to_lower
type ToUpper ¶
type ToUpper struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#to_upper
type TypeOf ¶
type TypeOf struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#typeof