type
stringclasses
5 values
name
stringlengths
1
55
qualified_name
stringlengths
5
147
docstring
stringlengths
15
4.52k
filepath
stringclasses
206 values
is_public
bool
2 classes
is_private
bool
2 classes
line_start
int64
0
1.99k
line_end
int64
0
2.01k
annotation
stringclasses
14 values
returns
stringclasses
308 values
value
stringclasses
152 values
parameters
listlengths
0
117
bases
listlengths
0
3
parent_class
stringclasses
376 values
api_element_summary
stringlengths
199
33.8k
method
with_children
fenic.core._logical_plan.plans.transform.Projection.with_children
null
null
true
false
77
82
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
Projection
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.Projection.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: Projection
method
_eq_specific
fenic.core._logical_plan.plans.transform.Projection._eq_specific
null
null
false
true
84
88
null
bool
null
[ "self", "other" ]
null
Projection
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.Projection._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: Projection
class
Filter
fenic.core._logical_plan.plans.transform.Filter
null
null
true
false
90
143
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: Filter Qualified Name: fenic.core._logical_plan.plans.transform.Filter Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.Filter.__init__
null
null
true
false
91
100
null
null
null
[ "self", "input", "predicate", "session_state", "schema" ]
null
Filter
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.Filter.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input", "predicate", "session_state", "schema"] Returns: none Parent Class: Filter
method
from_schema
fenic.core._logical_plan.plans.transform.Filter.from_schema
null
null
true
false
102
104
null
Filter
null
[ "cls", "input", "predicate", "schema" ]
null
Filter
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.Filter.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "predicate", "schema"] Returns: Filter Parent Class: Filter
method
from_session_state
fenic.core._logical_plan.plans.transform.Filter.from_session_state
null
null
true
false
106
108
null
Filter
null
[ "cls", "input", "predicate", "session_state" ]
null
Filter
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.Filter.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "predicate", "session_state"] Returns: Filter Parent Class: Filter
method
children
fenic.core._logical_plan.plans.transform.Filter.children
null
null
true
false
110
111
null
List[LogicalPlan]
null
[ "self" ]
null
Filter
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.Filter.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalPlan] Parent Class: Filter
method
_build_schema
fenic.core._logical_plan.plans.transform.Filter._build_schema
null
null
false
true
113
123
null
Schema
null
[ "self", "session_state" ]
null
Filter
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.Filter._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: Filter
method
predicate
fenic.core._logical_plan.plans.transform.Filter.predicate
null
null
true
false
125
126
null
LogicalExpr
null
[ "self" ]
null
Filter
Type: method Member Name: predicate Qualified Name: fenic.core._logical_plan.plans.transform.Filter.predicate Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: LogicalExpr Parent Class: Filter
method
exprs
fenic.core._logical_plan.plans.transform.Filter.exprs
null
null
true
false
128
129
null
List[LogicalExpr]
null
[ "self" ]
null
Filter
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.Filter.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: Filter
method
_repr
fenic.core._logical_plan.plans.transform.Filter._repr
Return the representation for the Filter node.
null
false
true
131
133
null
str
null
[ "self" ]
null
Filter
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.Filter._repr Docstring: Return the representation for the Filter node. Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: Filter
method
with_children
fenic.core._logical_plan.plans.transform.Filter.with_children
null
null
true
false
135
140
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
Filter
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.Filter.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: Filter
method
_eq_specific
fenic.core._logical_plan.plans.transform.Filter._eq_specific
null
null
false
true
142
143
null
bool
null
[ "self", "other" ]
null
Filter
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.Filter._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: Filter
class
Union
fenic.core._logical_plan.plans.transform.Union
null
null
true
false
145
239
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: Union Qualified Name: fenic.core._logical_plan.plans.transform.Union Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.Union.__init__
null
null
true
false
146
152
null
null
null
[ "self", "inputs", "session_state", "schema" ]
null
Union
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.Union.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "inputs", "session_state", "schema"] Returns: none Parent Class: Union
method
from_schema
fenic.core._logical_plan.plans.transform.Union.from_schema
null
null
true
false
154
156
null
Union
null
[ "cls", "inputs", "schema" ]
null
Union
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.Union.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "inputs", "schema"] Returns: Union Parent Class: Union
method
from_session_state
fenic.core._logical_plan.plans.transform.Union.from_session_state
null
null
true
false
158
160
null
Union
null
[ "cls", "inputs", "session_state" ]
null
Union
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.Union.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "inputs", "session_state"] Returns: Union Parent Class: Union
method
children
fenic.core._logical_plan.plans.transform.Union.children
null
null
true
false
162
163
null
List[LogicalPlan]
null
[ "self" ]
null
Union
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.Union.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalPlan] Parent Class: Union
method
exprs
fenic.core._logical_plan.plans.transform.Union.exprs
null
null
true
false
165
166
null
List[LogicalExpr]
null
[ "self" ]
null
Union
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.Union.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: Union
method
_build_schema
fenic.core._logical_plan.plans.transform.Union._build_schema
null
null
false
true
168
228
null
Schema
null
[ "self", "session_state" ]
null
Union
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.Union._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: Union
method
_repr
fenic.core._logical_plan.plans.transform.Union._repr
null
null
false
true
230
231
null
str
null
[ "self" ]
null
Union
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.Union._repr Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: Union
method
with_children
fenic.core._logical_plan.plans.transform.Union.with_children
null
null
true
false
233
236
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
Union
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.Union.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: Union
method
_eq_specific
fenic.core._logical_plan.plans.transform.Union._eq_specific
null
null
false
true
238
239
null
bool
null
[ "self", "other" ]
null
Union
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.Union._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: Union
class
Limit
fenic.core._logical_plan.plans.transform.Limit
null
null
true
false
242
281
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: Limit Qualified Name: fenic.core._logical_plan.plans.transform.Limit Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.Limit.__init__
null
null
true
false
243
251
null
null
null
[ "self", "input", "n", "session_state", "schema" ]
null
Limit
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.Limit.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input", "n", "session_state", "schema"] Returns: none Parent Class: Limit
method
from_schema
fenic.core._logical_plan.plans.transform.Limit.from_schema
null
null
true
false
253
255
null
Limit
null
[ "cls", "input", "n", "schema" ]
null
Limit
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.Limit.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "n", "schema"] Returns: Limit Parent Class: Limit
method
from_session_state
fenic.core._logical_plan.plans.transform.Limit.from_session_state
null
null
true
false
257
259
null
Limit
null
[ "cls", "input", "n", "session_state" ]
null
Limit
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.Limit.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "n", "session_state"] Returns: Limit Parent Class: Limit
method
children
fenic.core._logical_plan.plans.transform.Limit.children
null
null
true
false
261
262
null
List[LogicalPlan]
null
[ "self" ]
null
Limit
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.Limit.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalPlan] Parent Class: Limit
method
exprs
fenic.core._logical_plan.plans.transform.Limit.exprs
null
null
true
false
264
265
null
List[LogicalExpr]
null
[ "self" ]
null
Limit
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.Limit.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: Limit
method
_build_schema
fenic.core._logical_plan.plans.transform.Limit._build_schema
null
null
false
true
267
268
null
Schema
null
[ "self", "session_state" ]
null
Limit
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.Limit._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: Limit
method
_repr
fenic.core._logical_plan.plans.transform.Limit._repr
null
null
false
true
270
271
null
str
null
[ "self" ]
null
Limit
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.Limit._repr Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: Limit
method
with_children
fenic.core._logical_plan.plans.transform.Limit.with_children
null
null
true
false
273
278
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
Limit
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.Limit.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: Limit
method
_eq_specific
fenic.core._logical_plan.plans.transform.Limit._eq_specific
null
null
false
true
280
281
null
bool
null
[ "self", "other" ]
null
Limit
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.Limit._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: Limit
class
Explode
fenic.core._logical_plan.plans.transform.Explode
null
null
true
false
284
354
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: Explode Qualified Name: fenic.core._logical_plan.plans.transform.Explode Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.Explode.__init__
null
null
true
false
285
296
null
null
null
[ "self", "input", "expr", "keep_null_and_empty", "session_state", "schema" ]
null
Explode
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.Explode.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input", "expr", "keep_null_and_empty", "session_state", "schema"] Returns: none Parent Class: Explode
method
from_schema
fenic.core._logical_plan.plans.transform.Explode.from_schema
null
null
true
false
298
301
null
Explode
null
[ "cls", "input", "expr", "schema", "keep_null_and_empty" ]
null
Explode
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.Explode.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "expr", "schema", "keep_null_and_empty"] Returns: Explode Parent Class: Explode
method
from_session_state
fenic.core._logical_plan.plans.transform.Explode.from_session_state
null
null
true
false
303
306
null
Explode
null
[ "cls", "input", "expr", "session_state", "keep_null_and_empty" ]
null
Explode
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.Explode.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "expr", "session_state", "keep_null_and_empty"] Returns: Explode Parent Class: ...
method
children
fenic.core._logical_plan.plans.transform.Explode.children
null
null
true
false
308
309
null
list[LogicalPlan]
null
[ "self" ]
null
Explode
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.Explode.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: list[LogicalPlan] Parent Class: Explode
method
exprs
fenic.core._logical_plan.plans.transform.Explode.exprs
null
null
true
false
311
312
null
List[LogicalExpr]
null
[ "self" ]
null
Explode
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.Explode.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: Explode
method
_build_schema
fenic.core._logical_plan.plans.transform.Explode._build_schema
null
null
false
true
314
341
null
Schema
null
[ "self", "session_state" ]
null
Explode
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.Explode._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: Explode
method
_repr
fenic.core._logical_plan.plans.transform.Explode._repr
null
null
false
true
343
344
null
str
null
[ "self" ]
null
Explode
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.Explode._repr Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: Explode
method
with_children
fenic.core._logical_plan.plans.transform.Explode.with_children
null
null
true
false
346
351
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
Explode
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.Explode.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: Explode
method
_eq_specific
fenic.core._logical_plan.plans.transform.Explode._eq_specific
null
null
false
true
353
354
null
bool
null
[ "self", "other" ]
null
Explode
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.Explode._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: Explode
class
ExplodeWithIndex
fenic.core._logical_plan.plans.transform.ExplodeWithIndex
null
null
true
false
357
455
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: ExplodeWithIndex Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.ExplodeWithIndex.__init__
null
null
true
false
358
373
null
null
null
[ "self", "input", "expr", "index_name", "value_name", "keep_null_and_empty", "session_state", "schema" ]
null
ExplodeWithIndex
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input", "expr", "index_name", "value_name", "keep_null_and_empty", "session_state", "schema"] Ret...
method
from_schema
fenic.core._logical_plan.plans.transform.ExplodeWithIndex.from_schema
null
null
true
false
375
379
null
ExplodeWithIndex
null
[ "cls", "input", "expr", "index_name", "value_name", "schema", "keep_null_and_empty" ]
null
ExplodeWithIndex
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "expr", "index_name", "value_name", "schema", "keep_null_and_empty"] Returns: Explod...
method
from_session_state
fenic.core._logical_plan.plans.transform.ExplodeWithIndex.from_session_state
null
null
true
false
381
386
null
ExplodeWithIndex
null
[ "cls", "input", "expr", "index_name", "value_name", "session_state", "keep_null_and_empty" ]
null
ExplodeWithIndex
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "expr", "index_name", "value_name", "session_state", "keep_null_and_em...
method
children
fenic.core._logical_plan.plans.transform.ExplodeWithIndex.children
null
null
true
false
388
389
null
list[LogicalPlan]
null
[ "self" ]
null
ExplodeWithIndex
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: list[LogicalPlan] Parent Class: ExplodeWithIndex
method
exprs
fenic.core._logical_plan.plans.transform.ExplodeWithIndex.exprs
null
null
true
false
391
392
null
List[LogicalExpr]
null
[ "self" ]
null
ExplodeWithIndex
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: ExplodeWithIndex
method
_build_schema
fenic.core._logical_plan.plans.transform.ExplodeWithIndex._build_schema
null
null
false
true
394
437
null
Schema
null
[ "self", "session_state" ]
null
ExplodeWithIndex
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: ExplodeWithIndex
method
_repr
fenic.core._logical_plan.plans.transform.ExplodeWithIndex._repr
null
null
false
true
439
440
null
str
null
[ "self" ]
null
ExplodeWithIndex
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex._repr Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: ExplodeWithIndex
method
with_children
fenic.core._logical_plan.plans.transform.ExplodeWithIndex.with_children
null
null
true
false
442
449
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
ExplodeWithIndex
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: ExplodeWithIndex
method
_eq_specific
fenic.core._logical_plan.plans.transform.ExplodeWithIndex._eq_specific
null
null
false
true
451
455
null
bool
null
[ "self", "other" ]
null
ExplodeWithIndex
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.ExplodeWithIndex._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: ExplodeWithIndex
class
DropDuplicates
fenic.core._logical_plan.plans.transform.DropDuplicates
null
null
true
false
458
506
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: DropDuplicates Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.DropDuplicates.__init__
null
null
true
false
459
467
null
null
null
[ "self", "input", "subset", "session_state", "schema" ]
null
DropDuplicates
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input", "subset", "session_state", "schema"] Returns: none Parent Class: DropDuplicates
method
from_schema
fenic.core._logical_plan.plans.transform.DropDuplicates.from_schema
null
null
true
false
469
471
null
DropDuplicates
null
[ "cls", "input", "subset", "schema" ]
null
DropDuplicates
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "subset", "schema"] Returns: DropDuplicates Parent Class: DropDuplicates
method
from_session_state
fenic.core._logical_plan.plans.transform.DropDuplicates.from_session_state
null
null
true
false
473
475
null
DropDuplicates
null
[ "cls", "input", "subset", "session_state" ]
null
DropDuplicates
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "subset", "session_state"] Returns: DropDuplicates Parent Class: DropDup...
method
children
fenic.core._logical_plan.plans.transform.DropDuplicates.children
null
null
true
false
477
478
null
List[LogicalPlan]
null
[ "self" ]
null
DropDuplicates
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalPlan] Parent Class: DropDuplicates
method
_build_schema
fenic.core._logical_plan.plans.transform.DropDuplicates._build_schema
null
null
false
true
480
481
null
Schema
null
[ "self", "session_state" ]
null
DropDuplicates
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: DropDuplicates
method
exprs
fenic.core._logical_plan.plans.transform.DropDuplicates.exprs
null
null
true
false
483
484
null
List[LogicalExpr]
null
[ "self" ]
null
DropDuplicates
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: DropDuplicates
method
_repr
fenic.core._logical_plan.plans.transform.DropDuplicates._repr
null
null
false
true
486
487
null
str
null
[ "self" ]
null
DropDuplicates
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates._repr Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: DropDuplicates
method
with_children
fenic.core._logical_plan.plans.transform.DropDuplicates.with_children
null
null
true
false
489
494
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
DropDuplicates
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: DropDuplicates
method
_eq_specific
fenic.core._logical_plan.plans.transform.DropDuplicates._eq_specific
null
null
false
true
496
500
null
bool
null
[ "self", "other" ]
null
DropDuplicates
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: DropDuplicates
method
_subset
fenic.core._logical_plan.plans.transform.DropDuplicates._subset
null
null
false
true
502
506
null
List[str]
null
[ "self" ]
null
DropDuplicates
Type: method Member Name: _subset Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates._subset Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: List[str] Parent Class: DropDuplicates
class
Sort
fenic.core._logical_plan.plans.transform.Sort
null
null
true
false
509
554
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: Sort Qualified Name: fenic.core._logical_plan.plans.transform.Sort Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.Sort.__init__
null
null
true
false
510
518
null
null
null
[ "self", "input", "sort_exprs", "session_state", "schema" ]
null
Sort
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.Sort.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input", "sort_exprs", "session_state", "schema"] Returns: none Parent Class: Sort
method
from_schema
fenic.core._logical_plan.plans.transform.Sort.from_schema
null
null
true
false
520
522
null
Sort
null
[ "cls", "input", "sort_exprs", "schema" ]
null
Sort
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.Sort.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "sort_exprs", "schema"] Returns: Sort Parent Class: Sort
method
from_session_state
fenic.core._logical_plan.plans.transform.Sort.from_session_state
null
null
true
false
524
526
null
Sort
null
[ "cls", "input", "sort_exprs", "session_state" ]
null
Sort
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.Sort.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "sort_exprs", "session_state"] Returns: Sort Parent Class: Sort
method
children
fenic.core._logical_plan.plans.transform.Sort.children
null
null
true
false
528
529
null
List[LogicalPlan]
null
[ "self" ]
null
Sort
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.Sort.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalPlan] Parent Class: Sort
method
_build_schema
fenic.core._logical_plan.plans.transform.Sort._build_schema
null
null
false
true
531
532
null
Schema
null
[ "self", "session_state" ]
null
Sort
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.Sort._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: Sort
method
sort_exprs
fenic.core._logical_plan.plans.transform.Sort.sort_exprs
null
null
true
false
534
535
null
List[LogicalExpr]
null
[ "self" ]
null
Sort
Type: method Member Name: sort_exprs Qualified Name: fenic.core._logical_plan.plans.transform.Sort.sort_exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: Sort
method
exprs
fenic.core._logical_plan.plans.transform.Sort.exprs
null
null
true
false
537
538
null
List[LogicalExpr]
null
[ "self" ]
null
Sort
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.Sort.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: Sort
method
_repr
fenic.core._logical_plan.plans.transform.Sort._repr
null
null
false
true
540
541
null
str
null
[ "self" ]
null
Sort
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.Sort._repr Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: Sort
method
with_children
fenic.core._logical_plan.plans.transform.Sort.with_children
null
null
true
false
543
548
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
Sort
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.Sort.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: Sort
method
_eq_specific
fenic.core._logical_plan.plans.transform.Sort._eq_specific
null
null
false
true
550
554
null
bool
null
[ "self", "other" ]
null
Sort
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.Sort._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: Sort
class
Unnest
fenic.core._logical_plan.plans.transform.Unnest
null
null
true
false
556
616
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: Unnest Qualified Name: fenic.core._logical_plan.plans.transform.Unnest Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.Unnest.__init__
null
null
true
false
557
565
null
null
null
[ "self", "input", "exprs", "session_state", "schema" ]
null
Unnest
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input", "exprs", "session_state", "schema"] Returns: none Parent Class: Unnest
method
from_schema
fenic.core._logical_plan.plans.transform.Unnest.from_schema
null
null
true
false
567
569
null
Unnest
null
[ "cls", "input", "exprs", "schema" ]
null
Unnest
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "exprs", "schema"] Returns: Unnest Parent Class: Unnest
method
from_session_state
fenic.core._logical_plan.plans.transform.Unnest.from_session_state
null
null
true
false
571
573
null
Unnest
null
[ "cls", "input", "exprs", "session_state" ]
null
Unnest
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "input", "exprs", "session_state"] Returns: Unnest Parent Class: Unnest
method
children
fenic.core._logical_plan.plans.transform.Unnest.children
null
null
true
false
575
576
null
List[LogicalPlan]
null
[ "self" ]
null
Unnest
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalPlan] Parent Class: Unnest
method
_build_schema
fenic.core._logical_plan.plans.transform.Unnest._build_schema
null
null
false
true
578
594
null
Schema
null
[ "self", "session_state" ]
null
Unnest
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.Unnest._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: Unnest
method
exprs
fenic.core._logical_plan.plans.transform.Unnest.exprs
null
null
true
false
596
597
null
List[LogicalExpr]
null
[ "self" ]
null
Unnest
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: Unnest
method
_repr
fenic.core._logical_plan.plans.transform.Unnest._repr
null
null
false
true
599
600
null
str
null
[ "self" ]
null
Unnest
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.Unnest._repr Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: Unnest
method
col_names
fenic.core._logical_plan.plans.transform.Unnest.col_names
null
null
true
false
602
603
null
List[str]
null
[ "self" ]
null
Unnest
Type: method Member Name: col_names Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.col_names Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[str] Parent Class: Unnest
method
with_children
fenic.core._logical_plan.plans.transform.Unnest.with_children
null
null
true
false
605
610
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
Unnest
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.with_children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Returns: LogicalPlan Parent Class: Unnest
method
_eq_specific
fenic.core._logical_plan.plans.transform.Unnest._eq_specific
null
null
false
true
612
616
null
bool
null
[ "self", "other" ]
null
Unnest
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.Unnest._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: Unnest
class
SQL
fenic.core._logical_plan.plans.transform.SQL
null
null
true
false
619
722
null
null
null
null
[ "LogicalPlan" ]
null
Type: class Member Name: SQL Qualified Name: fenic.core._logical_plan.plans.transform.SQL Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.SQL.__init__
null
null
true
false
620
634
null
null
null
[ "self", "inputs", "template_names", "templated_query", "session_state", "schema" ]
null
SQL
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.SQL.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "inputs", "template_names", "templated_query", "session_state", "schema"] Returns: none Parent Class: SQL
method
from_schema
fenic.core._logical_plan.plans.transform.SQL.from_schema
null
null
true
false
636
638
null
SQL
null
[ "cls", "inputs", "template_names", "templated_query", "schema" ]
null
SQL
Type: method Member Name: from_schema Qualified Name: fenic.core._logical_plan.plans.transform.SQL.from_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "inputs", "template_names", "templated_query", "schema"] Returns: SQL Parent Class: SQL
method
from_session_state
fenic.core._logical_plan.plans.transform.SQL.from_session_state
null
null
true
false
640
646
null
SQL
null
[ "cls", "inputs", "template_names", "templated_query", "session_state" ]
null
SQL
Type: method Member Name: from_session_state Qualified Name: fenic.core._logical_plan.plans.transform.SQL.from_session_state Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "inputs", "template_names", "templated_query", "session_state"] Returns: SQL Parent Class: S...
method
children
fenic.core._logical_plan.plans.transform.SQL.children
null
null
true
false
648
649
null
List[LogicalPlan]
null
[ "self" ]
null
SQL
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.plans.transform.SQL.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalPlan] Parent Class: SQL
method
exprs
fenic.core._logical_plan.plans.transform.SQL.exprs
null
null
true
false
651
652
null
List[LogicalExpr]
null
[ "self" ]
null
SQL
Type: method Member Name: exprs Qualified Name: fenic.core._logical_plan.plans.transform.SQL.exprs Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: SQL
method
_repr
fenic.core._logical_plan.plans.transform.SQL._repr
null
null
false
true
654
655
null
str
null
[ "self" ]
null
SQL
Type: method Member Name: _repr Qualified Name: fenic.core._logical_plan.plans.transform.SQL._repr Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: str Parent Class: SQL
method
_replace_query_placeholders
fenic.core._logical_plan.plans.transform.SQL._replace_query_placeholders
null
null
false
true
657
669
null
Tuple[str, Dict[str, str]]
null
[ "self" ]
null
SQL
Type: method Member Name: _replace_query_placeholders Qualified Name: fenic.core._logical_plan.plans.transform.SQL._replace_query_placeholders Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: Tuple[str, Dict[str, str]] Parent Class: SQL
method
_build_schema
fenic.core._logical_plan.plans.transform.SQL._build_schema
null
null
false
true
671
681
null
Schema
null
[ "self", "session_state" ]
null
SQL
Type: method Member Name: _build_schema Qualified Name: fenic.core._logical_plan.plans.transform.SQL._build_schema Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "session_state"] Returns: Schema Parent Class: SQL
method
_validate_query
fenic.core._logical_plan.plans.transform.SQL._validate_query
null
null
false
true
684
707
null
None
null
[ "self" ]
null
SQL
Type: method Member Name: _validate_query Qualified Name: fenic.core._logical_plan.plans.transform.SQL._validate_query Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self"] Returns: None Parent Class: SQL
method
with_children
fenic.core._logical_plan.plans.transform.SQL.with_children
Create and return a new instance of the SQL plan with the given children.
null
true
false
709
716
null
LogicalPlan
null
[ "self", "children", "session_state" ]
null
SQL
Type: method Member Name: with_children Qualified Name: fenic.core._logical_plan.plans.transform.SQL.with_children Docstring: Create and return a new instance of the SQL plan with the given children. Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "children", "session_state"] Ret...
method
_eq_specific
fenic.core._logical_plan.plans.transform.SQL._eq_specific
null
null
false
true
718
722
null
bool
null
[ "self", "other" ]
null
SQL
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.plans.transform.SQL._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: SQL
class
CentroidInfo
fenic.core._logical_plan.plans.transform.CentroidInfo
null
null
true
false
724
727
null
null
null
null
[]
null
Type: class Member Name: CentroidInfo Qualified Name: fenic.core._logical_plan.plans.transform.CentroidInfo Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.plans.transform.CentroidInfo.__init__
null
null
true
false
0
0
null
None
null
[ "self", "centroid_column", "num_dimensions" ]
null
CentroidInfo
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.plans.transform.CentroidInfo.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "centroid_column", "num_dimensions"] Returns: None Parent Class: CentroidInfo