Traqula
Preparing search index...
@traqula/algebra-transformations-1-1
Algebra
LeftJoin
Interface LeftJoin
Algebra operation taking exactly two input operations.
interface
LeftJoin
{
expression
?:
Algebra
.
Expression
;
input
:
[
Algebra
.
Operation
,
Algebra
.
Operation
]
;
subType
?:
string
;
type
:
LEFT_JOIN
;
}
Hierarchy (
View Summary
)
Algebra
.
Double
LeftJoin
Index
Properties
expression?
input
sub
Type?
type
Properties
Optional
expression
expression
?:
Algebra
.
Expression
input
input
:
[
Algebra
.
Operation
,
Algebra
.
Operation
]
Optional
sub
Type
subType
?:
string
type
type
:
LEFT_JOIN
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expression
input
sub
Type
type
Traqula
Loading...
Algebra operation taking exactly two input operations.