morrySnow commented on code in PR #1831: URL: https://github.com/apache/doris-website/pull/1831#discussion_r1920146967
########## docs/sql-manual/sql-functions/table-functions/explode-bitmap-outer.md: ########## @@ -23,3 +23,63 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + +## Description + +`explode_bitmap_outer` is similar to `explode_bitmap`, accepting a bitmap type data and mapping each bit of the bitmap into a separate row. However, its behavior differs when handling null or empty values. It allows records with empty or null bitmaps and expands them as NULL rows in the result. + +## Syntax + +`explode_bitmap_outer(<bitmap>)` Review Comment: 1. 使用code block 不要用 inline code 2. 函数名大写 ```suggestion `EXPLODE_BITMAP_OUTER(<bitmap>)` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org