BinaryExprType

wvlet.airframe.sql.model.Expression$.BinaryExprType
sealed abstract class BinaryExprType(val symbol: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Add.type
object Divide.type
object Modulus.type
object Multiply.type
object Subtract.type

Members list

Concise view

Value members

Concrete fields

val symbol: String