Package org.apache.iceberg.orc
Class ORC.DataWriteBuilder
java.lang.Object
org.apache.iceberg.orc.ORC.DataWriteBuilder
- Enclosing class:
- ORC
- 
Method SummaryModifier and TypeMethodDescription<T> DataWriter<T> build()createWriterFunc(BiFunction<Schema, org.apache.orc.TypeDescription, OrcRowWriter<?>> writerFunction) metricsConfig(MetricsConfig newMetricsConfig) overwrite(boolean enabled) withKeyMetadata(EncryptionKeyMetadata metadata) withPartition(StructLike newPartition) withSortOrder(SortOrder newSortOrder) withSpec(PartitionSpec newSpec) 
- 
Method Details- 
forTable
- 
schema
- 
set
- 
setAll
- 
meta
- 
overwrite
- 
overwrite
- 
metricsConfig
- 
createWriterFuncpublic ORC.DataWriteBuilder createWriterFunc(BiFunction<Schema, org.apache.orc.TypeDescription, OrcRowWriter<?>> writerFunction) 
- 
withSpec
- 
withPartition
- 
withKeyMetadata
- 
withSortOrder
- 
build
 
-