Class UnknownPartitioning
Object
org.apache.spark.sql.connector.read.partitioning.UnknownPartitioning
- All Implemented Interfaces:
- Partitioning
Represents a partitioning where rows are split across partitions in an unknown pattern.
- Since:
- 3.3.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the number of partitions that the data is split across.
- 
Constructor Details- 
UnknownPartitioningpublic UnknownPartitioning(int numPartitions) 
 
- 
- 
Method Details- 
numPartitionspublic int numPartitions()Description copied from interface:PartitioningReturns the number of partitions that the data is split across.- Specified by:
- numPartitionsin interface- Partitioning
 
 
-