add function inlining

This commit is contained in:
steve-chavez
2023-05-11 21:57:54 -03:00
committed by Steve Chavez
parent d7907f4aa4
commit 946b113912
4 changed files with 53 additions and 0 deletions
+5
View File
@@ -17,6 +17,11 @@ Inserts
- New :ref:`bulk_insert_default`.
Functions
~~~~~~~~~
- Filters on Table-Valued Functions are now guaranteed to be inlined. See :ref:`function_inlining`.
Horizontal Filtering
~~~~~~~~~~~~~~~~~~~~