We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52325dc commit 775ff95Copy full SHA for 775ff95
1 file changed
DifferentiationInterfaceTest/src/tests/benchmark.jl
@@ -88,6 +88,7 @@ end
88
89
Tables.istable(::Type{DifferentiationBenchmark}) = true
90
Tables.rowaccess(::Type{DifferentiationBenchmark}) = true
91
+Tables.columnaccess(::Type{DifferentiationBenchmark}) = false
92
Tables.rows(data::DifferentiationBenchmark) = data.rows
93
94
"""
0 commit comments