Documentation

promql.emptyTable() function

promql.emptyTable() returns an empty table, which is used as a helper function to implement PromQL’s time() and vector() functions.

Important: The internal/promql package is not meant for external use.

Function type signature
() => stream[{_value: float, _time: time, _stop: time, _start: time}]

For more information, see Function type signatures.


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more