Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-parquet
/
io.airbyte.cdk.load.file.parquet
/
ParquetWriterConfiguration
Parquet
Writer
Configuration
data
class
ParquetWriterConfiguration
(
val
compressionCodecName
:
String
,
val
blockSizeMb
:
Int
,
val
maxPaddingSizeMb
:
Int
,
val
pageSizeKb
:
Int
,
val
dictionaryPageSizeKb
:
Int
,
val
dictionaryEncoding
:
Boolean
)
Members
Constructors
Parquet
Writer
Configuration
Link copied to clipboard
constructor
(
compressionCodecName
:
String
,
blockSizeMb
:
Int
,
maxPaddingSizeMb
:
Int
,
pageSizeKb
:
Int
,
dictionaryPageSizeKb
:
Int
,
dictionaryEncoding
:
Boolean
)
Properties
block
Size
Mb
Link copied to clipboard
val
blockSizeMb
:
Int
compression
Codec
Link copied to clipboard
val
compressionCodec
:
CompressionCodecName
compression
Codec
Name
Link copied to clipboard
val
compressionCodecName
:
String
dictionary
Encoding
Link copied to clipboard
val
dictionaryEncoding
:
Boolean
dictionary
Page
Size
Kb
Link copied to clipboard
val
dictionaryPageSizeKb
:
Int
max
Padding
Size
Mb
Link copied to clipboard
val
maxPaddingSizeMb
:
Int
page
Size
Kb
Link copied to clipboard
val
pageSizeKb
:
Int