object ParquetTypeSortedBucketIO
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParquetTypeSortedBucketIO
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Read[T](tupleTag: TupleTag[T], inputDirectories: Seq[String] = Nil, filenameSuffix: String = DefaultSuffix, filterPredicate: FilterPredicate = null, predicate: Predicate[T] = null, configuration: Configuration = new Configuration())(implicit evidence$21: Coder[T], evidence$22: ParquetType[T]) extends SortedBucketIO.Read[T] with Product with Serializable
- case class TransformOutput[K1, K2, T](keyFieldPrimary: String, keyFieldSecondary: Option[String], compression: CompressionCodecName = ParquetTypeFileOperations.DefaultCompression, configuration: Configuration = new Configuration(), filenamePrefix: String = SortedBucketIO.DEFAULT_FILENAME_PREFIX, outputDirectory: ResourceId = null, tempDirectory: ResourceId = null, filenameSuffix: String = DefaultSuffix)(implicit evidence$28: ClassTag[K1], evidence$29: ClassTag[K2], evidence$30: ClassTag[T], evidence$31: Coder[T], evidence$32: ParquetType[T]) extends SortedBucketIO.TransformOutput[K1, K2, T] with Product with Serializable
- case class Write[K1, K2, T](keyFieldPrimary: String, keyFieldSecondary: Option[String], compression: CompressionCodecName = ParquetTypeFileOperations.DefaultCompression, configuration: Configuration = new Configuration(), numBuckets: Integer = null, numShards: Int = SortedBucketIO.DEFAULT_NUM_SHARDS, filenamePrefix: String = SortedBucketIO.DEFAULT_FILENAME_PREFIX, hashType: HashType = SortedBucketIO.DEFAULT_HASH_TYPE, outputDirectory: ResourceId = null, tempDirectory: ResourceId = null, filenameSuffix: String = DefaultSuffix, sorterMemoryMb: Int = SortedBucketIO.DEFAULT_SORTER_MEMORY_MB, keyCacheSize: Int = 0)(implicit evidence$23: ClassTag[K1], evidence$24: ClassTag[K2], evidence$25: ClassTag[T], evidence$26: Coder[T], evidence$27: ParquetType[T]) extends SortedBucketIO.Write[K1, K2, T] with Product with Serializable
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]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read[T](tupleTag: TupleTag[T])(implicit arg0: Coder[T], arg1: ParquetType[T]): Read[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transformOutput[K1, K2, T](keyFieldPrimary: String, keyFieldSecondary: String)(implicit arg0: ClassTag[K1], arg1: ClassTag[K2], arg2: ClassTag[T], arg3: Coder[T], arg4: ParquetType[T]): TransformOutput[K1, K2, T]
- def transformOutput[K, T](keyField: String)(implicit arg0: ClassTag[K], arg1: ClassTag[T], arg2: Coder[T], arg3: ParquetType[T]): TransformOutput[K, Void, T]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def write[K1, K2, T](keyFieldPrimary: String, keyFieldSecondary: String)(implicit arg0: ClassTag[K1], arg1: ClassTag[K2], arg2: ClassTag[T], arg3: Coder[T], arg4: ParquetType[T]): Write[K1, K2, T]
- def write[K, T](keyField: String)(implicit arg0: ClassTag[K], arg1: ClassTag[T], arg2: Coder[T], arg3: ParquetType[T]): Write[K, Void, T]