You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/polybase/polybase-versioned-feature-summary.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,25 @@ This article is a summary of PolyBase features available for SQL Server products
22
22
This table lists the key features for PolyBase and the products in which they're available.
23
23
24
24
||||||
25
-
|-|-|-|-|-|
26
-
|**Feature**|**SQL Server 2016**|**Azure SQL Database**|**Azure Synapse Analytics**|**Parallel Data Warehouse**|
25
+
|-|-|-|-|-|
26
+
|**Feature**|**SQL Server 2016**|**Azure SQL Database**|**Azure Synapse Analytics**|**Parallel Data Warehouse**|
27
27
|Query Hadoop data with [!INCLUDE[tsql](../../includes/tsql-md.md)]|Yes|No|No|Yes|
28
28
|Import data from Hadoop|Yes|No|No|Yes|
29
29
|Export data to Hadoop |Yes|No|No| Yes|
30
30
|Query, import from, export to Azure HDInsight |No|No|No|No
31
31
|Push down query computations to Hadoop|Yes|No|No|Yes|
32
-
|Import data from Azure Blob storage|Yes|No|Yes|Yes|
32
+
|Import data from Azure Blob storage|Yes|No|Yes|Yes|
33
33
|Export data to Azure Blob storage|Yes|No|Yes|Yes|
34
-
|Import data from Azure Data Lake Store|No|No|Yes|No|
34
+
|Import data from Azure Data Lake Store|No|No|Yes|No|
35
35
|Export data from Azure Data Lake Store|No|No|Yes|No|
36
-
|Run PolyBase queries from Microsoft BI tools|Yes|No|Yes|Yes|
36
+
|Run PolyBase queries from Microsoft BI tools|Yes|No|Yes|Yes|
37
37
38
38
## Pushdown computation supported by T-SQL operators
39
39
40
-
In SQL Server and APS, not all T-SQL operators can be pushed down to the Hadoop cluster. This table lists all the supported operators and a subset of the unsupported operators.
40
+
In SQL Server and APS, not all T-SQL operators can be pushed down to the Hadoop cluster. This table lists all the supported operators and a subset of the unsupported operators.
41
41
42
42
||||
43
-
|-|-|-|
43
+
|-|-|-|
44
44
|**Operator type**|**Pushable to Hadoop**|**Pushable to Blob storage**|
0 commit comments