We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145b108 commit fa02182Copy full SHA for fa02182
1 file changed
rust/datafusion/src/physical_plan/string_expressions.rs
@@ -14,6 +14,10 @@
14
// KIND, either express or implied. See the License for the
15
// specific language governing permissions and limitations
16
// under the License.
17
+//
18
+// Some of these functions reference the Postgres documentation
19
+// or implementation to ensure compatibility and are subject to
20
+// the Postgres license.
21
22
//! String expressions
23
use std::cmp::Ordering;
0 commit comments