Builder

class Builder[A](surface: Surface, file: OutputFile) extends Builder[A, Builder[A]]
class Builder[A, Builder[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getWriteSupport(conf: Configuration): WriteSupport[A]
Definition Classes
Builder
override def self(): Builder[A]
Definition Classes
Builder

Inherited methods

@throws(java.io.IOException)
def build(): ParquetWriter[A]
Inherited from:
Builder
def config(x$0: String, x$1: String): Builder[A]
Inherited from:
Builder
Inherited from:
Builder
Inherited from:
Builder
Inherited from:
Builder
def withBloomFilterEnabled(x$0: String, x$1: Boolean): Builder[A]
Inherited from:
Builder
def withBloomFilterEnabled(x$0: Boolean): Builder[A]
Inherited from:
Builder
def withBloomFilterNDV(x$0: String, x$1: Long): Builder[A]
Inherited from:
Builder
def withByteStreamSplitEncoding(x$0: Boolean): Builder[A]
Inherited from:
Builder
def withCompressionCodec(x$0: CompressionCodecName): Builder[A]
Inherited from:
Builder
def withConf(x$0: Configuration): Builder[A]
Inherited from:
Builder
def withDictionaryEncoding(x$0: String, x$1: Boolean): Builder[A]
Inherited from:
Builder
def withDictionaryEncoding(x$0: Boolean): Builder[A]
Inherited from:
Builder
Inherited from:
Builder
def withEncryption(x$0: FileEncryptionProperties): Builder[A]
Inherited from:
Builder
def withMaxPaddingSize(x$0: Int): Builder[A]
Inherited from:
Builder
Inherited from:
Builder
Inherited from:
Builder
def withPageRowCountLimit(x$0: Int): Builder[A]
Inherited from:
Builder
def withPageSize(x$0: Int): Builder[A]
Inherited from:
Builder
Inherited from:
Builder
def withRowGroupSize(x$0: Long): Builder[A]
Inherited from:
Builder
def withValidation(x$0: Boolean): Builder[A]
Inherited from:
Builder
def withWriteMode(x$0: Mode): Builder[A]
Inherited from:
Builder
def withWriterVersion(x$0: WriterVersion): Builder[A]
Inherited from:
Builder

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def withRowGroupSize(x$0: Int): Builder[A]
Deprecated
Inherited from:
Builder