Does InMemoryDatasets support the Tables interface?

See title. I wonder because it is not listed in Tables.jl/INTEGRATIONS.md at main · JuliaData/Tables.jl · GitHub .

I guess yes,

ds=Dataset(x=[1,2])
IMD.Tables.istable(ds)