Polyglot SQL API Documentation - v0.5.12
GitHub
npm
Preparing search index...
ProjectionFact
Interface ProjectionFact
interface
ProjectionFact
{
castType
?:
string
;
index
:
number
;
isStar
:
boolean
;
name
?:
string
;
nullability
:
ProjectionNullability
;
starTable
?:
string
;
transformFunction
?:
TransformFunctionFact
;
transformKind
:
TransformKind
;
typeHint
?:
string
;
upstream
:
ColumnReferenceFact
[]
;
}
Index
Properties
cast
Type?
index
is
Star
name?
nullability
star
Table?
transform
Function?
transform
Kind
type
Hint?
upstream
Properties
Optional
cast
Type
castType
?:
string
index
index
:
number
is
Star
isStar
:
boolean
Optional
name
name
?:
string
nullability
nullability
:
ProjectionNullability
Optional
star
Table
starTable
?:
string
Optional
transform
Function
transformFunction
?:
TransformFunctionFact
transform
Kind
transformKind
:
TransformKind
Optional
type
Hint
typeHint
?:
string
upstream
upstream
:
ColumnReferenceFact
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cast
Type
index
is
Star
name
nullability
star
Table
transform
Function
transform
Kind
type
Hint
upstream
GitHub
npm
Polyglot SQL API Documentation - v0.5.12
Loading...