Polyglot SQL API Documentation - v0.2.0
GitHub
npm
Preparing search index...
LineageResult
Interface LineageResult
Result from lineage analysis
interface
LineageResult
{
error
?:
string
;
lineage
?:
LineageNode
;
success
:
boolean
;
}
Index
Properties
error?
lineage?
success
Properties
Optional
error
error
?:
string
Optional
lineage
lineage
?:
LineageNode
success
success
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
lineage
success
GitHub
npm
Polyglot SQL API Documentation - v0.2.0
Loading...
Result from lineage analysis