You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-5505 add parquet support for cpimport and add mcs_parquet_ddl and mcs_parquet_gen tools
This commit is contained in:
@ -200,6 +200,13 @@ class ColumnInfo : public WeUIDGID
|
||||
*/
|
||||
void lastInputRowInExtentInc();
|
||||
|
||||
/** @brief Update dictionary for arrow/parquet format
|
||||
* Parse and store the parquet data into the store file, and
|
||||
* returns the assigned tokens (tokenBuf) to be stored in the
|
||||
* corresponding column token file.
|
||||
*/
|
||||
int updateDctnryStoreParquet(std::shared_ptr<arrow::Array> columnData, int tokenPos, const int totalRow, char* tokenBuf);
|
||||
|
||||
/** @brief Update dictionary method.
|
||||
* Parses and stores specified strings into the store file, and
|
||||
* returns the assigned tokens (tokenBuf) to be stored in the
|
||||
|
Reference in New Issue
Block a user