-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(accursed): add cursed knowledge page (#10031)
We have a lot of catching up to do, but we can at least note down these horrors as we reencounter them.
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Cursed Knowledge | ||
|
||
Cursed knowledge the Ibis developers have acquired via battling with many, many | ||
execution engines. | ||
|
||
## Oracle | ||
|
||
* Oracle's `LTRIM` and `RTRIM` functions accept a _set_ of whitespace (or other) | ||
characters to remove from the left-, and right-hand-side sides of the input | ||
string, but the `TRIM` function only accepts a single character to remove. | ||
|
||
## Impala | ||
|
||
* Impala's `LTRIM` and `RTRIM` functions accept a _set_ of whitespace (or other) | ||
characters to remove from the left-, and right-hand-side sides of the input | ||
string, but the `TRIM` function only removes _spaces_. |