final class DatasetSchema extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatasetSchema
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DatasetSchema(valueExprIndex: Map[Expression[_], Int], refExprIndex: Map[Expression[_], Int], nameMapping: Map[String, Int], table: Option[Table])
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def dimIdFieldIndex(tag: Byte): Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val exprIndex: Map[Expression[_], Int]
- def fieldIndex(fieldName: String): Int
- def fieldIndex(tag: Byte): Int
- def fieldIndex(expr: Expression[_]): Int
- def fieldOffset(index: Int): Int
- def fieldSize(index: Int): Int
- val fixedLengthFieldsBytesSize: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExpr(index: Int): Expression[_]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isFixed(index: Int): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRef(fieldIndex: Int): Boolean
- def isValue(fieldIndex: Int): Boolean
- val nameMapping: Map[String, Int]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def needId(tag: Byte): Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val numOfFields: Int
- val numOfRefFields: Int
- def refFieldOrdinal(fieldIndex: Int): Int
- def refFieldOrdinal(expr: Expression[_]): Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeFieldIndex: Int
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withFieldName(i: Int, newFieldName: String): DatasetSchema
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)