Packages

c

org.apache.sedona.sql.UDF

AbstractCatalog

abstract class AbstractCatalog extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractCatalog
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractCatalog()

Type Members

  1. type FunctionDescription = (FunctionIdentifier, ExpressionInfo, FunctionBuilder)

Abstract Value Members

  1. abstract val aggregateExpressions: Seq[Aggregator[Geometry, _, _]]
  2. abstract val expressions: Seq[FunctionDescription]

Concrete Value Members

  1. def dropAll(sparkSession: SparkSession): Unit
  2. def registerAll(sparkSession: SparkSession): Unit
  3. def registerAll(sqlContext: SQLContext): Unit