content/flux/v0/stdlib/internal/promql/emptytable.md
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.
() => stream[{_value: float, _time: time, _stop: time, _start: time}]
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}