pub fn build_float_translator(
from_dt: DatumType,
to_dt: DatumType,
filter: NodeFilter,
) -> Box<dyn ModelTransform>Expand description
Build Float precision translator given a NodeFilter. If the filter is pass-through,
all nodes will be translated during the transformation.