class ColumnBufferCallback extends Callback
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColumnBufferCallback
- Callback
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ColumnBufferCallback(name: String, maxLines: Long, header: Boolean, columnTypes: Array[(Int, ColumnTag, Option[InstantParser])], maxSegmentLength: Int)(implicit tsc: TaskSystemComponents)
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
- val allHeaderFields: ArrayBuffer[String]
- def allocateBuffers(): Array[org.saddle.Buffer[_ >: Int with String with Long with Double]]
- def apply(s: Array[Char], from: Array[Int], to: Array[Int], len: Int, eol: Array[Int]): Control
- Definition Classes
- ColumnBufferCallback → Callback
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var bufdata: Array[_]
- 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
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- var headerAllFields: Int
- val headerFields: ArrayBuffer[String]
- var headerLocFields: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val locs: Array[Int]
- 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 parsers: Array[Option[InstantParser]]
- val segments: Vector[ArrayBuffer[Segment]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val types: Array[ColumnTag]
- def uploadAndResetBufData(force: Boolean): Unit
- 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)