title |
description |
aliases |
menu |
weight |
System built-ins |
When a built-in value is not expressible in Flux, its value may be defined by the hosting environment. All such values must have a corresponding builtin statement to declare the existence and type of the built-in value.
|
/v2.0/reference/flux/language/built-ins/system-built-ins/ |
|
v2_0_ref |
name |
parent |
System built-ins |
Flux specification |
|
|
206 |
When a built-in value is not expressible in Flux, its value may be defined by the hosting environment.
All such values must have a corresponding builtin statement to declare the existence and type of the built-in value.
BuiltinStatement = "builtin" identifer ":" TypeExpression
Example
builtin from : (bucket: string, bucketID: string) -> stream