(assert(map?active-column-names->type)"active-column-names->type should return a map.")
(assert(every?string?(keysactive-column-names->type))"The keys of active-column-names->type should be strings.")
(assert(every?(partialcontains?field/base-types)(valsactive-column-names->type))"The vals of active-column-names->type should be valid Field base types.")