I’m having troubles using the lifting functionality in Query.jl and DataValues.jl with dot syntax.
If I simply try the following
using DataValues
a = DataValue(0.4)
a .* 2
I get the this error:
ERROR: MethodError: no method matching length(::DataValue{Float64})
How is this supposed to work?
Julia version:
Julia Version 1.9.0-rc1
Commit 3b2e0d8fbc1 (2023-03-07 07:51 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.4.0)
CPU: 8 × Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
Threads: 4 on 6 virtual cores
Query.jl version: 1.0.0
DataValues.jl vesion: 0.14.13