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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
method
|
children
|
fenic.core._logical_plan.plans.transform.Sort.children
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 423 | 424 | null |
List[LogicalPlan]
|
[
"self"
] |
Sort
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 426 | 427 | null |
Schema
|
[
"self",
"session_state"
] |
Sort
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 429 | 430 | null |
List[LogicalExpr]
|
[
"self"
] |
Sort
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 432 | 433 | null |
List[LogicalExpr]
|
[
"self"
] |
Sort
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 435 | 436 | null |
str
|
[
"self"
] |
Sort
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 438 | 443 | null |
LogicalPlan
|
[
"self",
"children",
"session_state"
] |
Sort
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 445 | 449 | null |
bool
|
[
"self",
"other"
] |
Sort
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 451 | 511 | null | null | null | null | null |
[
"LogicalPlan"
] |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 452 | 460 | null | null |
[
"self",
"input",
"exprs",
"session_state",
"schema"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 462 | 464 | null |
Unnest
|
[
"cls",
"input",
"exprs",
"schema"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 466 | 468 | null |
Unnest
|
[
"cls",
"input",
"exprs",
"session_state"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 470 | 471 | null |
List[LogicalPlan]
|
[
"self"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 473 | 489 | null |
Schema
|
[
"self",
"session_state"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 491 | 492 | null |
List[LogicalExpr]
|
[
"self"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 494 | 495 | null |
str
|
[
"self"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 497 | 498 | null |
List[str]
|
[
"self"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 500 | 505 | null |
LogicalPlan
|
[
"self",
"children",
"session_state"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 507 | 511 | null |
bool
|
[
"self",
"other"
] |
Unnest
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 514 | 617 | null | null | null | null | null |
[
"LogicalPlan"
] |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 515 | 529 | null | null |
[
"self",
"inputs",
"template_names",
"templated_query",
"session_state",
"schema"
] |
SQL
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 531 | 533 | null |
SQL
|
[
"cls",
"inputs",
"template_names",
"templated_query",
"schema"
] |
SQL
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 535 | 541 | null |
SQL
|
[
"cls",
"inputs",
"template_names",
"templated_query",
"session_state"
] |
SQL
| null | null |
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: SQL
|
method
|
children
|
fenic.core._logical_plan.plans.transform.SQL.children
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 543 | 544 | null |
List[LogicalPlan]
|
[
"self"
] |
SQL
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 546 | 547 | null |
List[LogicalExpr]
|
[
"self"
] |
SQL
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 549 | 550 | null |
str
|
[
"self"
] |
SQL
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 552 | 564 | null |
Tuple[str, Dict[str, str]]
|
[
"self"
] |
SQL
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 566 | 576 | null |
Schema
|
[
"self",
"session_state"
] |
SQL
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 579 | 602 | null |
None
|
[
"self"
] |
SQL
| null | null |
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.
|
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 604 | 611 | null |
LogicalPlan
|
[
"self",
"children",
"session_state"
] |
SQL
| null | null |
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"]
Returns: LogicalPlan
Parent Class: SQL
|
method
|
_eq_specific
|
fenic.core._logical_plan.plans.transform.SQL._eq_specific
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 613 | 617 | null |
bool
|
[
"self",
"other"
] |
SQL
| null | null |
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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 619 | 622 | 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 |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 0 | 0 | null |
None
|
[
"self",
"centroid_column",
"num_dimensions"
] |
CentroidInfo
| null | null |
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
|
class
|
SemanticCluster
|
fenic.core._logical_plan.plans.transform.SemanticCluster
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 624 | 759 | null | null | null | null | null |
[
"LogicalPlan"
] |
Type: class
Member Name: SemanticCluster
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster
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.SemanticCluster.__init__
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 625 | 645 | null | null |
[
"self",
"input",
"by_expr",
"num_clusters",
"max_iter",
"num_init",
"label_column",
"centroid_column",
"session_state",
"schema"
] |
SemanticCluster
| null | null |
Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "by_expr", "num_clusters", "max_iter", "num_init", "label_column", "centroid_column", "session_state", "schema"]
Returns: none
Parent Class: SemanticCluster
|
method
|
from_schema
|
fenic.core._logical_plan.plans.transform.SemanticCluster.from_schema
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 647 | 668 | null |
SemanticCluster
|
[
"cls",
"input",
"by_expr",
"num_clusters",
"max_iter",
"num_init",
"label_column",
"centroid_column",
"schema"
] |
SemanticCluster
| null | null |
Type: method
Member Name: from_schema
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.from_schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "input", "by_expr", "num_clusters", "max_iter", "num_init", "label_column", "centroid_column", "schema"]
Returns: SemanticCluster
Parent Class: SemanticCluster
|
method
|
from_session_state
|
fenic.core._logical_plan.plans.transform.SemanticCluster.from_session_state
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 670 | 691 | null |
SemanticCluster
|
[
"cls",
"input",
"by_expr",
"num_clusters",
"max_iter",
"num_init",
"label_column",
"centroid_column",
"session_state"
] |
SemanticCluster
| null | null |
Type: method
Member Name: from_session_state
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.from_session_state
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "input", "by_expr", "num_clusters", "max_iter", "num_init", "label_column", "centroid_column", "session_state"]
Returns: SemanticCluster
Parent Class: SemanticCluster
|
method
|
children
|
fenic.core._logical_plan.plans.transform.SemanticCluster.children
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 693 | 694 | null |
List[LogicalPlan]
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: SemanticCluster
|
method
|
_build_schema
|
fenic.core._logical_plan.plans.transform.SemanticCluster._build_schema
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 696 | 709 | null |
Schema
|
[
"self",
"session_state"
] |
SemanticCluster
| null | null |
Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: SemanticCluster
|
method
|
exprs
|
fenic.core._logical_plan.plans.transform.SemanticCluster.exprs
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 711 | 712 | null |
List[LogicalExpr]
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: exprs
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticCluster
|
method
|
_repr
|
fenic.core._logical_plan.plans.transform.SemanticCluster._repr
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 714 | 715 | null |
str
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: SemanticCluster
|
method
|
num_clusters
|
fenic.core._logical_plan.plans.transform.SemanticCluster.num_clusters
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 717 | 718 | null |
int
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: num_clusters
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.num_clusters
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: int
Parent Class: SemanticCluster
|
method
|
max_iter
|
fenic.core._logical_plan.plans.transform.SemanticCluster.max_iter
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 720 | 721 | null |
int
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: max_iter
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.max_iter
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: int
Parent Class: SemanticCluster
|
method
|
num_init
|
fenic.core._logical_plan.plans.transform.SemanticCluster.num_init
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 723 | 724 | null |
int
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: num_init
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.num_init
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: int
Parent Class: SemanticCluster
|
method
|
centroid_info
|
fenic.core._logical_plan.plans.transform.SemanticCluster.centroid_info
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 726 | 727 | null |
Optional[CentroidInfo]
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: centroid_info
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.centroid_info
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: Optional[CentroidInfo]
Parent Class: SemanticCluster
|
method
|
by_expr
|
fenic.core._logical_plan.plans.transform.SemanticCluster.by_expr
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 729 | 730 | null |
LogicalExpr
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: by_expr
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.by_expr
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: LogicalExpr
Parent Class: SemanticCluster
|
method
|
label_column
|
fenic.core._logical_plan.plans.transform.SemanticCluster.label_column
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 732 | 733 | null |
str
|
[
"self"
] |
SemanticCluster
| null | null |
Type: method
Member Name: label_column
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.label_column
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: SemanticCluster
|
method
|
with_children
|
fenic.core._logical_plan.plans.transform.SemanticCluster.with_children
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 735 | 749 | null |
LogicalPlan
|
[
"self",
"children",
"session_state"
] |
SemanticCluster
| null | null |
Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children", "session_state"]
Returns: LogicalPlan
Parent Class: SemanticCluster
|
method
|
_eq_specific
|
fenic.core._logical_plan.plans.transform.SemanticCluster._eq_specific
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 751 | 759 | null |
bool
|
[
"self",
"other"
] |
SemanticCluster
| null | null |
Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.plans.transform.SemanticCluster._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticCluster
|
attribute
|
DDL_DML_NODES
|
fenic.core._logical_plan.plans.transform.DDL_DML_NODES
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| true | false | 761 | 773 | null | null | null | null |
(sqlglot_exprs.Insert, sqlglot_exprs.Delete, sqlglot_exprs.Update, sqlglot_exprs.Create, sqlglot_exprs.Drop, sqlglot_exprs.Alter, sqlglot_exprs.TruncateTable, sqlglot_exprs.Use, sqlglot_exprs.Grant, sqlglot_exprs.Fetch, sqlglot_exprs.Set)
| null |
Type: attribute
Member Name: DDL_DML_NODES
Qualified Name: fenic.core._logical_plan.plans.transform.DDL_DML_NODES
Docstring: none
Value: (sqlglot_exprs.Insert, sqlglot_exprs.Delete, sqlglot_exprs.Update, sqlglot_exprs.Create, sqlglot_exprs.Drop, sqlglot_exprs.Alter, sqlglot_exprs.TruncateTable, sqlglot_exprs.Use, sqlglot_exprs.Grant, sqlglot_exprs.Fetch, sqlglot_exprs.Set)
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none
|
function
|
_validate_select_only_tree
|
fenic.core._logical_plan.plans.transform._validate_select_only_tree
| null |
site-packages/fenic/core/_logical_plan/plans/transform.py
| false | true | 775 | 781 | null | null |
[
"expr"
] | null | null | null |
Type: function
Member Name: _validate_select_only_tree
Qualified Name: fenic.core._logical_plan.plans.transform._validate_select_only_tree
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["expr"]
Returns: none
Parent Class: none
|
module
|
source
|
fenic.core._logical_plan.plans.source
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | null | null | null | null | null | null | null | null |
Type: module
Member Name: source
Qualified Name: fenic.core._logical_plan.plans.source
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none
|
class
|
InMemorySource
|
fenic.core._logical_plan.plans.source.InMemorySource
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 18 | 62 | null | null | null | null | null |
[
"LogicalPlan"
] |
Type: class
Member Name: InMemorySource
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource
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.source.InMemorySource.__init__
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 19 | 25 | null | null |
[
"self",
"source",
"session_state",
"schema"
] |
InMemorySource
| null | null |
Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "source", "session_state", "schema"]
Returns: none
Parent Class: InMemorySource
|
method
|
from_schema
|
fenic.core._logical_plan.plans.source.InMemorySource.from_schema
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 27 | 29 | null |
InMemorySource
|
[
"cls",
"source",
"schema"
] |
InMemorySource
| null | null |
Type: method
Member Name: from_schema
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource.from_schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "source", "schema"]
Returns: InMemorySource
Parent Class: InMemorySource
|
method
|
from_session_state
|
fenic.core._logical_plan.plans.source.InMemorySource.from_session_state
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 31 | 33 | null |
InMemorySource
|
[
"cls",
"source",
"session_state"
] |
InMemorySource
| null | null |
Type: method
Member Name: from_session_state
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource.from_session_state
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "source", "session_state"]
Returns: InMemorySource
Parent Class: InMemorySource
|
method
|
children
|
fenic.core._logical_plan.plans.source.InMemorySource.children
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 35 | 36 | null |
List[LogicalPlan]
|
[
"self"
] |
InMemorySource
| null | null |
Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: InMemorySource
|
method
|
exprs
|
fenic.core._logical_plan.plans.source.InMemorySource.exprs
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 38 | 39 | null |
List[LogicalExpr]
|
[
"self"
] |
InMemorySource
| null | null |
Type: method
Member Name: exprs
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource.exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: InMemorySource
|
method
|
_build_schema
|
fenic.core._logical_plan.plans.source.InMemorySource._build_schema
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 41 | 42 | null |
Schema
|
[
"self",
"session_state"
] |
InMemorySource
| null | null |
Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: InMemorySource
|
method
|
_repr
|
fenic.core._logical_plan.plans.source.InMemorySource._repr
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 44 | 45 | null |
str
|
[
"self"
] |
InMemorySource
| null | null |
Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: InMemorySource
|
method
|
_repr_with_indent
|
fenic.core._logical_plan.plans.source.InMemorySource._repr_with_indent
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 47 | 50 | null |
str
|
[
"self",
"level"
] |
InMemorySource
| null | null |
Type: method
Member Name: _repr_with_indent
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource._repr_with_indent
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "level"]
Returns: str
Parent Class: InMemorySource
|
method
|
with_children
|
fenic.core._logical_plan.plans.source.InMemorySource.with_children
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 52 | 59 | null |
LogicalPlan
|
[
"self",
"children",
"session_state"
] |
InMemorySource
| null | null |
Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children", "session_state"]
Returns: LogicalPlan
Parent Class: InMemorySource
|
method
|
_eq_specific
|
fenic.core._logical_plan.plans.source.InMemorySource._eq_specific
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 61 | 62 | null |
bool
|
[
"self",
"other"
] |
InMemorySource
| null | null |
Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.plans.source.InMemorySource._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: InMemorySource
|
class
|
FileSource
|
fenic.core._logical_plan.plans.source.FileSource
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 65 | 149 | null | null | null | null | null |
[
"LogicalPlan"
] |
Type: class
Member Name: FileSource
Qualified Name: fenic.core._logical_plan.plans.source.FileSource
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.source.FileSource.__init__
|
A lazy FileSource that stores the file path, file format, options, and immediately infers the schema using the given session state.
|
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 66 | 77 | null | null |
[
"self",
"paths",
"file_format",
"options",
"session_state",
"schema"
] |
FileSource
| null | null |
Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.source.FileSource.__init__
Docstring: A lazy FileSource that stores the file path, file format, options, and immediately infers the schema using the given session state.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "paths", "file_format", "options", "session_state", "schema"]
Returns: none
Parent Class: FileSource
|
method
|
from_session_state
|
fenic.core._logical_plan.plans.source.FileSource.from_session_state
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 79 | 81 | null |
FileSource
|
[
"cls",
"paths",
"file_format",
"options",
"session_state"
] |
FileSource
| null | null |
Type: method
Member Name: from_session_state
Qualified Name: fenic.core._logical_plan.plans.source.FileSource.from_session_state
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "paths", "file_format", "options", "session_state"]
Returns: FileSource
Parent Class: FileSource
|
method
|
from_schema
|
fenic.core._logical_plan.plans.source.FileSource.from_schema
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 83 | 85 | null |
FileSource
|
[
"cls",
"paths",
"file_format",
"options",
"schema"
] |
FileSource
| null | null |
Type: method
Member Name: from_schema
Qualified Name: fenic.core._logical_plan.plans.source.FileSource.from_schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "paths", "file_format", "options", "schema"]
Returns: FileSource
Parent Class: FileSource
|
method
|
_build_schema
|
fenic.core._logical_plan.plans.source.FileSource._build_schema
|
Uses DuckDB (via the session state) to perform a minimal read (LIMIT 0) and obtain the schema from the file.
|
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 87 | 124 | null |
Schema
|
[
"self",
"session_state"
] |
FileSource
| null | null |
Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.source.FileSource._build_schema
Docstring: Uses DuckDB (via the session state) to perform a minimal read (LIMIT 0) and obtain the schema from the file.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: FileSource
|
method
|
children
|
fenic.core._logical_plan.plans.source.FileSource.children
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 126 | 127 | null |
List[LogicalPlan]
|
[
"self"
] |
FileSource
| null | null |
Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.source.FileSource.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: FileSource
|
method
|
exprs
|
fenic.core._logical_plan.plans.source.FileSource.exprs
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 129 | 130 | null |
List[LogicalExpr]
|
[
"self"
] |
FileSource
| null | null |
Type: method
Member Name: exprs
Qualified Name: fenic.core._logical_plan.plans.source.FileSource.exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: FileSource
|
method
|
_repr
|
fenic.core._logical_plan.plans.source.FileSource._repr
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 132 | 133 | null |
str
|
[
"self"
] |
FileSource
| null | null |
Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.source.FileSource._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: FileSource
|
method
|
with_children
|
fenic.core._logical_plan.plans.source.FileSource.with_children
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 135 | 142 | null |
LogicalPlan
|
[
"self",
"children",
"session_state"
] |
FileSource
| null | null |
Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.source.FileSource.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children", "session_state"]
Returns: LogicalPlan
Parent Class: FileSource
|
method
|
_eq_specific
|
fenic.core._logical_plan.plans.source.FileSource._eq_specific
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 144 | 149 | null |
bool
|
[
"self",
"other"
] |
FileSource
| null | null |
Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.plans.source.FileSource._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: FileSource
|
class
|
TableSource
|
fenic.core._logical_plan.plans.source.TableSource
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 151 | 194 | null | null | null | null | null |
[
"LogicalPlan"
] |
Type: class
Member Name: TableSource
Qualified Name: fenic.core._logical_plan.plans.source.TableSource
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.source.TableSource.__init__
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 152 | 158 | null | null |
[
"self",
"table_name",
"session_state",
"schema"
] |
TableSource
| null | null |
Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.source.TableSource.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "table_name", "session_state", "schema"]
Returns: none
Parent Class: TableSource
|
method
|
from_session_state
|
fenic.core._logical_plan.plans.source.TableSource.from_session_state
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 160 | 162 | null |
TableSource
|
[
"cls",
"table_name",
"session_state"
] |
TableSource
| null | null |
Type: method
Member Name: from_session_state
Qualified Name: fenic.core._logical_plan.plans.source.TableSource.from_session_state
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "table_name", "session_state"]
Returns: TableSource
Parent Class: TableSource
|
method
|
from_schema
|
fenic.core._logical_plan.plans.source.TableSource.from_schema
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 164 | 166 | null |
TableSource
|
[
"cls",
"table_name",
"schema"
] |
TableSource
| null | null |
Type: method
Member Name: from_schema
Qualified Name: fenic.core._logical_plan.plans.source.TableSource.from_schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "table_name", "schema"]
Returns: TableSource
Parent Class: TableSource
|
method
|
_build_schema
|
fenic.core._logical_plan.plans.source.TableSource._build_schema
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 168 | 175 | null |
Schema
|
[
"self",
"session_state"
] |
TableSource
| null | null |
Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.source.TableSource._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: TableSource
|
method
|
children
|
fenic.core._logical_plan.plans.source.TableSource.children
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 177 | 178 | null |
List[LogicalPlan]
|
[
"self"
] |
TableSource
| null | null |
Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.source.TableSource.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: TableSource
|
method
|
exprs
|
fenic.core._logical_plan.plans.source.TableSource.exprs
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 180 | 181 | null |
List[LogicalExpr]
|
[
"self"
] |
TableSource
| null | null |
Type: method
Member Name: exprs
Qualified Name: fenic.core._logical_plan.plans.source.TableSource.exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: TableSource
|
method
|
_repr
|
fenic.core._logical_plan.plans.source.TableSource._repr
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 183 | 184 | null |
str
|
[
"self"
] |
TableSource
| null | null |
Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.source.TableSource._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: TableSource
|
method
|
with_children
|
fenic.core._logical_plan.plans.source.TableSource.with_children
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 186 | 191 | null |
LogicalPlan
|
[
"self",
"children",
"session_state"
] |
TableSource
| null | null |
Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.source.TableSource.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children", "session_state"]
Returns: LogicalPlan
Parent Class: TableSource
|
method
|
_eq_specific
|
fenic.core._logical_plan.plans.source.TableSource._eq_specific
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 193 | 194 | null |
bool
|
[
"self",
"other"
] |
TableSource
| null | null |
Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.plans.source.TableSource._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: TableSource
|
class
|
DocSource
|
fenic.core._logical_plan.plans.source.DocSource
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 196 | 258 | null | null | null | null | null |
[
"LogicalPlan"
] |
Type: class
Member Name: DocSource
Qualified Name: fenic.core._logical_plan.plans.source.DocSource
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.source.DocSource.__init__
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 197 | 209 | null | null |
[
"self",
"paths",
"valid_file_extension",
"exclude",
"recursive",
"session_state",
"schema"
] |
DocSource
| null | null |
Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.source.DocSource.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "paths", "valid_file_extension", "exclude", "recursive", "session_state", "schema"]
Returns: none
Parent Class: DocSource
|
method
|
from_session_state
|
fenic.core._logical_plan.plans.source.DocSource.from_session_state
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 211 | 220 | null |
DocSource
|
[
"cls",
"paths",
"valid_file_extension",
"exclude",
"recursive",
"session_state"
] |
DocSource
| null | null |
Type: method
Member Name: from_session_state
Qualified Name: fenic.core._logical_plan.plans.source.DocSource.from_session_state
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "paths", "valid_file_extension", "exclude", "recursive", "session_state"]
Returns: DocSource
Parent Class: DocSource
|
method
|
from_schema
|
fenic.core._logical_plan.plans.source.DocSource.from_schema
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 222 | 231 | null |
DocSource
|
[
"cls",
"paths",
"valid_file_extension",
"exclude",
"recursive",
"schema"
] |
DocSource
| null | null |
Type: method
Member Name: from_schema
Qualified Name: fenic.core._logical_plan.plans.source.DocSource.from_schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["cls", "paths", "valid_file_extension", "exclude", "recursive", "schema"]
Returns: DocSource
Parent Class: DocSource
|
method
|
_build_schema
|
fenic.core._logical_plan.plans.source.DocSource._build_schema
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 233 | 235 | null |
Schema
|
[
"self",
"session_state"
] |
DocSource
| null | null |
Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.source.DocSource._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: DocSource
|
method
|
children
|
fenic.core._logical_plan.plans.source.DocSource.children
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 237 | 238 | null |
List[LogicalPlan]
|
[
"self"
] |
DocSource
| null | null |
Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.source.DocSource.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: DocSource
|
method
|
exprs
|
fenic.core._logical_plan.plans.source.DocSource.exprs
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 240 | 241 | null |
List[LogicalExpr]
|
[
"self"
] |
DocSource
| null | null |
Type: method
Member Name: exprs
Qualified Name: fenic.core._logical_plan.plans.source.DocSource.exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: DocSource
|
method
|
_repr
|
fenic.core._logical_plan.plans.source.DocSource._repr
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 243 | 244 | null |
str
|
[
"self"
] |
DocSource
| null | null |
Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.source.DocSource._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: DocSource
|
method
|
with_children
|
fenic.core._logical_plan.plans.source.DocSource.with_children
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| true | false | 246 | 252 | null |
LogicalPlan
|
[
"self",
"children",
"session_state"
] |
DocSource
| null | null |
Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.source.DocSource.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children", "session_state"]
Returns: LogicalPlan
Parent Class: DocSource
|
method
|
_eq_specific
|
fenic.core._logical_plan.plans.source.DocSource._eq_specific
| null |
site-packages/fenic/core/_logical_plan/plans/source.py
| false | true | 254 | 258 | null |
bool
|
[
"self",
"other"
] |
DocSource
| null | null |
Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.plans.source.DocSource._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: DocSource
|
module
|
base
|
fenic.core._logical_plan.plans.base
| null |
site-packages/fenic/core/_logical_plan/plans/base.py
| true | false | null | null | null | null | null | null | null | null |
Type: module
Member Name: base
Qualified Name: fenic.core._logical_plan.plans.base
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none
|
class
|
CacheInfo
|
fenic.core._logical_plan.plans.base.CacheInfo
| null |
site-packages/fenic/core/_logical_plan/plans/base.py
| true | false | 16 | 18 | null | null | null | null | null |
[] |
Type: class
Member Name: CacheInfo
Qualified Name: fenic.core._logical_plan.plans.base.CacheInfo
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.base.CacheInfo.__init__
| null |
site-packages/fenic/core/_logical_plan/plans/base.py
| true | false | 0 | 0 | null |
None
|
[
"self",
"duckdb_table_name"
] |
CacheInfo
| null | null |
Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.base.CacheInfo.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "duckdb_table_name"]
Returns: None
Parent Class: CacheInfo
|
class
|
LogicalPlan
|
fenic.core._logical_plan.plans.base.LogicalPlan
| null |
site-packages/fenic/core/_logical_plan/plans/base.py
| true | false | 20 | 160 | null | null | null | null | null |
[
"ABC"
] |
Type: class
Member Name: LogicalPlan
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan
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.base.LogicalPlan.__init__
| null |
site-packages/fenic/core/_logical_plan/plans/base.py
| true | false | 21 | 33 | null | null |
[
"self",
"session_state",
"schema"
] |
LogicalPlan
| null | null |
Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "session_state", "schema"]
Returns: none
Parent Class: LogicalPlan
|
method
|
_validate_schema
|
fenic.core._logical_plan.plans.base.LogicalPlan._validate_schema
| null |
site-packages/fenic/core/_logical_plan/plans/base.py
| false | true | 35 | 49 | null | null |
[
"self"
] |
LogicalPlan
| null | null |
Type: method
Member Name: _validate_schema
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan._validate_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: none
Parent Class: LogicalPlan
|
method
|
children
|
fenic.core._logical_plan.plans.base.LogicalPlan.children
|
Returns the child nodes of this logical plan operator.
Returns:
List[LogicalPlan]: A list of child logical plan nodes. For leaf nodes
like Source, this will be an empty list.
|
site-packages/fenic/core/_logical_plan/plans/base.py
| true | false | 51 | 59 | null |
List[LogicalPlan]
|
[
"self"
] |
LogicalPlan
| null | null |
Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan.children
Docstring: Returns the child nodes of this logical plan operator.
Returns:
List[LogicalPlan]: A list of child logical plan nodes. For leaf nodes
like Source, this will be an empty list.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: LogicalPlan
|
method
|
_build_schema
|
fenic.core._logical_plan.plans.base.LogicalPlan._build_schema
|
Constructs the output schema for this logical plan operator.
This method is called during initialization to determine the schema of the
data that will be produced by this operator when executed.
session_state: The session state to use for the schema construction.
Returns:
Schema: The schema describing the structure and types of the output columns
that this operator will produce.
Raises:
ValueError: If the operation would produce an invalid schema, for example
calling a semantic map on a non-string column.
|
site-packages/fenic/core/_logical_plan/plans/base.py
| false | true | 61 | 78 | null |
Schema
|
[
"self",
"session_state"
] |
LogicalPlan
| null | null |
Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan._build_schema
Docstring: Constructs the output schema for this logical plan operator.
This method is called during initialization to determine the schema of the
data that will be produced by this operator when executed.
session_state: The session state to use for the schema construction.
Returns:
Schema: The schema describing the structure and types of the output columns
that this operator will produce.
Raises:
ValueError: If the operation would produce an invalid schema, for example
calling a semantic map on a non-string column.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: Schema
Parent Class: LogicalPlan
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.