You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3514 Add support for S3 to cpimport
cpimport now has the ability to use libmarias3 to read an object from an S3 bucket instead of a file on local disk. This also moves libmarias3 to utils/libmarias3.
This commit is contained in:
@ -265,6 +265,12 @@ public:
|
||||
*/
|
||||
bool tryAndLockColumn(const int& columnId, const int& id);
|
||||
|
||||
int fillFromMemory(
|
||||
const BulkLoadBuffer& overFlowBufIn,
|
||||
const char* input, size_t length, size_t *parse_length, RID& totalReadRows,
|
||||
RID& correctTotalRows, const boost::ptr_vector<ColumnInfo>& columnsInfo,
|
||||
unsigned int allowedErrCntThisCall );
|
||||
|
||||
/** @brief Read the table data into the buffer
|
||||
*/
|
||||
int fillFromFile(const BulkLoadBuffer& overFlowBufIn,
|
||||
|
Reference in New Issue
Block a user