setEnableNullJoins()
Home > @gooddata/sdk-backend-spi > IWorkspaceSettingsService > setEnableNullJoins
IWorkspaceSettingsService.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 setting for workspace. Default is taken from organization setting.
Signature:
setEnableNullJoins(enabled: boolean): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
enabled |
boolean |
whether to enable null value matching in SQL joins for this workspace. |
Returns:
Promise<void>
promise
Remarks
When enabled, generated SQL joins coalesce null values before comparing join keys.