Class RowGroupReadEntry
java.lang.Object
org.apache.drill.exec.store.dfs.ReadEntryWithPath
org.apache.drill.exec.store.dfs.ReadEntryFromHDFS
org.apache.drill.exec.store.parquet.RowGroupReadEntry
- All Implemented Interfaces:
FileWork
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.dfs.ReadEntryWithPath
path
-
Constructor Summary
ConstructorDescriptionRowGroupReadEntry
(org.apache.hadoop.fs.Path path, long start, long length, int rowGroupIndex, long numRecordsToRead) -
Method Summary
Methods inherited from class org.apache.drill.exec.store.dfs.ReadEntryFromHDFS
getLength, getStart
Methods inherited from class org.apache.drill.exec.store.dfs.ReadEntryWithPath
getPath, toString
-
Constructor Details
-
RowGroupReadEntry
public RowGroupReadEntry(org.apache.hadoop.fs.Path path, long start, long length, int rowGroupIndex, long numRecordsToRead)
-
-
Method Details
-
getRowGroupReadEntry
-
getRowGroupIndex
public int getRowGroupIndex() -
getNumRecordsToRead
public long getNumRecordsToRead() -
isEmpty
public boolean isEmpty()
-