This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/asf-site by this push: new afee7ef7 Publish documentation (8314c1912ed501171a2085feb1909b07892a6a25) afee7ef7 is described below commit afee7ef734a37a5a1b846bbe2030023887bf2ff0 Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> AuthorDate: Sat May 3 09:52:19 2025 +0000 Publish documentation (8314c1912ed501171a2085feb1909b07892a6a25) --- main/cdata.html | 6 +-- main/developers/building.html | 2 +- main/developers/development.html | 2 +- main/flight.html | 6 +-- main/flight_sql.html | 2 +- main/flight_sql_jdbc_driver.html | 2 +- main/reference/index-all.html | 8 ++++ main/reference/member-search-index.js | 2 +- .../impl/FlightSql.CommandGetTables.Builder.html | 1 + .../sql/impl/FlightSql.CommandGetTables.html | 1 + ...tSql.CommandPreparedStatementQuery.Builder.html | 1 + .../FlightSql.CommandPreparedStatementQuery.html | 1 + .../FlightSql.CommandStatementQuery.Builder.html | 1 + .../sql/impl/FlightSql.CommandStatementQuery.html | 1 + ...tSql.CommandStatementSubstraitPlan.Builder.html | 1 + .../FlightSql.CommandStatementSubstraitPlan.html | 1 + .../sql/FlightSqlColumnMetadata.Builder.html | 32 ++++++++++--- .../arrow/flight/sql/FlightSqlColumnMetadata.html | 52 ++++++++++++++-------- .../class-use/FlightSqlColumnMetadata.Builder.html | 19 +++++--- main/substrait.html | 2 +- main/vector.html | 2 +- main/vector_schema_root.html | 2 +- 22 files changed, 101 insertions(+), 46 deletions(-) diff --git a/main/cdata.html b/main/cdata.html index e0b70274..f041b58b 100644 --- a/main/cdata.html +++ b/main/cdata.html @@ -265,15 +265,15 @@ <section id="c-data-interface"> <h1>C Data Interface<a class="headerlink" href="#c-data-interface" title="Link to this heading">¶</a></h1> <p>Arrow supports exchanging data without copying or serialization within the same process -through <a class="reference external" href="https://arrow.apache.org/docs/format/CDataInterface.html#c-data-interface" title="(in Apache Arrow v19.0.1)"><span>The Arrow C data interface</span></a>, even between different language runtimes.</p> +through <a class="reference external" href="https://arrow.apache.org/docs/format/CDataInterface.html#c-data-interface" title="(in Apache Arrow v20.0.0)"><span>The Arrow C data interface</span></a>, even between different language runtimes.</p> <section id="java-to-python"> <h2>Java to Python<a class="headerlink" href="#java-to-python" title="Link to this heading">¶</a></h2> -<p>See <a class="reference external" href="https://arrow.apache.org/docs/python/integration/python_java.html" title="(in Apache Arrow v19.0.1)"><span>Integrating PyArrow with Java</span></a> to implement Java to +<p>See <a class="reference external" href="https://arrow.apache.org/docs/python/integration/python_java.html" title="(in Apache Arrow v20.0.0)"><span>Integrating PyArrow with Java</span></a> to implement Java to Python communication using the C Data Interface.</p> </section> <section id="java-to-c"> <h2>Java to C++<a class="headerlink" href="#java-to-c" title="Link to this heading">¶</a></h2> -<p>See <a class="reference external" href="https://arrow.apache.org/docs/developers/cpp/building.html" title="(in Apache Arrow v19.0.1)"><span>Building Arrow C++</span></a> to build the Arrow C++ libraries:</p> +<p>See <a class="reference external" href="https://arrow.apache.org/docs/developers/cpp/building.html" title="(in Apache Arrow v20.0.0)"><span>Building Arrow C++</span></a> to build the Arrow C++ libraries:</p> <div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/apache/arrow.git $<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>arrow/cpp $<span class="w"> </span>mkdir<span class="w"> </span>build<span class="w"> </span><span class="c1"># from inside the `cpp` subdirectory</span> diff --git a/main/developers/building.html b/main/developers/building.html index f745ce27..4f991915 100644 --- a/main/developers/building.html +++ b/main/developers/building.html @@ -384,7 +384,7 @@ We can build these manually or we can use <a class="reference external" href="ht <p class="admonition-title">Note</p> <p>If you are building on Apple Silicon, be sure to use a JDK version that was compiled for that architecture. See, for example, the <a class="reference external" href="https://www.azul.com/downloads/?os=macos&architecture=arm-64-bit&package=jdk">Azul JDK</a>.</p> -<p>If you are building on Windows OS, see <a class="reference external" href="https://arrow.apache.org/docs/developers/cpp/windows.html#developers-cpp-windows" title="(in Apache Arrow v19.0.1)"><span class="xref std std-ref">Developing on Windows</span></a>.</p> +<p>If you are building on Windows OS, see <a class="reference external" href="https://arrow.apache.org/docs/developers/cpp/windows.html#developers-cpp-windows" title="(in Apache Arrow v20.0.0)"><span class="xref std std-ref">Developing on Windows</span></a>.</p> </div> <section id="id3"> <h4><a class="toc-backref" href="#id14" role="doc-backlink">Maven</a><a class="headerlink" href="#id3" title="Link to this heading">¶</a></h4> diff --git a/main/developers/development.html b/main/developers/development.html index af13e4df..f4eb7e3d 100644 --- a/main/developers/development.html +++ b/main/developers/development.html @@ -347,7 +347,7 @@ and define their own loggers.</p></li> </section> <section id="integration-testing"> <h2><a class="toc-backref" href="#id6" role="doc-backlink">Integration Testing</a><a class="headerlink" href="#integration-testing" title="Link to this heading">¶</a></h2> -<p>Integration tests can be run <a class="reference external" href="https://arrow.apache.org/docs/format/Integration.html#running-integration-tests" title="(in Apache Arrow v19.0.1)"><span class="xref std std-ref">via Archery</span></a>. +<p>Integration tests can be run <a class="reference external" href="https://arrow.apache.org/docs/format/Integration.html#running-integration-tests" title="(in Apache Arrow v20.0.0)"><span class="xref std std-ref">via Archery</span></a>. For example, assuming you only built Arrow Java and want to run the IPC integration tests, you would do:</p> <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>archery<span class="w"> </span>integration<span class="w"> </span>--run-ipc<span class="w"> </span>--with-java<span class="w"> </span><span class="m">1</span> diff --git a/main/flight.html b/main/flight.html index cbb317c6..9777969d 100644 --- a/main/flight.html +++ b/main/flight.html @@ -269,7 +269,7 @@ over the network.</p> <div class="admonition seealso"> <p class="admonition-title">See also</p> <dl class="simple"> -<dt><a class="reference external" href="https://arrow.apache.org/docs/format/Flight.html" title="(in Apache Arrow v19.0.1)"><span class="xref std std-doc">Flight protocol documentation</span></a></dt><dd><p>Documentation of the Flight protocol, including how to use +<dt><a class="reference external" href="https://arrow.apache.org/docs/format/Flight.html" title="(in Apache Arrow v20.0.0)"><span class="xref std std-doc">Flight protocol documentation</span></a></dt><dd><p>Documentation of the Flight protocol, including how to use Flight conceptually.</p> </dd> <dt><a class="reference external" href="https://arrow.apache.org/cookbook/java/flight.html" title="(in Apache Arrow Java Cookbook v14.0.0)"><span class="xref std std-doc">Java Cookbook</span></a></dt><dd><p>Recipes for using Arrow Flight in Java.</p> @@ -452,8 +452,8 @@ authentication methods.</p> </div> </section> <section id="flight-best-practices"> -<h2><a class="reference external" href="https://arrow.apache.org/docs/cpp/flight.html#flight-best-practices" title="(in Apache Arrow v19.0.1)"><span class="xref std std-ref">Flight best practices</span></a><a class="headerlink" href="#flight-best-practices" title="Link to this heading">¶</a></h2> -<p>See the <a class="reference external" href="https://arrow.apache.org/docs/cpp/flight.html#flight-best-practices" title="(in Apache Arrow v19.0.1)"><span class="xref std std-ref">best practices for C++</span></a>.</p> +<h2><a class="reference external" href="https://arrow.apache.org/docs/cpp/flight.html#flight-best-practices" title="(in Apache Arrow v20.0.0)"><span class="xref std std-ref">Flight best practices</span></a><a class="headerlink" href="#flight-best-practices" title="Link to this heading">¶</a></h2> +<p>See the <a class="reference external" href="https://arrow.apache.org/docs/cpp/flight.html#flight-best-practices" title="(in Apache Arrow v20.0.0)"><span class="xref std std-ref">best practices for C++</span></a>.</p> </section> </section> diff --git a/main/flight_sql.html b/main/flight_sql.html index 2bd4f01d..062aa50f 100644 --- a/main/flight_sql.html +++ b/main/flight_sql.html @@ -269,7 +269,7 @@ over the network.</p> <div class="admonition seealso"> <p class="admonition-title">See also</p> <dl class="simple"> -<dt><a class="reference external" href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache Arrow v19.0.1)"><span class="xref std std-doc">Flight SQL protocol documentation</span></a></dt><dd><p>Documentation of the Flight SQL protocol.</p> +<dt><a class="reference external" href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache Arrow v20.0.0)"><span class="xref std std-doc">Flight SQL protocol documentation</span></a></dt><dd><p>Documentation of the Flight SQL protocol.</p> </dd> </dl> </div> diff --git a/main/flight_sql_jdbc_driver.html b/main/flight_sql_jdbc_driver.html index 0d8b5656..12889570 100644 --- a/main/flight_sql_jdbc_driver.html +++ b/main/flight_sql_jdbc_driver.html @@ -265,7 +265,7 @@ <section id="arrow-flight-sql-jdbc-driver"> <h1>Arrow Flight SQL JDBC Driver<a class="headerlink" href="#arrow-flight-sql-jdbc-driver" title="Link to this heading">¶</a></h1> <p>The Flight SQL JDBC driver is a JDBC driver implementation that uses -the <a class="reference external" href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache Arrow v19.0.1)"><span class="xref std std-doc">Flight SQL protocol</span></a> under +the <a class="reference external" href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache Arrow v20.0.0)"><span class="xref std std-doc">Flight SQL protocol</span></a> under the hood. This driver can be used with any database that implements Flight SQL.</p> <section id="installation-and-requirements"> diff --git a/main/reference/index-all.html b/main/reference/index-all.html index db2b969e..4e2837ab 100644 --- a/main/reference/index-all.html +++ b/main/reference/index-all.html @@ -24830,6 +24830,10 @@ loadScripts(document, 'script');</script> <dd> <div class="block">Get reference manager for this ArrowBuf.</div> </dd> +<dt><a href="org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.html#getRemarks()" class="member-name-link">getRemarks()</a> - Method in class org.apache.arrow.flight.sql.<a href="org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata</a></dt> +<dd> +<div class="block">Returns the comment describing the column.</div> +</dd> <dt><a href="org.apache.arrow.memory.core/org/apache/arrow/memory/AllocationOutcomeDetails.Entry.html#getRequestedSize()" class="member-name-link">getRequestedSize()</a> - Method in class org.apache.arrow.memory.<a href="org.apache.arrow.memory.core/org/apache/arrow/memory/AllocationOutcomeDetails.Entry.html" title="class in org.apache.arrow.memory">AllocationOutcomeDetails.Entry</a></dt> <dd> </dd> <dt><a href="org.apache.arrow.flight.core/org/apache/arrow/flight/AsyncPutListener.html#getResult()" class="member-name-link">getResult()</a> - Method in class org.apache.arrow.flight.<a href="org.apache.arrow.flight.core/org/apache/arrow/flight/AsyncPutListener.html" title="class in org.apache.arrow.flight">AsyncPutListener</a></dt> @@ -45256,6 +45260,10 @@ loadScripts(document, 'script');</script> <dd> </dd> <dt><a href="org.apache.arrow.c/org/apache/arrow/c/jni/JniWrapper.html#releaseSchema(long)" class="member-name-link">releaseSchema(long)</a> - Method in class org.apache.arrow.c.jni.<a href="org.apache.arrow.c/org/apache/arrow/c/jni/JniWrapper.html" title="class in org.apache.arrow.c.jni">JniWrapper</a></dt> <dd> </dd> +<dt><a href="org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.Builder.html#remarks(java.lang.String)" class="member-name-link">remarks(String)</a> - Method in class org.apache.arrow.flight.sql.<a href="org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></dt> +<dd> +<div class="block">Sets the comment describing the column.</div> +</dd> <dt><a href="org.apache.arrow.flight.core/org/apache/arrow/flight/grpc/RequestContextAdapter.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - Method in class org.apache.arrow.flight.grpc.<a href="org.apache.arrow.flight.core/org/apache/arrow/flight/grpc/RequestContextAdapter.html" title="class in org.apache.arrow.flight.grpc">RequestContextAdapter</a></dt> <dd> </dd> <dt><a href="org.apache.arrow.flight.core/org/apache/arrow/flight/RequestContext.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - Method in interface org.apache.arrow.flight.<a href="org.apache.arrow.flight.core/org/apache/arrow/flight/RequestContext.html" title="interface in org.apache.arrow.flight">RequestContext</a></dt> diff --git a/main/reference/member-search-index.js b/main/reference/member-search-index.js index 3851204e..0fa52918 100644 --- a/main/reference/member-search-index.js +++ b/main/reference/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"org.apache.arrow.flatbuf","c":"Binary","l":"__assign(int, ByteBuffer)","u":"__assign(int,java.nio.ByteBuffer)"},{"p":"org.apache.arrow.flatbuf","c":"BinaryView","l":"__assign(int, ByteBuffer)","u":"__assign(int,java.nio.ByteBuffer)"},{"p":"org.apache.arrow.flatbuf","c":"Block","l":"__assign(int, ByteBuffer)","u":"__assign(int,java.nio.ByteBuffer)"},{"p":"org.apache.arrow.flatbuf","c":"BodyCompression","l":"__assign(int, ByteBuffer)","u":"__assign(int,java.nio.B [...] \ No newline at end of file +memberSearchIndex = [{"p":"org.apache.arrow.flatbuf","c":"Binary","l":"__assign(int, ByteBuffer)","u":"__assign(int,java.nio.ByteBuffer)"},{"p":"org.apache.arrow.flatbuf","c":"BinaryView","l":"__assign(int, ByteBuffer)","u":"__assign(int,java.nio.ByteBuffer)"},{"p":"org.apache.arrow.flatbuf","c":"Block","l":"__assign(int, ByteBuffer)","u":"__assign(int,java.nio.ByteBuffer)"},{"p":"org.apache.arrow.flatbuf","c":"BodyCompression","l":"__assign(int, ByteBuffer)","u":"__assign(int,java.nio.B [...] \ No newline at end of file diff --git a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandGetTables.Builder.html b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandGetTables.Builder.html index 0886d1a4..9af3186f 100644 --- a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandGetTables.Builder.html +++ b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandGetTables.Builder.html @@ -123,6 +123,7 @@ implements <a href="FlightSql.CommandGetTablesOrBuilder.html" title="interface i - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. + - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. The returned data should be ordered by catalog_name, db_schema_name, table_name, then table_type, followed by table_schema if requested. </pre> diff --git a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandGetTables.html b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandGetTables.html index 252abedc..b5814e60 100644 --- a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandGetTables.html +++ b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandGetTables.html @@ -123,6 +123,7 @@ implements <a href="FlightSql.CommandGetTablesOrBuilder.html" title="interface i - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. + - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. The returned data should be ordered by catalog_name, db_schema_name, table_name, then table_type, followed by table_schema if requested. </pre> diff --git a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandPreparedStatementQuery.Builder.html b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandPreparedStatementQuery.Builder.html index 991cefcd..8a9befaa 100644 --- a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandPreparedStatementQuery.Builder.html +++ b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandPreparedStatementQuery.Builder.html @@ -112,6 +112,7 @@ implements <a href="FlightSql.CommandPreparedStatementQueryOrBuilder.html" title - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. + - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. If the schema is retrieved after parameter values have been bound with DoPut, then the server should account for the parameters when determining the schema. diff --git a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandPreparedStatementQuery.html b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandPreparedStatementQuery.html index 3bc2bd96..b96d8a9d 100644 --- a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandPreparedStatementQuery.html +++ b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandPreparedStatementQuery.html @@ -112,6 +112,7 @@ implements <a href="FlightSql.CommandPreparedStatementQueryOrBuilder.html" title - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. + - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. If the schema is retrieved after parameter values have been bound with DoPut, then the server should account for the parameters when determining the schema. diff --git a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementQuery.Builder.html b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementQuery.Builder.html index f0e17284..c7c1db8b 100644 --- a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementQuery.Builder.html +++ b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementQuery.Builder.html @@ -112,6 +112,7 @@ implements <a href="FlightSql.CommandStatementQueryOrBuilder.html" title="interf - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. + - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. - GetFlightInfo: execute the query. </pre> diff --git a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementQuery.html b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementQuery.html index 4867a2cc..dc7dc335 100644 --- a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementQuery.html +++ b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementQuery.html @@ -112,6 +112,7 @@ implements <a href="FlightSql.CommandStatementQueryOrBuilder.html" title="interf - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. + - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. - GetFlightInfo: execute the query. </pre> diff --git a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementSubstraitPlan.Builder.html b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementSubstraitPlan.Builder.html index 531b5c32..27173702 100644 --- a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementSubstraitPlan.Builder.html +++ b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementSubstraitPlan.Builder.html @@ -112,6 +112,7 @@ implements <a href="FlightSql.CommandStatementSubstraitPlanOrBuilder.html" title - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. + - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. - GetFlightInfo: execute the query. - DoPut: execute the query. </pre> diff --git a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementSubstraitPlan.html b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementSubstraitPlan.html index e19f92bb..03e10cb0 100644 --- a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementSubstraitPlan.html +++ b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/sql/impl/FlightSql.CommandStatementSubstraitPlan.html @@ -112,6 +112,7 @@ implements <a href="FlightSql.CommandStatementSubstraitPlanOrBuilder.html" title - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. + - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. - GetFlightInfo: execute the query. - DoPut: execute the query. </pre> diff --git a/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.Builder.html b/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.Builder.html index d8bd5ea6..93450014 100644 --- a/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.Builder.html +++ b/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.Builder.html @@ -151,23 +151,28 @@ loadScripts(document, 'script');</script> <div class="block">Sets the precision / column size.</div> </div> <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#scale(int)" class="member-name-link">scale</a><wbr>(int scale)</code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#remarks(java.lang.String)" class="member-name-link">remarks</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> remarks)</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Sets the scale / decimal digits.</div> +<div class="block">Sets the comment describing the column.</div> </div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#schemaName(java.lang.String)" class="member-name-link">schemaName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> schemaName)</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#scale(int)" class="member-name-link">scale</a><wbr>(int scale)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Sets the schema name.</div> +<div class="block">Sets the scale / decimal digits.</div> </div> <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#tableName(java.lang.String)" class="member-name-link">tableName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> tableName)</code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#schemaName(java.lang.String)" class="member-name-link">schemaName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> schemaName)</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Sets the table name.</div> +<div class="block">Sets the schema name.</div> </div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#typeName(java.lang.String)" class="member-name-link">typeName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> typeName)</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#tableName(java.lang.String)" class="member-name-link">tableName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> tableName)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> +<div class="block">Sets the table name.</div> +</div> +<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#typeName(java.lang.String)" class="member-name-link">typeName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> typeName)</code></div> +<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> <div class="block">Sets the type name.</div> </div> </div> @@ -333,6 +338,19 @@ loadScripts(document, 'script');</script> </section> </li> <li> +<section class="detail" id="remarks(java.lang.String)"> +<h3>remarks</h3> +<div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></span> <span class="element-name">remarks</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> remarks)</ [...] +<div class="block">Sets the comment describing the column.</div> +<dl class="notes"> +<dt>Parameters:</dt> +<dd><code>remarks</code> - The comment describing the column.</dd> +<dt>Returns:</dt> +<dd>This builder.</dd> +</dl> +</section> +</li> +<li> <section class="detail" id="build()"> <h3>build</h3> <div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="FlightSqlColumnMetadata.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata</a></span> <span class="element-name">build</span>()</div> diff --git a/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.html b/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.html index 158a205f..ac3fc737 100644 --- a/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.html +++ b/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.html @@ -161,44 +161,49 @@ loadScripts(document, 'script');</script> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> <div class="block">Returns the precision / column size.</div> </div> -<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a></code></div> -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getScale()" class="member-name-link">getScale</a>()</code></div> +<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getRemarks()" class="member-name-link">getRemarks</a>()</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Returns the scale / decimal digits.</div> +<div class="block">Returns the comment describing the column.</div> </div> -<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSchemaName()" class="member-name-link">getSchemaName</a>()</code></div> +<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a></code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getScale()" class="member-name-link">getScale</a>()</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Returns the schema name.</div> +<div class="block">Returns the scale / decimal digits.</div> </div> <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTableName()" class="member-name-link">getTableName</a>()</code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSchemaName()" class="member-name-link">getSchemaName</a>()</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Returns the table name.</div> +<div class="block">Returns the schema name.</div> </div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTypeName()" class="member-name-link">getTypeName</a>()</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTableName()" class="member-name-link">getTableName</a>()</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Returns the type name.</div> +<div class="block">Returns the table name.</div> </div> -<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isAutoIncrement()" class="member-name-link">isAutoIncrement</a>()</code></div> +<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTypeName()" class="member-name-link">getTypeName</a>()</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Returns if the column is auto incremented.</div> +<div class="block">Returns the type name.</div> </div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isCaseSensitive()" class="member-name-link">isCaseSensitive</a>()</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isAutoIncrement()" class="member-name-link">isAutoIncrement</a>()</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Returns if the column is case-sensitive.</div> +<div class="block">Returns if the column is auto incremented.</div> </div> <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isReadOnly()" class="member-name-link">isReadOnly</a>()</code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isCaseSensitive()" class="member-name-link">isCaseSensitive</a>()</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Returns if the column is read only.</div> +<div class="block">Returns if the column is case-sensitive.</div> </div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isSearchable()" class="member-name-link">isSearchable</a>()</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isReadOnly()" class="member-name-link">isReadOnly</a>()</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> +<div class="block">Returns if the column is read only.</div> +</div> +<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isSearchable()" class="member-name-link">isSearchable</a>()</code></div> +<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> <div class="block">Returns if the column is searchable.</div> </div> </div> @@ -354,6 +359,17 @@ loadScripts(document, 'script');</script> </dl> </section> </li> +<li> +<section class="detail" id="getRemarks()"> +<h3>getRemarks</h3> +<div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name">getRemarks</span>()</div> +<div class="block">Returns the comment describing the column.</div> +<dl class="notes"> +<dt>Returns:</dt> +<dd>The comment describing the column.</dd> +</dl> +</section> +</li> </ul> </section> </li> diff --git a/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/class-use/FlightSqlColumnMetadata.Builder.html b/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/class-use/FlightSqlColumnMetadata.Builder.html index b4accde5..8632b08c 100644 --- a/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/class-use/FlightSqlColumnMetadata.Builder.html +++ b/main/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/class-use/FlightSqlColumnMetadata.Builder.html @@ -100,23 +100,28 @@ loadScripts(document, 'script');</script> <div class="block">Sets the precision / column size.</div> </div> <div class="col-first even-row-color"><code><a href="../FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> -<div class="col-second even-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#scale(int)" class="member-name-link">scale</a><wbr>(int scale)</code></div> +<div class="col-second even-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#remarks(java.lang.String)" class="member-name-link">remarks</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> remarks)</code></div> <div class="col-last even-row-color"> -<div class="block">Sets the scale / decimal digits.</div> +<div class="block">Sets the comment describing the column.</div> </div> <div class="col-first odd-row-color"><code><a href="../FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> -<div class="col-second odd-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#schemaName(java.lang.String)" class="member-name-link">schemaName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> schemaName)</code></div> +<div class="col-second odd-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#scale(int)" class="member-name-link">scale</a><wbr>(int scale)</code></div> <div class="col-last odd-row-color"> -<div class="block">Sets the schema name.</div> +<div class="block">Sets the scale / decimal digits.</div> </div> <div class="col-first even-row-color"><code><a href="../FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> -<div class="col-second even-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#tableName(java.lang.String)" class="member-name-link">tableName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> tableName)</code></div> +<div class="col-second even-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#schemaName(java.lang.String)" class="member-name-link">schemaName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> schemaName)</code></div> <div class="col-last even-row-color"> -<div class="block">Sets the table name.</div> +<div class="block">Sets the schema name.</div> </div> <div class="col-first odd-row-color"><code><a href="../FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> -<div class="col-second odd-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#typeName(java.lang.String)" class="member-name-link">typeName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> typeName)</code></div> +<div class="col-second odd-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#tableName(java.lang.String)" class="member-name-link">tableName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> tableName)</code></div> <div class="col-last odd-row-color"> +<div class="block">Sets the table name.</div> +</div> +<div class="col-first even-row-color"><code><a href="../FlightSqlColumnMetadata.Builder.html" title="class in org.apache.arrow.flight.sql">FlightSqlColumnMetadata.Builder</a></code></div> +<div class="col-second even-row-color"><span class="type-name-label">FlightSqlColumnMetadata.Builder.</span><code><a href="../FlightSqlColumnMetadata.Builder.html#typeName(java.lang.String)" class="member-name-link">typeName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> typeName)</code></div> +<div class="col-last even-row-color"> <div class="block">Sets the type name.</div> </div> </div> diff --git a/main/substrait.html b/main/substrait.html index 55883ee8..9814b73f 100644 --- a/main/substrait.html +++ b/main/substrait.html @@ -264,7 +264,7 @@ <article role="main" id="furo-main-content"> <section id="substrait"> <h1>Substrait<a class="headerlink" href="#substrait" title="Link to this heading">¶</a></h1> -<p>The <code class="docutils literal notranslate"><span class="pre">arrow-dataset</span></code> module can execute <a class="reference external" href="https://substrait.io/">Substrait</a> plans via the <a class="reference external" href="https://arrow.apache.org/docs/cpp/streaming_execution.html" title="(in Apache Arrow v19.0.1)"><span class="xref std std-doc">Acero</span></a> +<p>The <code class="docutils literal notranslate"><span class="pre">arrow-dataset</span></code> module can execute <a class="reference external" href="https://substrait.io/">Substrait</a> plans via the <a class="reference external" href="https://arrow.apache.org/docs/cpp/streaming_execution.html" title="(in Apache Arrow v20.0.0)"><span class="xref std std-doc">Acero</span></a> query engine.</p> <section id="executing-queries-using-substrait-plans"> <h2>Executing Queries Using Substrait Plans<a class="headerlink" href="#executing-queries-using-substrait-plans" title="Link to this heading">¶</a></h2> diff --git a/main/vector.html b/main/vector.html index 2fc5b182..c873b48e 100644 --- a/main/vector.html +++ b/main/vector.html @@ -265,7 +265,7 @@ <section id="valuevector"> <h1>ValueVector<a class="headerlink" href="#valuevector" title="Link to this heading">¶</a></h1> <p><code class="xref py py-class docutils literal notranslate"><span class="pre">ValueVector</span></code> interface (which called Array in C++ implementation and -the <a class="reference external" href="https://arrow.apache.org/docs/format/Columnar.html" title="(in Apache Arrow v19.0.1)"><span class="xref std std-doc">the specification</span></a>) is an abstraction that is used to store a +the <a class="reference external" href="https://arrow.apache.org/docs/format/Columnar.html" title="(in Apache Arrow v20.0.0)"><span class="xref std std-doc">the specification</span></a>) is an abstraction that is used to store a sequence of values having the same type in an individual column. Internally, those values are represented by one or several buffers, the number and meaning of which depend on the vector’s data type.</p> <p>There are concrete subclasses of <code class="xref py py-class docutils literal notranslate"><span class="pre">ValueVector</span></code> for each primitive data type diff --git a/main/vector_schema_root.html b/main/vector_schema_root.html index f4089861..83f57419 100644 --- a/main/vector_schema_root.html +++ b/main/vector_schema_root.html @@ -343,7 +343,7 @@ populated).</p> <p>Data can be loaded into/unloaded from a VectorSchemaRoot via <a class="reference external" href="https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/VectorLoader.html">VectorLoader</a> and <a class="reference external" href="https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/VectorUnloader.html">VectorUnloader</a>. They handle converting between VectorSchemaRoot and <a class="reference external" href="https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/ipc/message/ArrowRecordBatch.html">ArrowRecordBatch</a> (a representation of a RecordBatch -<a class="reference external" href="https://arrow.apache.org/docs/format/Columnar.html#format-ipc" title="(in Apache Arrow v19.0.1)"><span class="xref std std-ref">IPC</span></a> message). For example:</p> +<a class="reference external" href="https://arrow.apache.org/docs/format/Columnar.html#format-ipc" title="(in Apache Arrow v20.0.0)"><span class="xref std std-ref">IPC</span></a> message). For example:</p> <div class="highlight-Java notranslate"><div class="highlight"><pre><span></span><span class="c1">// create a VectorSchemaRoot root1 and convert its data into recordBatch</span> <span class="n">VectorSchemaRoot</span><span class="w"> </span><span class="n">root1</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="k">new</span><span class="w"> </span><span class="n">VectorSchemaRoot</span><span class="p">(</span><span class="n">fields</span><span class="p">,</span><span class="w"> </span><span class="n">vectors</span><span class="p">);</span> <span class="n">VectorUnloader</span><span class="w"> </span><span class="n">unloader</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="k">new</span><span class="w"> </span><span class="n">VectorUnloader</span><span class="p">(</span><span class="n">root1</span><span class="p">);</span>