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
The base Datatype contains many extraneous parameters, which we don't necessarily need (encoder for example).
We should add an intermediate class in the hierarchy to solve this, which we can subclass with Vector.
Vector will have its encode implementation based on this suggestion: #2562 (comment)
The text was updated successfully, but these errors were encountered:
blythed
changed the title
[DATATYPE] Create base Datatype without all parameters and use it for "switch" Vector type
[DATATYPE] Create base DataType without all parameters and use it for "switch" Vector type
Nov 19, 2024
The base
Datatype
contains many extraneous parameters, which we don't necessarily need (encoder
for example).We should add an intermediate class in the hierarchy to solve this, which we can subclass with
Vector
.Vector
will have itsencode
implementation based on this suggestion: #2562 (comment)The text was updated successfully, but these errors were encountered: