latis-data / latis3

Apache License 2.0
8 stars 1 forks source link

Add sum operation to registry and DSL #650

Closed dlindhol closed 12 months ago

dlindhol commented 1 year ago

Oops, forgot to make sum usable in the APIs

dlindhol commented 1 year ago

Hmm, DataCodec pattern match isn't total now that I've "inserted" NumericValue and IntegralValue between ValueType and the individual types. Should I extract them from the ValueType hierarchy and just use them with with?