[ 
https://issues.apache.org/jira/browse/BEAM-6916?focusedWorklogId=240352&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-240352
 ]

ASF GitHub Bot logged work on BEAM-6916:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/May/19 17:53
            Start Date: 10/May/19 17:53
    Worklog Time Spent: 10m 
      Work Description: rosetn commented on pull request #8455: [BEAM-6916] 
Reorg Beam SQL docs and add Calcite section
URL: https://github.com/apache/beam/pull/8455#discussion_r282982472
 
 

 ##########
 File path: website/src/documentation/dsls/sql/calcite/overview.md
 ##########
 @@ -0,0 +1,85 @@
+---
+layout: section
+title: "Beam SQL in Calcite: Overview"
+section_menu: section-menu/sdks.html
+permalink: /documentation/dsls/sql/calcite/overview/
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+# Beam SQL in Calcite: Overview
+
+[Apache Calcite](http://calcite.apache.org) is a widespread SQL dialect used in
+big data processing with some streaming enhancements. Calcite provides the
+basic dialect underlying Beam SQL. 
+
+The following table summarizes Apache Calcite operators and functions 
supported by Beam SQL.
+
+<table class="table-bordered table-striped">
+  <tr><th>Operators and functions</th><th>Beam SQL support status</th></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#operator-precedence";>Operator
 precedence</a></td><td>Yes</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#comparison-operators";>Comparison
 operators</a></td><td class="style1">Yes</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#logical-operators";>Logical 
operators</a></td><td>Yes</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#arithmetic-operators-and-functions";>Arithmetic
 operators and functions</a></td><td>Yes</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#character-string-operators-and-functions";>Character
 string operators and functions</a></td><td>Yes</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#binary-string-operators-and-functions";>Binary
 string operators and functions</a></td><td>No</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#datetime-functions";>Date/time
 functions</a></td><td>Yes</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#system-functions";>System 
functions</a></td><td>No</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#conditional-functions-and-operators";>Conditional
 functions and operators</a></td><td>Yes</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#type-conversion";>Type 
conversion</a></td><td>Yes</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#value-constructors";>Value 
constructors</a></td><td>No, except array</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#collection-functions";>Collection
 functions</a></td><td>No</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#period-predicates";>Period 
predicates</a></td><td>No</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#jdbc-function-escape";>JDBC 
function escape</a></td><td>No</td></tr>
+<tr><td><a 
href="http://calcite.apache.org/docs/reference.html#aggregate-functions";>Aggregate
 functions</a></td>
+<td>Use Beam SQL <a 
href="https://beam.apache.org/documentation/dsls/sql/calcite/aggregate-functions/";>aggregate
 functions</a></td></tr>
 
 Review comment:
   Done
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 240352)
            Time Spent: 2h 50m  (was: 2h 40m)
    Remaining Estimate: 165h 10m  (was: 165h 20m)

> Reorganize Beam SQL docs
> ------------------------
>
>                 Key: BEAM-6916
>                 URL: https://issues.apache.org/jira/browse/BEAM-6916
>             Project: Beam
>          Issue Type: New Feature
>          Components: website
>            Reporter: Rose Nguyen
>            Assignee: Rose Nguyen
>            Priority: Minor
>   Original Estimate: 168h
>          Time Spent: 2h 50m
>  Remaining Estimate: 165h 10m
>
> This page describes the Calcite SQL dialect supported by Beam SQL.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to