Package io.trino.parquet.writer
Class ParquetWriterOptions
- java.lang.Object
-
- io.trino.parquet.writer.ParquetWriterOptions
-
public class ParquetWriterOptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParquetWriterOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_BATCH_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParquetWriterOptions.Builderbuilder()intgetBatchSize()intgetMaxPageSize()longgetMaxRowGroupSize()
-
-
-
Field Detail
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static ParquetWriterOptions.Builder builder()
-
getMaxRowGroupSize
public long getMaxRowGroupSize()
-
getMaxPageSize
public int getMaxPageSize()
-
getBatchSize
public int getBatchSize()
-
-