public interface DataEngine
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
collect(DataFrame de) |
Optional<ResultSet> |
next(Cursor cursor) |
void |
write(WriteRequest request) |
ResultSet collect(DataFrame de) throws IOException
IOExceptionOptional<ResultSet> next(Cursor cursor) throws IOException
IOExceptionvoid write(WriteRequest request) throws IOException
IOExceptionCopyright © 2023. All rights reserved.