You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we already have an Array[Any] in our derivation, it would be more performant to use def rawConstruct(fieldValues: Array[Any]): Type than def rawConstruct(fieldValues: Seq[Any]): Type.
The text was updated successfully, but these errors were encountered:
When we already have an
Array[Any]
in our derivation, it would be more performant to usedef rawConstruct(fieldValues: Array[Any]): Type
thandef rawConstruct(fieldValues: Seq[Any]): Type
.The text was updated successfully, but these errors were encountered: