case class ExpressionSchema extends Product with Serializable
ExpressionSchema is builder class that construct an expression with its metadata.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExpressionSchema
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-  val bounds: Bounds
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
-  val description: String
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-  val expr: Expression
-  val exprQuery: String
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-  val labels: Map[String, String]
-  val name: String
-  val namespace: Seq[String]
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-  def schemaKey(): ExpressionSchemaKey
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-  val unit: MetricUnit
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-  def withBounds(bounds: Bounds): ExpressionSchema
-  def withDescription(description: String): ExpressionSchema
-  def withLabel(labelName: String, labelValue: String): ExpressionSchema
-    def withNamespace(name: String*): ExpressionSchemaConfigure the expression with the given namespaces. Configure the expression with the given namespaces. The path can be composed of segments or a single string. This is for multi-tenancy system tenants or similar concepts and should remain unset for standalone services. 
-  def withUnit(unit: MetricUnit): ExpressionSchema