Class IcebergFormatPluginConfig.IcebergFormatPluginConfigBuilder
java.lang.Object
org.apache.drill.exec.store.iceberg.format.IcebergFormatPluginConfig.IcebergFormatPluginConfigBuilder
- Enclosing class:
- IcebergFormatPluginConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
caseSensitive
(Boolean caseSensitive) fromSnapshotId
(Long fromSnapshotId) ignoreResiduals
(Boolean ignoreResiduals) includeColumnStats
(Boolean includeColumnStats) properties
(Map<String, String> properties) snapshotAsOfTime
(Long snapshotAsOfTime) snapshotId
(Long snapshotId) toSnapshotId
(Long toSnapshotId)
-
Constructor Details
-
IcebergFormatPluginConfigBuilder
public IcebergFormatPluginConfigBuilder()
-
-
Method Details
-
properties
public IcebergFormatPluginConfig.IcebergFormatPluginConfigBuilder properties(Map<String, String> properties) -
caseSensitive
public IcebergFormatPluginConfig.IcebergFormatPluginConfigBuilder caseSensitive(Boolean caseSensitive) -
includeColumnStats
public IcebergFormatPluginConfig.IcebergFormatPluginConfigBuilder includeColumnStats(Boolean includeColumnStats) -
ignoreResiduals
public IcebergFormatPluginConfig.IcebergFormatPluginConfigBuilder ignoreResiduals(Boolean ignoreResiduals) -
snapshotId
-
snapshotAsOfTime
public IcebergFormatPluginConfig.IcebergFormatPluginConfigBuilder snapshotAsOfTime(Long snapshotAsOfTime) -
fromSnapshotId
public IcebergFormatPluginConfig.IcebergFormatPluginConfigBuilder fromSnapshotId(Long fromSnapshotId) -
toSnapshotId
-
build
-