sql property
The query request to generate partitions for.
The request fails if the query is not root partitionable. For a query to
be root partitionable, it needs to satisfy a few conditions. For example,
if the query execution plan contains a distributed union operator, then it
must be the first operator in the plan. For more information about other
conditions, see
Read data in parallel.
The query request must not contain DML commands, such as INSERT
,
UPDATE
, or DELETE
. Use ExecuteStreamingSql
with a PartitionedDml
transaction for large, partition-friendly DML operations.
Required.
Implementation
core.String? sql;