fn calculate_cell_child_property<F>( name: &str, args: ScalarFunctionArgs, calculator: F, ) -> Result<ColumnarValue>where F: Fn(CellIndex, Resolution) -> Option<u64>,