We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e44fc4 commit 95f17aaCopy full SHA for 95f17aa
lib/adbc_column.ex
@@ -1270,31 +1270,6 @@ defmodule Adbc.Column do
1270
end)
1271
end
1272
1273
- # defp list_to_map(nil), do: nil
1274
-
1275
- # defp list_to_map(%Adbc.Column{name: name, type: type, data: data}) do
1276
- # case type do
1277
- # :list ->
1278
- # list = Enum.map(data, &list_to_map/1)
1279
1280
- # if name == "item" do
1281
- # list
1282
- # else
1283
- # {name, list}
1284
- # end
1285
1286
- # :struct ->
1287
- # Enum.map(data, &list_to_map/1)
1288
1289
- # _ ->
1290
1291
- # data
1292
1293
- # {name, data}
1294
1295
1296
1297
1298
def to_list(%Adbc.Column{
1299
type: :run_end_encoded,
1300
data: %{
0 commit comments