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
trait SQLFunction
class Object
trait Matchable
class Any
Show all

Members list

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