type stringclasses 5
values | name stringlengths 1 55 | qualified_name stringlengths 5 143 | docstring stringlengths 0 3.59k ⌀ | filepath stringclasses 180
values | is_public bool 2
classes | is_private bool 2
classes | line_start float64 0 1.54k ⌀ | line_end float64 0 1.56k ⌀ | annotation stringclasses 8
values | returns stringclasses 236
values | parameters listlengths 0 74 ⌀ | parent_class stringclasses 298
values | value stringclasses 112
values | bases listlengths 0 3 ⌀ | api_element_summary stringlengths 199 23k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class | BaseSemanticJoin | fenic.core._logical_plan.plans.join.BaseSemanticJoin | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 153 | 192 | null | null | null | null | null | [
"LogicalPlan",
"ABC"
] | Type: class
Member Name: BaseSemanticJoin
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin
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.join.BaseSemanticJoin.__init__ | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 154 | 166 | null | null | [
"self",
"left",
"right",
"left_on",
"right_on",
"session_state",
"schema"
] | BaseSemanticJoin | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right", "left_on", "right_on", "session_state", "schema"]
Returns: none
Parent Class: BaseSemanticJoin |
method | _validate_columns | fenic.core._logical_plan.plans.join.BaseSemanticJoin._validate_columns | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 168 | 170 | null | None | [
"self",
"session_state"
] | BaseSemanticJoin | null | null | Type: method
Member Name: _validate_columns
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin._validate_columns
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: None
Parent Class: BaseSemanticJoin |
method | _build_schema | fenic.core._logical_plan.plans.join.BaseSemanticJoin._build_schema | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 172 | 176 | null | Schema | [
"self",
"session_state"
] | BaseSemanticJoin | null | null | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: BaseSemanticJoin |
method | left_on | fenic.core._logical_plan.plans.join.BaseSemanticJoin.left_on | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 178 | 179 | null | LogicalExpr | [
"self"
] | BaseSemanticJoin | null | null | Type: method
Member Name: left_on
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin.left_on
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: LogicalExpr
Parent Class: BaseSemanticJoin |
method | right_on | fenic.core._logical_plan.plans.join.BaseSemanticJoin.right_on | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 181 | 182 | null | LogicalExpr | [
"self"
] | BaseSemanticJoin | null | null | Type: method
Member Name: right_on
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin.right_on
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: LogicalExpr
Parent Class: BaseSemanticJoin |
method | children | fenic.core._logical_plan.plans.join.BaseSemanticJoin.children | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 184 | 185 | null | List[LogicalPlan] | [
"self"
] | BaseSemanticJoin | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: BaseSemanticJoin |
method | exprs | fenic.core._logical_plan.plans.join.BaseSemanticJoin.exprs | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 187 | 188 | null | List[LogicalExpr] | [
"self"
] | BaseSemanticJoin | null | null | Type: method
Member Name: exprs
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin.exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: BaseSemanticJoin |
method | with_children | fenic.core._logical_plan.plans.join.BaseSemanticJoin.with_children | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 190 | 192 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | BaseSemanticJoin | null | null | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.join.BaseSemanticJoin.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children", "session_state"]
Returns: LogicalPlan
Parent Class: BaseSemanticJoin |
class | SemanticJoin | fenic.core._logical_plan.plans.join.SemanticJoin | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 195 | 327 | null | null | null | null | null | [
"BaseSemanticJoin"
] | Type: class
Member Name: SemanticJoin
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin
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.join.SemanticJoin.__init__ | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 196 | 219 | null | null | [
"self",
"left",
"right",
"left_on",
"right_on",
"jinja_template",
"strict",
"temperature",
"model_alias",
"examples",
"session_state",
"schema"
] | SemanticJoin | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right", "left_on", "right_on", "jinja_template", "strict", "temperature", "model_alias", "examples", "session_state", "schema"]
Returns: none
Parent Class: SemanticJoin |
method | from_session_state | fenic.core._logical_plan.plans.join.SemanticJoin.from_session_state | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 221 | 242 | null | SemanticJoin | [
"cls",
"left",
"right",
"left_on",
"right_on",
"jinja_template",
"strict",
"temperature",
"model_alias",
"examples",
"session_state"
] | SemanticJoin | null | null | Type: method
Member Name: from_session_state
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin.from_session_state
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "left", "right", "left_on", "right_on", "jinja_template", "strict", "temperature", "model_alias", "examples", "session_state"]
Returns: SemanticJoin
Parent Class: SemanticJoin |
method | from_schema | fenic.core._logical_plan.plans.join.SemanticJoin.from_schema | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 244 | 265 | null | SemanticJoin | [
"cls",
"left",
"right",
"left_on",
"right_on",
"jinja_template",
"strict",
"temperature",
"model_alias",
"examples",
"schema"
] | SemanticJoin | null | null | Type: method
Member Name: from_schema
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin.from_schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "left", "right", "left_on", "right_on", "jinja_template", "strict", "temperature", "model_alias", "examples", "schema"]
Returns: SemanticJoin
Parent Class: SemanticJoin |
method | _validate_columns | fenic.core._logical_plan.plans.join.SemanticJoin._validate_columns | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 268 | 282 | null | None | [
"self",
"session_state"
] | SemanticJoin | null | null | Type: method
Member Name: _validate_columns
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin._validate_columns
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: None
Parent Class: SemanticJoin |
method | jinja_template | fenic.core._logical_plan.plans.join.SemanticJoin.jinja_template | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 284 | 285 | null | str | [
"self"
] | SemanticJoin | null | null | Type: method
Member Name: jinja_template
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin.jinja_template
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: SemanticJoin |
method | strict | fenic.core._logical_plan.plans.join.SemanticJoin.strict | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 287 | 288 | null | bool | [
"self"
] | SemanticJoin | null | null | Type: method
Member Name: strict
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin.strict
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: bool
Parent Class: SemanticJoin |
method | examples | fenic.core._logical_plan.plans.join.SemanticJoin.examples | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 290 | 291 | null | Optional[JoinExampleCollection] | [
"self"
] | SemanticJoin | null | null | Type: method
Member Name: examples
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin.examples
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: Optional[JoinExampleCollection]
Parent Class: SemanticJoin |
method | _repr | fenic.core._logical_plan.plans.join.SemanticJoin._repr | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 293 | 297 | null | str | [
"self"
] | SemanticJoin | null | null | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: SemanticJoin |
method | with_children | fenic.core._logical_plan.plans.join.SemanticJoin.with_children | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 299 | 316 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | SemanticJoin | null | null | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children", "session_state"]
Returns: LogicalPlan
Parent Class: SemanticJoin |
method | _eq_specific | fenic.core._logical_plan.plans.join.SemanticJoin._eq_specific | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 318 | 327 | null | bool | [
"self",
"other"
] | SemanticJoin | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticJoin |
class | SemanticSimilarityJoin | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 330 | 458 | null | null | null | null | null | [
"BaseSemanticJoin"
] | Type: class
Member Name: SemanticSimilarityJoin
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin
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.join.SemanticSimilarityJoin.__init__ | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 331 | 348 | null | null | [
"self",
"left",
"right",
"left_on",
"right_on",
"k",
"similarity_metric",
"similarity_score_column",
"session_state",
"schema"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right", "left_on", "right_on", "k", "similarity_metric", "similarity_score_column", "session_state", "schema"]
Returns: none
Parent Class: SemanticSimilarityJoin |
method | from_session_state | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.from_session_state | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 350 | 367 | null | SemanticSimilarityJoin | [
"cls",
"left",
"right",
"left_on",
"right_on",
"k",
"similarity_metric",
"similarity_score_column",
"session_state"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: from_session_state
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.from_session_state
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "left", "right", "left_on", "right_on", "k", "similarity_metric", "similarity_score_column", "session_state"]
Returns: SemanticSimilarityJoin
Parent Class: SemanticSimilarityJoin |
method | from_schema | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.from_schema | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 369 | 386 | null | SemanticSimilarityJoin | [
"cls",
"left",
"right",
"left_on",
"right_on",
"k",
"similarity_metric",
"similarity_score_column",
"schema"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: from_schema
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.from_schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "left", "right", "left_on", "right_on", "k", "similarity_metric", "similarity_score_column", "schema"]
Returns: SemanticSimilarityJoin
Parent Class: SemanticSimilarityJoin |
method | _validate_columns | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._validate_columns | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 388 | 398 | null | None | [
"self",
"session_state"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: _validate_columns
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._validate_columns
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: None
Parent Class: SemanticSimilarityJoin |
method | k | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.k | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 400 | 401 | null | int | [
"self"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: k
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.k
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: int
Parent Class: SemanticSimilarityJoin |
method | similarity_metric | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.similarity_metric | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 403 | 404 | null | SemanticSimilarityMetric | [
"self"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: similarity_metric
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.similarity_metric
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: SemanticSimilarityMetric
Parent Class: SemanticSimilarityJoin |
method | similarity_score_column | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.similarity_score_column | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 406 | 407 | null | Optional[str] | [
"self"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: similarity_score_column
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.similarity_score_column
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: Optional[str]
Parent Class: SemanticSimilarityJoin |
method | _repr | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._repr | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 409 | 413 | null | str | [
"self"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: SemanticSimilarityJoin |
method | _build_schema | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._build_schema | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 415 | 430 | null | Schema | [
"self",
"session_state"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: SemanticSimilarityJoin |
method | with_children | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.with_children | null | site-packages/fenic/core/_logical_plan/plans/join.py | true | false | 432 | 449 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children", "session_state"]
Returns: LogicalPlan
Parent Class: SemanticSimilarityJoin |
method | _eq_specific | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._eq_specific | null | site-packages/fenic/core/_logical_plan/plans/join.py | false | true | 451 | 458 | null | bool | [
"self",
"other"
] | SemanticSimilarityJoin | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticSimilarityJoin |
module | transform | fenic.core._logical_plan.plans.transform | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: transform
Qualified Name: fenic.core._logical_plan.plans.transform
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
attribute | logger | fenic.core._logical_plan.plans.transform.logger | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 38 | 38 | null | null | null | null | logging.getLogger(__name__) | null | Type: attribute
Member Name: logger
Qualified Name: fenic.core._logical_plan.plans.transform.logger
Docstring: none
Value: logging.getLogger(__name__)
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | Projection | fenic.core._logical_plan.plans.transform.Projection | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 40 | 88 | null | null | null | null | null | [
"LogicalPlan"
] | Type: class
Member Name: Projection
Qualified Name: fenic.core._logical_plan.plans.transform.Projection
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.Projection.__init__ | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 41 | 51 | null | null | [
"self",
"input",
"exprs",
"session_state",
"schema"
] | Projection | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.Projection.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "exprs", "session_state", "schema"]
Returns: none
Parent Class: Projection |
method | from_schema | fenic.core._logical_plan.plans.transform.Projection.from_schema | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 53 | 55 | null | Projection | [
"cls",
"input",
"exprs",
"schema"
] | Projection | null | null | Type: method
Member Name: from_schema
Qualified Name: fenic.core._logical_plan.plans.transform.Projection.from_schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "input", "exprs", "schema"]
Returns: Projection
Parent Class: Projection |
method | from_session_state | fenic.core._logical_plan.plans.transform.Projection.from_session_state | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 57 | 59 | null | Projection | [
"cls",
"input",
"exprs",
"session_state"
] | Projection | null | null | Type: method
Member Name: from_session_state
Qualified Name: fenic.core._logical_plan.plans.transform.Projection.from_session_state
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "input", "exprs", "session_state"]
Returns: Projection
Parent Class: Projection |
method | children | fenic.core._logical_plan.plans.transform.Projection.children | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 61 | 62 | null | List[LogicalPlan] | [
"self"
] | Projection | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.Projection.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: Projection |
method | _build_schema | fenic.core._logical_plan.plans.transform.Projection._build_schema | null | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 64 | 68 | null | Schema | [
"self",
"session_state"
] | Projection | null | null | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.Projection._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: Projection |
method | exprs | fenic.core._logical_plan.plans.transform.Projection.exprs | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 70 | 71 | null | List[LogicalExpr] | [
"self"
] | Projection | null | null | Type: method
Member Name: exprs
Qualified Name: fenic.core._logical_plan.plans.transform.Projection.exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: Projection |
method | _repr | fenic.core._logical_plan.plans.transform.Projection._repr | null | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 73 | 75 | null | str | [
"self"
] | Projection | null | null | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.Projection._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Projection |
method | with_children | fenic.core._logical_plan.plans.transform.Projection.with_children | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 77 | 82 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | Projection | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 84 | 88 | null | bool | [
"self",
"other"
] | Projection | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 90 | 143 | null | null | null | null | null | [
"LogicalPlan"
] | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 91 | 100 | null | null | [
"self",
"input",
"predicate",
"session_state",
"schema"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 102 | 104 | null | Filter | [
"cls",
"input",
"predicate",
"schema"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 106 | 108 | null | Filter | [
"cls",
"input",
"predicate",
"session_state"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 110 | 111 | null | List[LogicalPlan] | [
"self"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 113 | 123 | null | Schema | [
"self",
"session_state"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 125 | 126 | null | LogicalExpr | [
"self"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 128 | 129 | null | List[LogicalExpr] | [
"self"
] | Filter | null | null | 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. | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 131 | 133 | null | str | [
"self"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 135 | 140 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 142 | 143 | null | bool | [
"self",
"other"
] | Filter | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 145 | 239 | null | null | null | null | null | [
"LogicalPlan"
] | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 146 | 152 | null | null | [
"self",
"inputs",
"session_state",
"schema"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 154 | 156 | null | Union | [
"cls",
"inputs",
"schema"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 158 | 160 | null | Union | [
"cls",
"inputs",
"session_state"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 162 | 163 | null | List[LogicalPlan] | [
"self"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 165 | 166 | null | List[LogicalExpr] | [
"self"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 168 | 228 | null | Schema | [
"self",
"session_state"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 230 | 231 | null | str | [
"self"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 233 | 236 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 238 | 239 | null | bool | [
"self",
"other"
] | Union | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 242 | 281 | null | null | null | null | null | [
"LogicalPlan"
] | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 243 | 251 | null | null | [
"self",
"input",
"n",
"session_state",
"schema"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 253 | 255 | null | Limit | [
"cls",
"input",
"n",
"schema"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 257 | 259 | null | Limit | [
"cls",
"input",
"n",
"session_state"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 261 | 262 | null | List[LogicalPlan] | [
"self"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 264 | 265 | null | List[LogicalExpr] | [
"self"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 267 | 268 | null | Schema | [
"self",
"session_state"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 270 | 271 | null | str | [
"self"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 273 | 278 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 280 | 281 | null | bool | [
"self",
"other"
] | Limit | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 284 | 350 | null | null | null | null | null | [
"LogicalPlan"
] | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 285 | 294 | null | null | [
"self",
"input",
"expr",
"session_state",
"schema"
] | Explode | null | null | 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", "session_state", "schema"]
Returns: none
Parent Class: Explode |
method | from_schema | fenic.core._logical_plan.plans.transform.Explode.from_schema | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 296 | 298 | null | Explode | [
"cls",
"input",
"expr",
"schema"
] | Explode | null | null | 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"]
Returns: Explode
Parent Class: Explode |
method | from_session_state | fenic.core._logical_plan.plans.transform.Explode.from_session_state | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 300 | 302 | null | Explode | [
"cls",
"input",
"expr",
"session_state"
] | Explode | null | null | 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"]
Returns: Explode
Parent Class: Explode |
method | children | fenic.core._logical_plan.plans.transform.Explode.children | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 304 | 305 | null | list[LogicalPlan] | [
"self"
] | Explode | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 307 | 308 | null | List[LogicalExpr] | [
"self"
] | Explode | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 310 | 337 | null | Schema | [
"self",
"session_state"
] | Explode | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 339 | 340 | null | str | [
"self"
] | Explode | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 342 | 347 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | Explode | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 349 | 350 | null | bool | [
"self",
"other"
] | Explode | null | null | 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 | DropDuplicates | fenic.core._logical_plan.plans.transform.DropDuplicates | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 353 | 401 | null | null | null | null | null | [
"LogicalPlan"
] | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 354 | 362 | null | null | [
"self",
"input",
"subset",
"session_state",
"schema"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 364 | 366 | null | DropDuplicates | [
"cls",
"input",
"subset",
"schema"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 368 | 370 | null | DropDuplicates | [
"cls",
"input",
"subset",
"session_state"
] | DropDuplicates | null | null | 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: DropDuplicates |
method | children | fenic.core._logical_plan.plans.transform.DropDuplicates.children | null | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 372 | 373 | null | List[LogicalPlan] | [
"self"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 375 | 376 | null | Schema | [
"self",
"session_state"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 378 | 379 | null | List[LogicalExpr] | [
"self"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 381 | 382 | null | str | [
"self"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 384 | 389 | null | LogicalPlan | [
"self",
"children",
"session_state"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 391 | 395 | null | bool | [
"self",
"other"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | false | true | 397 | 401 | null | List[str] | [
"self"
] | DropDuplicates | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 404 | 449 | null | null | null | null | null | [
"LogicalPlan"
] | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 405 | 413 | null | null | [
"self",
"input",
"sort_exprs",
"session_state",
"schema"
] | Sort | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 415 | 417 | null | Sort | [
"cls",
"input",
"sort_exprs",
"schema"
] | Sort | null | null | 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 | site-packages/fenic/core/_logical_plan/plans/transform.py | true | false | 419 | 421 | null | Sort | [
"cls",
"input",
"sort_exprs",
"session_state"
] | Sort | null | null | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.