Interface PhysicalWriteInfo
@Evolving
public interface PhysicalWriteInfo
This interface contains physical write information that data sources can use when
 generating a 
DataWriterFactory or a StreamingDataWriterFactory.- Since:
- 3.0.0
- 
Method SummaryModifier and TypeMethodDescriptionintThe number of partitions of the input data that is going to be written.
- 
Method Details- 
numPartitionsint numPartitions()The number of partitions of the input data that is going to be written.
 
-