protected def withExpr()

in src/main/scala/org/apache/spark/sql/datasketches/common/DatasketchesScalaFunctionsBase.scala [27:31]


  protected def withExpr(expr: => Expression): Column = Column(expr)

  protected def withAggregateFunction(func: AggregateFunction): Column = {
    Column(func.toAggregateExpression())
  }