RawAccessorDataScope
class RawAccessorDataScope(val archetype: Archetype, val perArchetypeData: List<List<Any?>>, val row: Int) : ArchetypeCacheScope
An ArchetypeCacheScope with a reference to a specific entity in that archetype. It will be processed by an Accessor into a ResultScope.
Note: This extends ArchetypeCacheScope to allow accessors to read their per archetype cache when processing data.