We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3304150 commit 85eca78Copy full SHA for 85eca78
test/support/flux_parser.ex
@@ -55,6 +55,8 @@ defmodule TelemetryInfluxDB.Test.FluxParser do
55
|> Enum.map(fn table_rows -> List.insert_at(table_rows, 0, headers) end)
56
end
57
58
+ def get_column_types([]), do: []
59
+
60
def get_column_types(annotation_data) do
61
col_types_index =
62
annotation_data
0 commit comments