[DOC UPDATE] Translate Tutorial to Chinese 14/15#14
Merged
luocooong merged 1 commit intoapache:masterfrom Nov 14, 2021
Merged
Conversation
luocooong
reviewed
Nov 14, 2021
Member
luocooong
left a comment
There was a problem hiding this comment.
@kingswanwho Thanks, please note the comments.
|
|
||
| Now that you have run ANSI SQL queries against different tables and files with | ||
| relational data, you can try some examples including complex types. | ||
| 之前已经对含有关系数据的表和文件运行了 ANSI SQL 查询,针对复杂数据类型再做一些示例查询 |
Member
There was a problem hiding this comment.
Add a colon at the end, and more, please check them.
| * Demonstrate simple ways to access complex data in JSON files. | ||
| * Demonstrate the repeated_count function to aggregate values in an array. | ||
| * 在单个 SELECT 语句中访问文件的目录和子目录。 | ||
| * 轻松访问 JSON 文件中复杂数据的方法 |
Member
There was a problem hiding this comment.
Add a period, and more, please check them.
|
|
||
| This query groups the aggregate function by customer ID and month for one | ||
| year: 2014. | ||
| 此查询指定在2014年中根据客户 ID 和月份使用聚合函数进行分组 |
| Drill provides some specialized operators and functions that you can use to | ||
| analyze nested data natively without transformation. If you are familiar with | ||
| JavaScript notation, you will already know how some of these extensions work. | ||
| Drill 提供了一些专门的操作符和函数,无需转换即可用来分析嵌套数据。如果用户熟悉 JSON,就可以轻松掌握这些扩展功能 |
| @@ -6,36 +6,29 @@ lang: "zh" | |||
| --- | |||
| ## Goal | |||
| 5 rows selected | ||
|
|
||
| ### For which transactions did customers search on at least 21 products? | ||
| ### 哪些交易客户搜索了至少 21 种产品: |
f5311ea to
8de7762
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[DOC UPDATE] Translate Tutorial to Chinese 14/15
Description
Translate a tutorial to Chinese:
050-lesson-3-run-queries-on-complex-data-types.md
Overall 14 tutorials have been translated, 1 tutorials to go.
Documentation
Please refer to Chinese tutorial.
Testing
This is a doc update, no test here.