Add long text type STRING, with a maximum length of 2GB. Usage is similar to varchar, and there is no guarantee for the performance of storing extremely long data (#6391)
This commit is contained in:
@ -103,6 +103,7 @@ Status MergeJoinNode::prepare(RuntimeState* state) {
|
||||
|
||||
case TYPE_CHAR:
|
||||
case TYPE_VARCHAR:
|
||||
case TYPE_STRING:
|
||||
_cmp_func.push_back(compare_value<StringValue>);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user