Traqula
Preparing search index...
@traqula/algebra-transformations-1-2
Algebra
LeftJoin
Interface LeftJoin
interface
LeftJoin
{
expression
?:
Algebra
.
Expression
;
input
:
[
Algebra
.
Operation
,
Algebra
.
Operation
]
;
metadata
?:
Record
<
string
,
unknown
>
;
type
:
LEFT_JOIN
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
Algebra
.
Double
LeftJoin
Indexable
[
key
:
string
]:
any
Index
Properties
expression?
input
metadata?
type
Properties
Optional
expression
expression
?:
Algebra
.
Expression
input
input
:
[
Algebra
.
Operation
,
Algebra
.
Operation
]
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
type
type
:
LEFT_JOIN
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expression
input
metadata
type
Traqula
Loading...