setEnableNullJoins()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setEnableNullJoins
IOrganizationSettingsService.setEnableNullJoins() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sets enable null joins configuration for organization.
Signature:
setEnableNullJoins(enabled: boolean): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
enabled |
boolean |
whether to enable null value matching in SQL joins. |
Returns:
Promise<void>
promise
Remarks
When enabled, generated SQL joins coalesce null values before comparing join keys. Workspaces inherit this value unless they override it.