object OrcShims extends OrcShims320untilAllBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OrcShims
- OrcShims320untilAllBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native()
-
def
closeReader(reader: Reader): Unit
- Definition Classes
- OrcShims320untilAllBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
- OrcShims320untilAllBase
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
forcePositionalEvolution(conf: Configuration): Boolean
- Definition Classes
- OrcShims320untilAllBase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrcSchemaString(dt: DataType): String
-
def
getStripeStatisticsLength(ps: PostScript): Long
- Definition Classes
- OrcShims320untilAllBase
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newDataReaderPropertiesBuilder(compressionSize: Int, compressionKind: CompressionKind, typeCount: Int): Builder
- Definition Classes
- OrcShims320untilAllBase
-
def
newOrcOutStream(name: String, bufferSize: Int, codec: CompressionCodec, receiver: OutputReceiver): OutStream
- Definition Classes
- OrcShims320untilAllBase
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parseFooterFromBuffer(bb: ByteBuffer, ps: PostScript, psLen: Int): Footer
- Definition Classes
- OrcShims320untilAllBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- OrcShims320untilAllBase
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withReader[T <: Reader, V](r: T)(block: (T) ⇒ V): V
- Definition Classes
- OrcShims320untilAllBase