Packages

object OrcShims extends OrcShims311until320Base

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrcShims
  2. OrcShims311until320Base
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def closeReader(reader: Reader): Unit
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def filterStripes(stripes: Seq[StripeInformation], conf: Configuration, orcReader: Reader, dataReader: DataReader, gen: (StripeInformation, StripeFooter, Array[Int]) ⇒ OrcOutputStripe, evolution: SchemaEvolution, sargApp: SargApplier, sargColumns: Array[Boolean], ignoreNonUtf8BloomFilter: Boolean, writerVersion: WriterVersion, fileIncluded: Array[Boolean], columnMapping: Array[Int]): ArrayBuffer[OrcOutputStripe]
    Definition Classes
    OrcShims311until320Base
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def forcePositionalEvolution(conf: Configuration): Boolean
    Definition Classes
    OrcShims311until320Base
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getOrcSchemaString(dt: DataType): String
    Definition Classes
    OrcShims311until320Base
  14. def getStripeStatisticsLength(ps: PostScript): Long
    Definition Classes
    OrcShims311until320Base
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def newDataReaderPropertiesBuilder(compressionSize: Int, compressionKind: CompressionKind, typeCount: Int): Builder
    Definition Classes
    OrcShims311until320Base
  19. def newOrcOutStream(name: String, bufferSize: Int, codec: CompressionCodec, receiver: OutputReceiver): OutStream
    Definition Classes
    OrcShims311until320Base
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def parseFooterFromBuffer(bb: ByteBuffer, ps: PostScript, psLen: Int): Footer
    Definition Classes
    OrcShims311until320Base
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def typeDescriptionEqual(lhs: TypeDescription, rhs: TypeDescription): Boolean

    Compare if the two TypeDescriptions are equal by ignoring attribute

    Compare if the two TypeDescriptions are equal by ignoring attribute

    Definition Classes
    OrcShims311until320Base
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def withReader[T <: AutoCloseable, V](r: T)(block: (T) ⇒ V): V

Inherited from OrcShims311until320Base

Inherited from AnyRef

Inherited from Any

Ungrouped