Documentation
¶
Index ¶
- Variables
- func HasBoolResult(name string) bool
- type Abs
- type Ceil
- type Fields
- type Floor
- type FromBase64
- type FromHex
- type Interface
- type Is
- type IsErr
- type Join
- type KSUIDToString
- type LenFn
- type Log
- type Mod
- type NameOf
- type NetworkOf
- type ParseURI
- type ParseZSON
- type Pow
- type Replace
- type Round
- type RuneLen
- type Split
- type Sqrt
- type ToBase64
- type ToHex
- type ToLower
- type ToUpper
- type Trim
- type Trunc
- type TypeOf
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 ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#abs.md
type Ceil ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#ceil
type Fields ¶ added in v0.33.0
type Fields struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#fields
type Floor ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#floor
type FromBase64 ¶ added in v0.33.0
type FromBase64 struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#from_base64
type FromHex ¶ added in v0.33.0
type FromHex struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#from_hex
type Is ¶ added in v0.33.0
type Is struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#is
type IsErr ¶ added in v0.33.0
type IsErr struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#iserr
type Join ¶ added in v0.33.0
type Join struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#join
type KSUIDToString ¶ added in v0.33.0
type KSUIDToString struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#ksuid
type LenFn ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#len
type Log ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#log
type Mod ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#mod
type NameOf ¶ added in v0.33.0
type NameOf struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#nameof
type NetworkOf ¶ added in v0.33.0
type NetworkOf struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#network_of
type ParseURI ¶ added in v0.33.0
type ParseURI struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#parse_uri
type ParseZSON ¶ added in v0.33.0
type ParseZSON struct {
// contains filtered or unexported fields
}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#parse_zson
type Pow ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#pow
type Replace ¶ added in v0.33.0
type Replace struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#replace
type Round ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#round
type RuneLen ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#run_len
type Split ¶ added in v0.33.0
type Split struct {
// contains filtered or unexported fields
}
// https://github.com/brimdata/zed/blob/main/docs/language/functions.md#split
type Sqrt ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#sqrt
type ToBase64 ¶ added in v0.33.0
type ToBase64 struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#to_base64
type ToHex ¶ added in v0.33.0
type ToHex struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#to_hex
type ToLower ¶ added in v0.33.0
type ToLower struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#to_lower
type ToUpper ¶ added in v0.33.0
type ToUpper struct{}
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#to_upper
type Trunc ¶ added in v0.33.0
https://github.com/brimdata/zed/blob/main/docs/language/functions.md#trunc