Traqula
Preparing search index...
@traqula/rules-sparql-1-1
queryProjectionIsGood
Function queryProjectionIsGood
queryProjectionIsGood
(
query
:
Pick
<
QuerySelect
,
"variables"
|
"solutionModifiers"
|
"where"
>
,
)
:
void
Verify that the projected variables (select head) are allowed:
no group-by on select *
if group-by, selected variables need to be collected by the group-by
'select ?var as ?other', ?other cannot be in scope
Parameters
query
:
Pick
<
QuerySelect
,
"variables"
|
"solutionModifiers"
|
"where"
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Traqula
Loading...
Verify that the projected variables (select head) are allowed: