in python/src/datasketches_spark/common.py [0:0]
def _get_common_functions_class() -> JavaClass:
global _common_functions_class
if _common_functions_class is None:
_common_functions_class = _get_jvm_class("org.apache.spark.sql.datasketches.common.functions")
return _common_functions_class