UnboundFunction

wvlet.airframe.sql.catalog.UnboundFunction
See theUnboundFunction companion object
case class UnboundFunction(name: String, args: Seq[DataType], returnType: DataType) extends SQLFunction

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def bind(typeArgMap: Map[String, DataType]): BoundFunction

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product