Skip to content

[auto-build] backport-55-245d618d159c9dd77237b89b310f82bc6b049d1e -> release-x.55.x #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _docs/latest/questions/query-builder/expressions-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Related: [doesNotContain](#doesnotcontain), [regexExtract](#regexextract).

### date

> Not available for Oracle or the non-JDBC Apache Druid driver.
> Unavailable for Oracle or the non-JDBC Apache Druid driver.

- When used on a string, converts an ISO 8601 date string to a date. The string _must_ be in a valid ISO 8601 format. If the string contains time, the time part is truncated.
- When used on a datetime value, truncates datetime to a date.
Expand Down Expand Up @@ -592,7 +592,7 @@ Related: [notEmpty](#notempty), [isNull](#isnull).

### integer

> Not available for the non-JDBC Apache Druid driver.
> Unavailable for the non-JDBC Apache Druid driver.

- Converts a string to an integer value. Useful if you want to do some math on numbers, but your data is stored as strings.
- Converts a floating point value by rounding it to an integer.
Expand Down Expand Up @@ -742,7 +742,7 @@ Related: [regexExtract](#regexextract), [replace](#replace).

### text

> Not available for the non-JDBC Druid driver
> Unavailable for the non-JDBC Druid driver

Converts a number or date to text (a string). Useful for applying text filters or joining with other columns based on text comparisons.

Expand Down
6 changes: 3 additions & 3 deletions _docs/v0.55/questions/query-builder/expressions-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ Related: [doesNotContain](#doesnotcontain), [regexExtract](#regexextract).

### date

> Not available for Oracle or the non-JDBC Apache Druid driver.
> Unavailable for Oracle or the non-JDBC Apache Druid driver.

- When used on a string, converts an ISO 8601 date string to a date. The string _must_ be in a valid ISO 8601 format. If the string contains time, the time part is truncated.
- When used on a datetime value, truncates datetime to a date.
Expand Down Expand Up @@ -590,7 +590,7 @@ Related: [notEmpty](#notempty), [isNull](#isnull).

### integer

> Not available for the non-JDBC Apache Druid driver.
> Unavailable for the non-JDBC Apache Druid driver.

- Converts a string to an integer value. Useful if you want to do some math on numbers, but your data is stored as strings.
- Converts a floating point value by rounding it to an integer.
Expand Down Expand Up @@ -740,7 +740,7 @@ Related: [regexExtract](#regexextract), [replace](#replace).

### text

> Not available for the non-JDBC Druid driver
> Unavailable for the non-JDBC Druid driver

Converts a number or date to text (a string). Useful for applying text filters or joining with other columns based on text comparisons.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4768,7 +4768,7 @@ <h3 id="contains">contains</h3>
<h3 id="date">date</h3>

<blockquote>
<p>Not available for Oracle or the non-JDBC Apache Druid driver.</p>
<p>Unavailable for Oracle or the non-JDBC Apache Druid driver.</p>
</blockquote>

<ul>
Expand Down Expand Up @@ -4902,7 +4902,7 @@ <h3 id="isempty"><a href="./expressions/isempty">isEmpty</a></h3>
<h3 id="integer">integer</h3>

<blockquote>
<p>Not available for the non-JDBC Apache Druid driver.</p>
<p>Unavailable for the non-JDBC Apache Druid driver.</p>
</blockquote>

<ul>
Expand Down Expand Up @@ -5060,7 +5060,7 @@ <h3 id="substring"><a href="./expressions/substring">substring</a></h3>
<h3 id="text">text</h3>

<blockquote>
<p>Not available for the non-JDBC Druid driver</p>
<p>Unavailable for the non-JDBC Druid driver</p>
</blockquote>

<p>Converts a number or date to text (a string). Useful for applying text filters or joining with other columns based on text comparisons.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4770,7 +4770,7 @@ <h3 id="contains">contains</h3>
<h3 id="date">date</h3>

<blockquote>
<p>Not available for Oracle or the non-JDBC Apache Druid driver.</p>
<p>Unavailable for Oracle or the non-JDBC Apache Druid driver.</p>
</blockquote>

<ul>
Expand Down Expand Up @@ -4904,7 +4904,7 @@ <h3 id="isempty"><a href="./expressions/isempty">isEmpty</a></h3>
<h3 id="integer">integer</h3>

<blockquote>
<p>Not available for the non-JDBC Apache Druid driver.</p>
<p>Unavailable for the non-JDBC Apache Druid driver.</p>
</blockquote>

<ul>
Expand Down Expand Up @@ -5062,7 +5062,7 @@ <h3 id="substring"><a href="./expressions/substring">substring</a></h3>
<h3 id="text">text</h3>

<blockquote>
<p>Not available for the non-JDBC Druid driver</p>
<p>Unavailable for the non-JDBC Druid driver</p>
</blockquote>

<p>Converts a number or date to text (a string). Useful for applying text filters or joining with other columns based on text comparisons.</p>
Expand Down