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)
Number of source table records exported
|
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setCountSkipped(long countSkipped)
Number of source table records skipped
|
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setDataBytes(List<ByteBuffer> dataBytes) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setDataText(List<String> dataText) |
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setFiles(List<String> files)
Names of all exported files
|
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setInfo(Map<String,String> info)
Additional information
|
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setLastTimestamp(long lastTimestamp)
Timestamp of last file scanned
|
ExportRecordsToFilesResponse |
ExportRecordsToFilesResponse.setTableName(String tableName)
Name of source table
|
Copyright © 2025. All rights reserved.