-
Couldn't load subscription status.
- Fork 44
Open
Description
There's no reason why LazyRow can only work with StructArray, for example we had this for a while now:
https://github.com/JuliaHEP/UnROOT.jl/blob/5f9ae4f21f04bf61f56f0ccabe7942754e07f7d9/src/iteration.jl#L196-L199
but essentially for any table-like structure, we simply have:
@inline function Base.getproperty(evt::LazyEvent, s::Symbol)
@inbounds getproperty(Core.getfield(evt, :tree), s)[Core.getfield(evt, :idx)]
endand basically this is just saying LazyRow wraps a object that support parent.col[idx]
Metadata
Metadata
Assignees
Labels
No labels