This is an automated email from the ASF dual-hosted git repository.
mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.
from 0ab37ee Prepare repository for deployment.
add c9c2856 Reorganize SQL documentation into sections
add 31b5675 This closes #437
new 4ecc2ab Prepare repository for deployment.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../go => dsls/sql/aggregate-functions}/index.html | 83 +-
.../python => dsls/sql/data-types}/index.html | 141 ++-
content/documentation/dsls/sql/index.html | 1135 --------------------
.../{sdks/java => dsls/sql/joins}/index.html | 108 +-
.../{sdks/java => dsls/sql/overview}/index.html | 79 +-
.../dsls/sql/scalar-functions/index.html | 603 +++++++++++
.../sql/statements/create-table}/index.html | 75 +-
.../java => dsls/sql/statements/select}/index.html | 116 +-
.../dsls/sql/user-defined-functions/index.html | 338 ++++++
.../documentation/dsls/sql/walkthrough/index.html | 385 +++++++
.../sql/windowing-and-triggering}/index.html | 102 +-
.../sdks/feature-comparison/index.html | 29 +-
content/documentation/sdks/go/index.html | 29 +-
.../documentation/sdks/java-extensions/index.html | 29 +-
.../documentation/sdks/java-thirdparty/index.html | 29 +-
content/documentation/sdks/java/index.html | 29 +-
content/documentation/sdks/java/nexmark/index.html | 29 +-
.../documentation/sdks/python-custom-io/index.html | 29 +-
.../sdks/python-pipeline-dependencies/index.html | 29 +-
.../documentation/sdks/python-streaming/index.html | 29 +-
.../sdks/python-type-safety/index.html | 29 +-
content/documentation/sdks/python/index.html | 29 +-
src/_includes/section-menu/sdks.html | 29 +-
src/documentation/dsls/sql.md | 580 ----------
src/documentation/dsls/sql/aggregate-functions.md | 21 +
src/documentation/dsls/sql/data-types.md | 33 +
src/documentation/dsls/sql/joins.md | 63 ++
src/documentation/dsls/sql/overview.md | 30 +
src/documentation/dsls/sql/scalar-functions.md | 121 +++
.../dsls/sql/statements/create-table.md | 25 +
src/documentation/dsls/sql/statements/select.md | 76 ++
.../dsls/sql/user-defined-functions.md | 111 ++
src/documentation/dsls/sql/walkthrough.md | 150 +++
.../dsls/sql/windowing-and-triggering.md | 53 +
34 files changed, 2803 insertions(+), 1973 deletions(-)
copy content/documentation/{sdks/go =>
dsls/sql/aggregate-functions}/index.html (80%)
copy content/documentation/{sdks/python => dsls/sql/data-types}/index.html
(74%)
delete mode 100644 content/documentation/dsls/sql/index.html
copy content/documentation/{sdks/java => dsls/sql/joins}/index.html (69%)
copy content/documentation/{sdks/java => dsls/sql/overview}/index.html (77%)
create mode 100644 content/documentation/dsls/sql/scalar-functions/index.html
copy content/documentation/{sdks/java =>
dsls/sql/statements/create-table}/index.html (80%)
copy content/documentation/{sdks/java =>
dsls/sql/statements/select}/index.html (74%)
create mode 100644
content/documentation/dsls/sql/user-defined-functions/index.html
create mode 100644 content/documentation/dsls/sql/walkthrough/index.html
copy content/documentation/{sdks/java =>
dsls/sql/windowing-and-triggering}/index.html (72%)
delete mode 100644 src/documentation/dsls/sql.md
create mode 100644 src/documentation/dsls/sql/aggregate-functions.md
create mode 100644 src/documentation/dsls/sql/data-types.md
create mode 100644 src/documentation/dsls/sql/joins.md
create mode 100644 src/documentation/dsls/sql/overview.md
create mode 100644 src/documentation/dsls/sql/scalar-functions.md
create mode 100644 src/documentation/dsls/sql/statements/create-table.md
create mode 100644 src/documentation/dsls/sql/statements/select.md
create mode 100644 src/documentation/dsls/sql/user-defined-functions.md
create mode 100644 src/documentation/dsls/sql/walkthrough.md
create mode 100644 src/documentation/dsls/sql/windowing-and-triggering.md
--
To stop receiving notification emails like this one, please contact
[email protected].