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-3536 collation
This commit is contained in:
@ -185,7 +185,7 @@ public:
|
||||
* @note Throws logic_error if the output buffer is too small for the result.
|
||||
*/
|
||||
void p_TokenByScan(const TokenByScanRequestHeader* t,
|
||||
TokenByScanResultHeader* out, unsigned outSize, bool utf8,
|
||||
TokenByScanResultHeader* out, unsigned outSize,
|
||||
boost::shared_ptr<DictEqualityFilter> eqFilter);
|
||||
|
||||
/** @brief The p_IdxWalk primitive processor
|
||||
@ -264,8 +264,9 @@ public:
|
||||
*/
|
||||
// void p_ColAggregate(const NewColAggRequestHeader *in, NewColAggResultHeader *out);
|
||||
|
||||
void p_Dictionary(const DictInput* in, std::vector<uint8_t>* out, bool utf8,
|
||||
bool skipNulls, boost::shared_ptr<DictEqualityFilter> eqFilter,
|
||||
void p_Dictionary(const DictInput* in, std::vector<uint8_t>* out,
|
||||
bool skipNulls, uint32_t charsetNumber,
|
||||
boost::shared_ptr<DictEqualityFilter> eqFilter,
|
||||
uint8_t eqOp);
|
||||
|
||||
inline void setLogicalBlockMode(bool b)
|
||||
|
Reference in New Issue
Block a user