substrait-explain 0.2.0

Explain Substrait plans as human-readable text.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--
    This file provides a redirect from the GitHub Pages root URL to the Rust documentation.
    It's automatically copied to the docs directory by the GitHub Actions workflow.
    When someone visits the root of the GitHub Pages site, they'll be redirected to
    the actual documentation at ./substrait_explain/index.html
-->
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>substrait-explain Documentation</title>
    <meta http-equiv="refresh" content="0; url=./substrait_explain/index.html">
    <link rel="canonical" href="./substrait_explain/index.html">
</head>
<body>
    <p>Redirecting to <a href="./substrait_explain/index.html">documentation</a>...</p>
</body>
</html>