@DefaultSchema(value=AutoValueSchema.class) public abstract static class FileWriteSchemaTransformConfiguration.ParquetConfiguration extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FileWriteSchemaTransformConfiguration.ParquetConfiguration.Builder |
Constructor and Description |
---|
ParquetConfiguration() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getCompressionCodecName()
Specifies compression codec.
|
abstract java.lang.Integer |
getRowGroupSize()
Specify row-group size; if not set or zero, a default is used by the underlying writer.
|
public abstract java.lang.String getCompressionCodecName()
public abstract java.lang.Integer getRowGroupSize()