final case class SegmentString(sf: Option[SharedFile], numElems: Int, minMax: Option[(String, String)]) extends Segment with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SegmentString
- Serializable
- Product
- Equals
- Segment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SegmentString(sf: Option[SharedFile], numElems: Int, minMax: Option[(String, String)])
Type Members
- type BufferType = BufferString
- Definition Classes
- SegmentString → Segment
- type ColumnTagType = StringTag.type
- Definition Classes
- SegmentString → Segment
- type ColumnType = StringColumn
- Definition Classes
- SegmentString → Segment
- type Elem = CharSequence
- Definition Classes
- SegmentString → Segment
- type SegmentType = SegmentString
- Definition Classes
- SegmentString → Segment
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
- def as(c: ColumnTag): ColumnTag.SegmentType
- Definition Classes
- Segment
- def as[S <: Segment { type SegmentType = S }]: S
- Definition Classes
- Segment
- def as(c: Segment): Segment.SegmentType
- Definition Classes
- Segment
- def as(c: Column): Column.SegmentType
- Definition Classes
- Segment
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asSegmentType: SegmentType
- Definition Classes
- Segment
- def buffer(implicit tsc: TaskSystemComponents): IO[BufferType]
- Definition Classes
- SegmentString → Segment
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val minMax: Option[(String, String)]
- Definition Classes
- SegmentString → Segment
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val numElems: Int
- Definition Classes
- SegmentString → Segment
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sf: Option[SharedFile]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tag: StringTag.type
- Definition Classes
- SegmentString → Segment
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)