Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ExportRecordsToFilesResponse |
GPUdb.exportRecordsToFiles(ExportRecordsToFilesRequest request)
Export records from a table to files.
|
ExportRecordsToFilesResponse |
GPUdb.exportRecordsToFiles(String tableName,
String filepath,
Map<String,String> options)
Export records from a table to files.
|
Modifier and Type | Method and Description |
---|---|
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setCountExported(long countExported) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setCountSkipped(long countSkipped) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setDataBytes(List<ByteBuffer> dataBytes) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setDataText(List<String> dataText) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setFiles(List<String> files) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setInfo(Map<String,String> info) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setLastTimestamp(long lastTimestamp) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setTableName(String tableName) |
Copyright © 2024. All rights reserved.