Package gorsat.spark
Class GorSpecificReaderFactory
java.lang.Object
gorsat.spark.GorSpecificReaderFactory
- All Implemented Interfaces:
Serializable,org.apache.spark.sql.connector.read.PartitionReaderFactory
public class GorSpecificReaderFactory
extends Object
implements org.apache.spark.sql.connector.read.PartitionReaderFactory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.spark.sql.connector.read.PartitionReader<org.apache.spark.sql.catalyst.InternalRow>createReader(org.apache.spark.sql.connector.read.InputPartition partition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.connector.read.PartitionReaderFactory
createColumnarReader, supportColumnarReads
-
Constructor Details
-
GorSpecificReaderFactory
public GorSpecificReaderFactory()
-
-
Method Details
-
createReader
public org.apache.spark.sql.connector.read.PartitionReader<org.apache.spark.sql.catalyst.InternalRow> createReader(org.apache.spark.sql.connector.read.InputPartition partition) - Specified by:
createReaderin interfaceorg.apache.spark.sql.connector.read.PartitionReaderFactory
-