zclllyybb
zclllyybb
## Problem summary When we call `DataType::to_string(IColumn, row_num)` for `column_const`, the code now would convert const column to full column. This is expensive and necessary. This pr removed it. ##...
## Proposed Changes before: ``` mysql [ssb]>select count(now()) from lineorder; +--------------+ | count(now()) | +--------------+ | 600037902 | +--------------+ 1 row in set (0.96 sec) ``` ``` mysql [ssb]>select count(curdate())...
### 请选择: - [ ] 我正在着手修复这个问题 ### 我正在访问这个页面 https://oi-wiki.org/lang/value-category/#c17-%E5%B8%A6%E6%9D%A5%E7%9A%84%E6%96%B0%E5%8F%98%E5%8C%96 ### 我发现页面有这样的问题 这一部分的叙述是完全错误的。 首先,该部分将NRVO称为了RVO,并称其是标准的硬性规定。事实上,只有RVO是硬性规定。 而之后对于临时量实质化的叙述又是完全不知所云的。
## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose...
## Proposed changes Issue Number: close #xxx https://github.com/apache/doris/pull/31143 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you...
## Proposed changes Issue Number: close #xxx cherry pick https://github.com/apache/doris/pull/31027, https://github.com/apache/doris/pull/31305 and https://github.com/apache/doris/pull/31357 ## Further comments If this is a relatively large or complex change, kick off the discussion at...
## Proposed changes Issue Number: close #xxx show file in https://ui.perfetto.dev/ like:  ## Further comments If this is a relatively large or complex change, kick off the discussion at...
When I follow the doc to download the Linux release, I got x86-64 version: ```bash > file coscli coscli: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not...
master pr: https://github.com/apache/doris/pull/33712
master pr: https://github.com/apache/doris/pull/34796