type stringclasses 5
values | name stringlengths 1 55 | qualified_name stringlengths 5 130 | docstring stringlengths 15 3.11k ⌀ | filepath stringclasses 90
values | is_public bool 2
classes | is_private bool 2
classes | line_start int64 0 1.44k ⌀ | line_end int64 0 1.51k ⌀ | annotation stringclasses 2
values | returns stringclasses 82
values | value stringclasses 66
values | parameters listlengths 0 10 ⌀ | bases listlengths 0 2 ⌀ | parent_class stringclasses 193
values | api_element_summary stringlengths 199 3.43k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
method | __init__ | fenic.core._logical_plan.optimizer.base.OptimizationResult.__init__ | null | null | true | false | 0 | 0 | null | None | null | [
"self",
"plan",
"was_modified"
] | null | OptimizationResult | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.optimizer.base.OptimizationResult.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "was_modified"]
Returns: None
Parent Class: OptimizationResult |
class | LogicalPlanOptimizerRule | fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizerRule | null | null | true | false | 19 | 30 | null | null | null | null | [
"ABC"
] | null | Type: class
Member Name: LogicalPlanOptimizerRule
Qualified Name: fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizerRule
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | apply | fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizerRule.apply | Apply the optimization rule to the logical plan.
Args:
logical_plan: The logical plan to optimize
Returns:
OptimizationResult: The optimized plan and whether any changes were made | null | true | false | 20 | 30 | null | OptimizationResult | null | [
"self",
"logical_plan"
] | null | LogicalPlanOptimizerRule | Type: method
Member Name: apply
Qualified Name: fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizerRule.apply
Docstring: Apply the optimization rule to the logical plan.
Args:
logical_plan: The logical plan to optimize
Returns:
OptimizationResult: The optimized plan and whether any changes were made
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "logical_plan"]
Returns: OptimizationResult
Parent Class: LogicalPlanOptimizerRule |
class | LogicalPlanOptimizer | fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizer | null | null | true | false | 33 | 54 | null | null | null | null | [] | null | Type: class
Member Name: LogicalPlanOptimizer
Qualified Name: fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizer
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.optimizer.base.LogicalPlanOptimizer.__init__ | null | null | true | false | 34 | 35 | null | null | null | [
"self",
"rules"
] | null | LogicalPlanOptimizer | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizer.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "rules"]
Returns: none
Parent Class: LogicalPlanOptimizer |
method | optimize | fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizer.optimize | Optimize the logical plan using all rules.
Args:
logical_plan: The logical plan to optimize
Returns:
OptimizationResult: The optimized plan and whether any changes were made | null | true | false | 37 | 54 | null | OptimizationResult | null | [
"self",
"logical_plan"
] | null | LogicalPlanOptimizer | Type: method
Member Name: optimize
Qualified Name: fenic.core._logical_plan.optimizer.base.LogicalPlanOptimizer.optimize
Docstring: Optimize the logical plan using all rules.
Args:
logical_plan: The logical plan to optimize
Returns:
OptimizationResult: The optimized plan and whether any changes were made
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "logical_plan"]
Returns: OptimizationResult
Parent Class: LogicalPlanOptimizer |
module | plans | fenic.core._logical_plan.plans | Logical plan module for query representation.
Note: These classes are not part of the public API and should not be used directly. | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/plans/__init__.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: plans
Qualified Name: fenic.core._logical_plan.plans
Docstring: Logical plan module for query representation.
Note: These classes are not part of the public API and should not be used directly.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
attribute | __all__ | fenic.core._logical_plan.plans.__all__ | null | null | false | false | 31 | 53 | null | null | ['Aggregate', 'SemanticAggregate', 'CacheInfo', 'LogicalPlan', 'Join', 'SemanticJoin', 'SemanticSimilarityJoin', 'FileSink', 'TableSink', 'FileSource', 'InMemorySource', 'TableSource', 'SQL', 'DropDuplicates', 'Explode', 'Filter', 'Limit', 'Projection', 'Sort', 'Union', 'Unnest'] | null | null | null | Type: attribute
Member Name: __all__
Qualified Name: fenic.core._logical_plan.plans.__all__
Docstring: none
Value: ['Aggregate', 'SemanticAggregate', 'CacheInfo', 'LogicalPlan', 'Join', 'SemanticJoin', 'SemanticSimilarityJoin', 'FileSink', 'TableSink', 'FileSource', 'InMemorySource', 'TableSource', 'SQL', 'DropDuplicates', 'Explode', 'Filter', 'Limit', 'Projection', 'Sort', 'Union', 'Unnest']
Annotation: none
is Public? : false
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
module | aggregate | fenic.core._logical_plan.plans.aggregate | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/plans/aggregate.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: aggregate
Qualified Name: fenic.core._logical_plan.plans.aggregate
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | Aggregate | fenic.core._logical_plan.plans.aggregate.Aggregate | null | null | true | false | 13 | 53 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: Aggregate
Qualified Name: fenic.core._logical_plan.plans.aggregate.Aggregate
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.aggregate.Aggregate.__init__ | null | null | true | false | 14 | 29 | null | null | null | [
"self",
"input",
"group_exprs",
"agg_exprs"
] | null | Aggregate | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.aggregate.Aggregate.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "group_exprs", "agg_exprs"]
Returns: none
Parent Class: Aggregate |
method | children | fenic.core._logical_plan.plans.aggregate.Aggregate.children | null | null | true | false | 31 | 32 | null | List[LogicalPlan] | null | [
"self"
] | null | Aggregate | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.aggregate.Aggregate.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: Aggregate |
method | _build_schema | fenic.core._logical_plan.plans.aggregate.Aggregate._build_schema | null | null | false | true | 34 | 37 | null | Schema | null | [
"self"
] | null | Aggregate | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.aggregate.Aggregate._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: Aggregate |
method | _repr | fenic.core._logical_plan.plans.aggregate.Aggregate._repr | null | null | false | true | 39 | 40 | null | str | null | [
"self"
] | null | Aggregate | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.aggregate.Aggregate._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Aggregate |
method | group_exprs | fenic.core._logical_plan.plans.aggregate.Aggregate.group_exprs | null | null | true | false | 42 | 43 | null | List[LogicalExpr] | null | [
"self"
] | null | Aggregate | Type: method
Member Name: group_exprs
Qualified Name: fenic.core._logical_plan.plans.aggregate.Aggregate.group_exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: Aggregate |
method | agg_exprs | fenic.core._logical_plan.plans.aggregate.Aggregate.agg_exprs | null | null | true | false | 45 | 46 | null | List[LogicalExpr] | null | [
"self"
] | null | Aggregate | Type: method
Member Name: agg_exprs
Qualified Name: fenic.core._logical_plan.plans.aggregate.Aggregate.agg_exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: Aggregate |
method | with_children | fenic.core._logical_plan.plans.aggregate.Aggregate.with_children | null | null | true | false | 48 | 53 | null | LogicalPlan | null | [
"self",
"children"
] | null | Aggregate | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.aggregate.Aggregate.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Aggregate |
class | SemanticAggregate | fenic.core._logical_plan.plans.aggregate.SemanticAggregate | null | null | true | false | 56 | 102 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: SemanticAggregate
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate
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.aggregate.SemanticAggregate.__init__ | null | null | true | false | 57 | 73 | null | null | null | [
"self",
"input",
"group_expr",
"agg_exprs",
"num_clusters"
] | null | SemanticAggregate | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "group_expr", "agg_exprs", "num_clusters"]
Returns: none
Parent Class: SemanticAggregate |
method | children | fenic.core._logical_plan.plans.aggregate.SemanticAggregate.children | null | null | true | false | 75 | 76 | null | List[LogicalPlan] | null | [
"self"
] | null | SemanticAggregate | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: SemanticAggregate |
method | _build_schema | fenic.core._logical_plan.plans.aggregate.SemanticAggregate._build_schema | null | null | false | true | 78 | 81 | null | Schema | null | [
"self"
] | null | SemanticAggregate | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: SemanticAggregate |
method | _repr | fenic.core._logical_plan.plans.aggregate.SemanticAggregate._repr | null | null | false | true | 83 | 84 | null | str | null | [
"self"
] | null | SemanticAggregate | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: SemanticAggregate |
method | num_clusters | fenic.core._logical_plan.plans.aggregate.SemanticAggregate.num_clusters | null | null | true | false | 86 | 87 | null | int | null | [
"self"
] | null | SemanticAggregate | Type: method
Member Name: num_clusters
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate.num_clusters
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: int
Parent Class: SemanticAggregate |
method | group_expr | fenic.core._logical_plan.plans.aggregate.SemanticAggregate.group_expr | null | null | true | false | 89 | 90 | null | LogicalExpr | null | [
"self"
] | null | SemanticAggregate | Type: method
Member Name: group_expr
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate.group_expr
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: LogicalExpr
Parent Class: SemanticAggregate |
method | agg_exprs | fenic.core._logical_plan.plans.aggregate.SemanticAggregate.agg_exprs | null | null | true | false | 92 | 93 | null | List[LogicalExpr] | null | [
"self"
] | null | SemanticAggregate | Type: method
Member Name: agg_exprs
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate.agg_exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticAggregate |
method | with_children | fenic.core._logical_plan.plans.aggregate.SemanticAggregate.with_children | null | null | true | false | 95 | 102 | null | LogicalPlan | null | [
"self",
"children"
] | null | SemanticAggregate | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.aggregate.SemanticAggregate.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: SemanticAggregate |
function | _validate_agg_expr | fenic.core._logical_plan.plans.aggregate._validate_agg_expr | Validate aggregation expressions. | null | false | true | 105 | 122 | null | null | null | [
"expr",
"by_exprs",
"in_agg_function"
] | null | null | Type: function
Member Name: _validate_agg_expr
Qualified Name: fenic.core._logical_plan.plans.aggregate._validate_agg_expr
Docstring: Validate aggregation expressions.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["expr", "by_exprs", "in_agg_function"]
Returns: none
Parent Class: none |
function | _validate_groupby_expr | fenic.core._logical_plan.plans.aggregate._validate_groupby_expr | Validate groupby expressions. | null | false | true | 125 | 136 | null | null | null | [
"expr"
] | null | null | Type: function
Member Name: _validate_groupby_expr
Qualified Name: fenic.core._logical_plan.plans.aggregate._validate_groupby_expr
Docstring: Validate groupby expressions.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["expr"]
Returns: none
Parent Class: none |
module | sink | fenic.core._logical_plan.plans.sink | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/plans/sink.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: sink
Qualified Name: fenic.core._logical_plan.plans.sink
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | FileSink | fenic.core._logical_plan.plans.sink.FileSink | Logical plan node that represents a file writing operation. | null | true | false | 8 | 72 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: FileSink
Qualified Name: fenic.core._logical_plan.plans.sink.FileSink
Docstring: Logical plan node that represents a file writing operation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.sink.FileSink.__init__ | Initialize a file sink node.
Args:
child: The logical plan that produces data to be written
sink_type: The type of file sink (CSV, Parquet)
path: File path to write to
mode: Write mode - "error" or "overwrite". Default: "overwrite"
- error: Raises an error if file exists
- overwrite: Overwrites the file if it exists
- ignore: Silently ignores operation if file exists | null | true | false | 11 | 33 | null | null | null | [
"self",
"child",
"sink_type",
"path",
"mode"
] | null | FileSink | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.sink.FileSink.__init__
Docstring: Initialize a file sink node.
Args:
child: The logical plan that produces data to be written
sink_type: The type of file sink (CSV, Parquet)
path: File path to write to
mode: Write mode - "error" or "overwrite". Default: "overwrite"
- error: Raises an error if file exists
- overwrite: Overwrites the file if it exists
- ignore: Silently ignores operation if file exists
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "child", "sink_type", "path", "mode"]
Returns: none
Parent Class: FileSink |
method | children | fenic.core._logical_plan.plans.sink.FileSink.children | Returns the child node of this sink operator. | null | true | false | 35 | 37 | null | List[LogicalPlan] | null | [
"self"
] | null | FileSink | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.sink.FileSink.children
Docstring: Returns the child node of this sink operator.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: FileSink |
method | _build_schema | fenic.core._logical_plan.plans.sink.FileSink._build_schema | The schema of a sink node is the same as its child's schema. | null | false | true | 39 | 41 | null | Schema | null | [
"self"
] | null | FileSink | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.sink.FileSink._build_schema
Docstring: The schema of a sink node is the same as its child's schema.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: FileSink |
method | _repr | fenic.core._logical_plan.plans.sink.FileSink._repr | Return the string representation for this file sink plan. | null | false | true | 43 | 49 | null | str | null | [
"self"
] | null | FileSink | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.sink.FileSink._repr
Docstring: Return the string representation for this file sink plan.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: FileSink |
method | with_children | fenic.core._logical_plan.plans.sink.FileSink.with_children | Create a new file sink with the same properties but different children.
Args:
children: The new children for this node. Must contain exactly one child.
Returns:
A new FileSink instance with the updated child.
Raises:
ValueError: If children doesn't contain exactly one LogicalPlan. | null | true | false | 51 | 72 | null | LogicalPlan | null | [
"self",
"children"
] | null | FileSink | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.sink.FileSink.with_children
Docstring: Create a new file sink with the same properties but different children.
Args:
children: The new children for this node. Must contain exactly one child.
Returns:
A new FileSink instance with the updated child.
Raises:
ValueError: If children doesn't contain exactly one LogicalPlan.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: FileSink |
class | TableSink | fenic.core._logical_plan.plans.sink.TableSink | Logical plan node that represents a table writing operation. | null | true | false | 75 | 132 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: TableSink
Qualified Name: fenic.core._logical_plan.plans.sink.TableSink
Docstring: Logical plan node that represents a table writing operation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.sink.TableSink.__init__ | Initialize a table sink node.
Args:
child: The logical plan that produces data to be written
table_name: Name of the table to write to
mode: Write mode. Default: "error"
- error: Raises an error if table exists
- append: Appends data to table if it exists
- overwrite: Overwrites existing table
- ignore: Silently ignores operation if table exists | null | true | false | 78 | 98 | null | null | null | [
"self",
"child",
"table_name",
"mode"
] | null | TableSink | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.sink.TableSink.__init__
Docstring: Initialize a table sink node.
Args:
child: The logical plan that produces data to be written
table_name: Name of the table to write to
mode: Write mode. Default: "error"
- error: Raises an error if table exists
- append: Appends data to table if it exists
- overwrite: Overwrites existing table
- ignore: Silently ignores operation if table exists
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "child", "table_name", "mode"]
Returns: none
Parent Class: TableSink |
method | children | fenic.core._logical_plan.plans.sink.TableSink.children | Returns the child node of this sink operator. | null | true | false | 100 | 102 | null | List[LogicalPlan] | null | [
"self"
] | null | TableSink | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.sink.TableSink.children
Docstring: Returns the child node of this sink operator.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: TableSink |
method | _build_schema | fenic.core._logical_plan.plans.sink.TableSink._build_schema | The schema of a sink node is the same as its child's schema. | null | false | true | 104 | 106 | null | Schema | null | [
"self"
] | null | TableSink | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.sink.TableSink._build_schema
Docstring: The schema of a sink node is the same as its child's schema.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: TableSink |
method | _repr | fenic.core._logical_plan.plans.sink.TableSink._repr | Return the string representation for this table sink plan. | null | false | true | 108 | 110 | null | str | null | [
"self"
] | null | TableSink | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.sink.TableSink._repr
Docstring: Return the string representation for this table sink plan.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: TableSink |
method | with_children | fenic.core._logical_plan.plans.sink.TableSink.with_children | Create a new table sink with the same properties but different children.
Args:
children: The new children for this node. Must contain exactly one child.
Returns:
A new TableSink instance with the updated child.
Raises:
ValueError: If children doesn't contain exactly one LogicalPlan. | null | true | false | 112 | 132 | null | LogicalPlan | null | [
"self",
"children"
] | null | TableSink | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.sink.TableSink.with_children
Docstring: Create a new table sink with the same properties but different children.
Args:
children: The new children for this node. Must contain exactly one child.
Returns:
A new TableSink instance with the updated child.
Raises:
ValueError: If children doesn't contain exactly one LogicalPlan.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: TableSink |
module | join | fenic.core._logical_plan.plans.join | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/plans/join.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: join
Qualified Name: fenic.core._logical_plan.plans.join
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
attribute | SIMILARITY_SCORE_COL_NAME | fenic.core._logical_plan.plans.join.SIMILARITY_SCORE_COL_NAME | null | null | true | false | 21 | 21 | null | null | '_similarity_score' | null | null | null | Type: attribute
Member Name: SIMILARITY_SCORE_COL_NAME
Qualified Name: fenic.core._logical_plan.plans.join.SIMILARITY_SCORE_COL_NAME
Docstring: none
Value: '_similarity_score'
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | Join | fenic.core._logical_plan.plans.join.Join | null | null | true | false | 24 | 110 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: Join
Qualified Name: fenic.core._logical_plan.plans.join.Join
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.Join.__init__ | null | null | true | false | 25 | 39 | null | null | null | [
"self",
"left",
"right",
"left_on",
"right_on",
"how"
] | null | Join | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.join.Join.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right", "left_on", "right_on", "how"]
Returns: none
Parent Class: Join |
method | children | fenic.core._logical_plan.plans.join.Join.children | null | null | true | false | 41 | 42 | null | List[LogicalPlan] | null | [
"self"
] | null | Join | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.join.Join.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: Join |
method | _build_schema | fenic.core._logical_plan.plans.join.Join._build_schema | null | null | false | true | 44 | 91 | null | Schema | null | [
"self"
] | null | Join | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.join.Join._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: Join |
method | _repr | fenic.core._logical_plan.plans.join.Join._repr | null | null | false | true | 93 | 94 | null | str | null | [
"self"
] | null | Join | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.join.Join._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Join |
method | left_on | fenic.core._logical_plan.plans.join.Join.left_on | null | null | true | false | 96 | 97 | null | List[LogicalExpr] | null | [
"self"
] | null | Join | Type: method
Member Name: left_on
Qualified Name: fenic.core._logical_plan.plans.join.Join.left_on
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: Join |
method | right_on | fenic.core._logical_plan.plans.join.Join.right_on | null | null | true | false | 99 | 100 | null | List[LogicalExpr] | null | [
"self"
] | null | Join | Type: method
Member Name: right_on
Qualified Name: fenic.core._logical_plan.plans.join.Join.right_on
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: Join |
method | how | fenic.core._logical_plan.plans.join.Join.how | null | null | true | false | 102 | 103 | null | str | null | [
"self"
] | null | Join | Type: method
Member Name: how
Qualified Name: fenic.core._logical_plan.plans.join.Join.how
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: Join |
method | with_children | fenic.core._logical_plan.plans.join.Join.with_children | null | null | true | false | 105 | 110 | null | LogicalPlan | null | [
"self",
"children"
] | null | Join | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.join.Join.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Join |
class | BaseSemanticJoin | fenic.core._logical_plan.plans.join.BaseSemanticJoin | null | null | true | false | 113 | 149 | null | null | null | null | [
"LogicalPlan",
"ABC"
] | null | 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 | null | true | false | 114 | 126 | null | null | null | [
"self",
"left",
"right",
"left_on",
"right_on"
] | null | BaseSemanticJoin | 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"]
Returns: none
Parent Class: BaseSemanticJoin |
method | _validate_columns | fenic.core._logical_plan.plans.join.BaseSemanticJoin._validate_columns | null | null | false | true | 128 | 130 | null | None | null | [
"self"
] | null | BaseSemanticJoin | 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"]
Returns: None
Parent Class: BaseSemanticJoin |
method | _build_schema | fenic.core._logical_plan.plans.join.BaseSemanticJoin._build_schema | null | null | false | true | 132 | 136 | null | Schema | null | [
"self"
] | null | BaseSemanticJoin | 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"]
Returns: Schema
Parent Class: BaseSemanticJoin |
method | left_on | fenic.core._logical_plan.plans.join.BaseSemanticJoin.left_on | null | null | true | false | 138 | 139 | null | LogicalExpr | null | [
"self"
] | null | BaseSemanticJoin | 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 | null | true | false | 141 | 142 | null | LogicalExpr | null | [
"self"
] | null | BaseSemanticJoin | 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 | null | true | false | 144 | 145 | null | List[LogicalPlan] | null | [
"self"
] | null | BaseSemanticJoin | 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 | with_children | fenic.core._logical_plan.plans.join.BaseSemanticJoin.with_children | null | null | true | false | 147 | 149 | null | LogicalPlan | null | [
"self",
"children"
] | null | BaseSemanticJoin | 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"]
Returns: LogicalPlan
Parent Class: BaseSemanticJoin |
class | SemanticJoin | fenic.core._logical_plan.plans.join.SemanticJoin | null | null | true | false | 152 | 227 | null | null | null | null | [
"BaseSemanticJoin"
] | null | 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 | null | true | false | 153 | 169 | null | null | null | [
"self",
"left",
"right",
"left_on",
"right_on",
"join_instruction",
"temperature",
"model_alias",
"examples"
] | null | SemanticJoin | 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", "join_instruction", "temperature", "model_alias", "examples"]
Returns: none
Parent Class: SemanticJoin |
method | _validate_columns | fenic.core._logical_plan.plans.join.SemanticJoin._validate_columns | null | null | false | true | 171 | 198 | null | None | null | [
"self"
] | null | SemanticJoin | 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"]
Returns: None
Parent Class: SemanticJoin |
method | join_instruction | fenic.core._logical_plan.plans.join.SemanticJoin.join_instruction | null | null | true | false | 200 | 201 | null | str | null | [
"self"
] | null | SemanticJoin | Type: method
Member Name: join_instruction
Qualified Name: fenic.core._logical_plan.plans.join.SemanticJoin.join_instruction
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: SemanticJoin |
method | examples | fenic.core._logical_plan.plans.join.SemanticJoin.examples | null | null | true | false | 203 | 204 | null | Optional[JoinExampleCollection] | null | [
"self"
] | null | SemanticJoin | 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 | null | false | true | 206 | 210 | null | str | null | [
"self"
] | null | SemanticJoin | 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 | null | true | false | 212 | 227 | null | LogicalPlan | null | [
"self",
"children"
] | null | SemanticJoin | 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"]
Returns: LogicalPlan
Parent Class: SemanticJoin |
class | SemanticSimilarityJoin | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin | null | null | true | false | 230 | 307 | null | null | null | null | [
"BaseSemanticJoin"
] | null | 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 | null | true | false | 231 | 244 | null | null | null | [
"self",
"left",
"right",
"left_on",
"right_on",
"k",
"similarity_metric",
"return_similarity_scores"
] | null | SemanticSimilarityJoin | 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", "return_similarity_scores"]
Returns: none
Parent Class: SemanticSimilarityJoin |
method | _validate_columns | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._validate_columns | null | null | false | true | 246 | 256 | null | None | null | [
"self"
] | null | SemanticSimilarityJoin | 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"]
Returns: None
Parent Class: SemanticSimilarityJoin |
method | k | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.k | null | null | true | false | 258 | 259 | null | int | null | [
"self"
] | null | SemanticSimilarityJoin | 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 | null | true | false | 261 | 262 | null | SemanticSimilarityMetric | null | [
"self"
] | null | SemanticSimilarityJoin | 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 | return_similarity_scores | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.return_similarity_scores | null | null | true | false | 264 | 265 | null | bool | null | [
"self"
] | null | SemanticSimilarityJoin | Type: method
Member Name: return_similarity_scores
Qualified Name: fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.return_similarity_scores
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: bool
Parent Class: SemanticSimilarityJoin |
method | _repr | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin._repr | null | null | false | true | 267 | 272 | null | str | null | [
"self"
] | null | SemanticSimilarityJoin | 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 | null | false | true | 274 | 289 | null | Schema | null | [
"self"
] | null | SemanticSimilarityJoin | 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"]
Returns: Schema
Parent Class: SemanticSimilarityJoin |
method | with_children | fenic.core._logical_plan.plans.join.SemanticSimilarityJoin.with_children | null | null | true | false | 291 | 307 | null | LogicalPlan | null | [
"self",
"children"
] | null | SemanticSimilarityJoin | 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"]
Returns: LogicalPlan
Parent Class: SemanticSimilarityJoin |
module | transform | fenic.core._logical_plan.plans.transform | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/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 | null | true | false | 35 | 35 | null | null | logging.getLogger(__name__) | null | null | 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 | null | true | false | 37 | 69 | null | null | null | null | [
"LogicalPlan"
] | null | 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 | null | true | false | 38 | 41 | null | null | null | [
"self",
"input",
"exprs"
] | null | Projection | 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"]
Returns: none
Parent Class: Projection |
method | children | fenic.core._logical_plan.plans.transform.Projection.children | null | null | true | false | 43 | 44 | null | List[LogicalPlan] | null | [
"self"
] | null | Projection | 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 | null | false | true | 46 | 55 | null | Schema | null | [
"self"
] | null | Projection | 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"]
Returns: Schema
Parent Class: Projection |
method | exprs | fenic.core._logical_plan.plans.transform.Projection.exprs | null | null | true | false | 57 | 58 | null | List[LogicalExpr] | null | [
"self"
] | null | Projection | 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 | null | false | true | 60 | 62 | null | str | null | [
"self"
] | null | Projection | 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 | null | true | false | 64 | 69 | null | LogicalPlan | null | [
"self",
"children"
] | null | Projection | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.Projection.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Projection |
class | Filter | fenic.core._logical_plan.plans.transform.Filter | null | null | true | false | 72 | 115 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: Filter
Qualified Name: fenic.core._logical_plan.plans.transform.Filter
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.transform.Filter.__init__ | null | null | true | false | 73 | 95 | null | null | null | [
"self",
"input",
"predicate"
] | null | Filter | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.Filter.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "predicate"]
Returns: none
Parent Class: Filter |
method | children | fenic.core._logical_plan.plans.transform.Filter.children | null | null | true | false | 97 | 98 | null | List[LogicalPlan] | null | [
"self"
] | null | Filter | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.Filter.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: Filter |
method | _build_schema | fenic.core._logical_plan.plans.transform.Filter._build_schema | null | null | false | true | 100 | 101 | null | Schema | null | [
"self"
] | null | Filter | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.Filter._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: Filter |
method | predicate | fenic.core._logical_plan.plans.transform.Filter.predicate | null | null | true | false | 103 | 104 | null | LogicalExpr | null | [
"self"
] | null | Filter | Type: method
Member Name: predicate
Qualified Name: fenic.core._logical_plan.plans.transform.Filter.predicate
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: LogicalExpr
Parent Class: Filter |
method | _repr | fenic.core._logical_plan.plans.transform.Filter._repr | Return the representation for the Filter node. | null | false | true | 106 | 108 | null | str | null | [
"self"
] | null | Filter | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.Filter._repr
Docstring: Return the representation for the Filter node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Filter |
method | with_children | fenic.core._logical_plan.plans.transform.Filter.with_children | null | null | true | false | 110 | 115 | null | LogicalPlan | null | [
"self",
"children"
] | null | Filter | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.Filter.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Filter |
class | Union | fenic.core._logical_plan.plans.transform.Union | null | null | true | false | 118 | 158 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: Union
Qualified Name: fenic.core._logical_plan.plans.transform.Union
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.transform.Union.__init__ | null | null | true | false | 119 | 124 | null | null | null | [
"self",
"inputs"
] | null | Union | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.Union.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "inputs"]
Returns: none
Parent Class: Union |
method | children | fenic.core._logical_plan.plans.transform.Union.children | null | null | true | false | 126 | 127 | null | List[LogicalPlan] | null | [
"self"
] | null | Union | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.Union.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: Union |
method | _build_schema | fenic.core._logical_plan.plans.transform.Union._build_schema | null | null | false | true | 129 | 150 | null | Schema | null | [
"self"
] | null | Union | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.Union._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: Union |
method | _repr | fenic.core._logical_plan.plans.transform.Union._repr | null | null | false | true | 152 | 153 | null | str | null | [
"self"
] | null | Union | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.Union._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Union |
method | with_children | fenic.core._logical_plan.plans.transform.Union.with_children | null | null | true | false | 155 | 158 | null | LogicalPlan | null | [
"self",
"children"
] | null | Union | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.Union.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Union |
class | Limit | fenic.core._logical_plan.plans.transform.Limit | null | null | true | false | 161 | 181 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: Limit
Qualified Name: fenic.core._logical_plan.plans.transform.Limit
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.transform.Limit.__init__ | null | null | true | false | 162 | 165 | null | null | null | [
"self",
"input",
"n"
] | null | Limit | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.Limit.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "n"]
Returns: none
Parent Class: Limit |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.