Class PhoenixReader
java.lang.Object
org.apache.drill.exec.store.phoenix.PhoenixReader
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
protected static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPhoenixReader
(ResultSetLoader loader, PhoenixReader.ColumnDefn[] columns, ResultSet results) -
Method Summary
-
Field Details
-
COLUMN_TYPE_MAP
-
-
Constructor Details
-
PhoenixReader
-
-
Method Details
-
getStorage
-
getRowCount
public long getRowCount() -
getBatchCount
public int getBatchCount() -
processRow
Fetch and process one row.- Returns:
- return true if one row is processed, return false if there is no next row.
- Throws:
SQLException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-