Polyglot SQL API Documentation - v0.5.12
GitHub
npm
Preparing search index...
QueryAnalysis
Interface QueryAnalysis
interface
QueryAnalysis
{
baseTables
:
RelationFact
[]
;
cteFacts
:
CteFact
[]
;
ctes
:
string
[]
;
projections
:
ProjectionFact
[]
;
relations
:
RelationFact
[]
;
setOperations
:
SetOperationFact
[]
;
shape
:
QueryShape
;
starProjections
:
StarProjectionFact
[]
;
}
Index
Properties
base
Tables
cte
Facts
ctes
projections
relations
set
Operations
shape
star
Projections
Properties
base
Tables
baseTables
:
RelationFact
[]
cte
Facts
cteFacts
:
CteFact
[]
ctes
ctes
:
string
[]
projections
projections
:
ProjectionFact
[]
relations
relations
:
RelationFact
[]
set
Operations
setOperations
:
SetOperationFact
[]
shape
shape
:
QueryShape
star
Projections
starProjections
:
StarProjectionFact
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Tables
cte
Facts
ctes
projections
relations
set
Operations
shape
star
Projections
GitHub
npm
Polyglot SQL API Documentation - v0.5.12
Loading...