currently, the transformation return FieldPtr instances, which is used in the TransformedField class.. this should be changed. The transformations could yield actual fields, while TransformedField internally constructs a new ptr from them... this would make the transformations usable in different contexts.
currently, the transformation return
FieldPtrinstances, which is used in theTransformedFieldclass.. this should be changed. The transformations could yield actual fields, whileTransformedFieldinternally constructs a new ptr from them... this would make the transformations usable in different contexts.