Package gorsat.spark
Class GorDoublePartitionReader
- java.lang.Object
-
- gorsat.spark.GorPartitionReader
-
- gorsat.spark.GorDoublePartitionReader
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.apache.spark.sql.connector.read.PartitionReader<org.apache.spark.sql.catalyst.InternalRow>
public class GorDoublePartitionReader extends GorPartitionReader
-
-
Constructor Summary
Constructors Constructor Description GorDoublePartitionReader(org.apache.spark.sql.types.StructType schema, gorsat.spark.GorRangeInputPartition gorRangeInputPartition, java.lang.String redisUri, java.lang.String streamKey, java.lang.String jobId, java.lang.String projectRoot, java.lang.String cacheDir, java.lang.String configFile, java.lang.String aliasFile, java.lang.String securityContext, java.lang.String useCpp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.apache.spark.sql.catalyst.InternalRowget()booleannext()
-
-
-
Constructor Detail
-
GorDoublePartitionReader
public GorDoublePartitionReader(org.apache.spark.sql.types.StructType schema, gorsat.spark.GorRangeInputPartition gorRangeInputPartition, java.lang.String redisUri, java.lang.String streamKey, java.lang.String jobId, java.lang.String projectRoot, java.lang.String cacheDir, java.lang.String configFile, java.lang.String aliasFile, java.lang.String securityContext, java.lang.String useCpp)
-
-
Method Detail
-
next
public boolean next()
- Specified by:
nextin interfaceorg.apache.spark.sql.connector.read.PartitionReader<org.apache.spark.sql.catalyst.InternalRow>- Overrides:
nextin classGorPartitionReader
-
get
public org.apache.spark.sql.catalyst.InternalRow get()
- Specified by:
getin interfaceorg.apache.spark.sql.connector.read.PartitionReader<org.apache.spark.sql.catalyst.InternalRow>- Overrides:
getin classGorPartitionReader
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classGorPartitionReader
-
-