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 | children | fenic.core._logical_plan.plans.transform.Limit.children | null | null | true | false | 167 | 168 | null | List[LogicalPlan] | null | [
"self"
] | null | Limit | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.Limit.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: Limit |
method | _build_schema | fenic.core._logical_plan.plans.transform.Limit._build_schema | null | null | false | true | 170 | 171 | null | Schema | null | [
"self"
] | null | Limit | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.Limit._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: Limit |
method | _repr | fenic.core._logical_plan.plans.transform.Limit._repr | null | null | false | true | 173 | 174 | null | str | null | [
"self"
] | null | Limit | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.Limit._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Limit |
method | with_children | fenic.core._logical_plan.plans.transform.Limit.with_children | null | null | true | false | 176 | 181 | null | LogicalPlan | null | [
"self",
"children"
] | null | Limit | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.Limit.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Limit |
class | Explode | fenic.core._logical_plan.plans.transform.Explode | null | null | true | false | 184 | 230 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: Explode
Qualified Name: fenic.core._logical_plan.plans.transform.Explode
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.transform.Explode.__init__ | null | null | true | false | 185 | 188 | null | null | null | [
"self",
"input",
"expr"
] | null | Explode | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.Explode.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "expr"]
Returns: none
Parent Class: Explode |
method | children | fenic.core._logical_plan.plans.transform.Explode.children | null | null | true | false | 190 | 191 | null | list[LogicalPlan] | null | [
"self"
] | null | Explode | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.Explode.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: list[LogicalPlan]
Parent Class: Explode |
method | _build_schema | fenic.core._logical_plan.plans.transform.Explode._build_schema | null | null | false | true | 193 | 220 | null | Schema | null | [
"self"
] | null | Explode | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.Explode._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: Explode |
method | _repr | fenic.core._logical_plan.plans.transform.Explode._repr | null | null | false | true | 222 | 223 | null | str | null | [
"self"
] | null | Explode | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.Explode._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Explode |
method | with_children | fenic.core._logical_plan.plans.transform.Explode.with_children | null | null | true | false | 225 | 230 | null | LogicalPlan | null | [
"self",
"children"
] | null | Explode | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.Explode.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Explode |
class | DropDuplicates | fenic.core._logical_plan.plans.transform.DropDuplicates | null | null | true | false | 233 | 263 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: DropDuplicates
Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.transform.DropDuplicates.__init__ | null | null | true | false | 234 | 241 | null | null | null | [
"self",
"input",
"subset"
] | null | DropDuplicates | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "subset"]
Returns: none
Parent Class: DropDuplicates |
method | children | fenic.core._logical_plan.plans.transform.DropDuplicates.children | null | null | true | false | 243 | 244 | null | List[LogicalPlan] | null | [
"self"
] | null | DropDuplicates | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: DropDuplicates |
method | _build_schema | fenic.core._logical_plan.plans.transform.DropDuplicates._build_schema | null | null | false | true | 246 | 247 | null | Schema | null | [
"self"
] | null | DropDuplicates | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: DropDuplicates |
method | _repr | fenic.core._logical_plan.plans.transform.DropDuplicates._repr | null | null | false | true | 249 | 250 | null | str | null | [
"self"
] | null | DropDuplicates | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: DropDuplicates |
method | with_children | fenic.core._logical_plan.plans.transform.DropDuplicates.with_children | null | null | true | false | 252 | 257 | null | LogicalPlan | null | [
"self",
"children"
] | null | DropDuplicates | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: DropDuplicates |
method | _subset | fenic.core._logical_plan.plans.transform.DropDuplicates._subset | null | null | false | true | 259 | 263 | null | List[str] | null | [
"self"
] | null | DropDuplicates | Type: method
Member Name: _subset
Qualified Name: fenic.core._logical_plan.plans.transform.DropDuplicates._subset
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: List[str]
Parent Class: DropDuplicates |
class | Sort | fenic.core._logical_plan.plans.transform.Sort | null | null | true | false | 266 | 293 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: Sort
Qualified Name: fenic.core._logical_plan.plans.transform.Sort
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.transform.Sort.__init__ | null | null | true | false | 267 | 274 | null | null | null | [
"self",
"input",
"sort_exprs"
] | null | Sort | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.Sort.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "sort_exprs"]
Returns: none
Parent Class: Sort |
method | children | fenic.core._logical_plan.plans.transform.Sort.children | null | null | true | false | 276 | 277 | null | List[LogicalPlan] | null | [
"self"
] | null | Sort | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.Sort.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: Sort |
method | _build_schema | fenic.core._logical_plan.plans.transform.Sort._build_schema | null | null | false | true | 279 | 280 | null | Schema | null | [
"self"
] | null | Sort | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.Sort._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: Sort |
method | sort_exprs | fenic.core._logical_plan.plans.transform.Sort.sort_exprs | null | null | true | false | 282 | 283 | null | List[LogicalExpr] | null | [
"self"
] | null | Sort | Type: method
Member Name: sort_exprs
Qualified Name: fenic.core._logical_plan.plans.transform.Sort.sort_exprs
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: Sort |
method | _repr | fenic.core._logical_plan.plans.transform.Sort._repr | null | null | false | true | 285 | 286 | null | str | null | [
"self"
] | null | Sort | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.Sort._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Sort |
method | with_children | fenic.core._logical_plan.plans.transform.Sort.with_children | null | null | true | false | 288 | 293 | null | LogicalPlan | null | [
"self",
"children"
] | null | Sort | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.Sort.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Sort |
class | Unnest | fenic.core._logical_plan.plans.transform.Unnest | null | null | true | false | 296 | 334 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: Unnest
Qualified Name: fenic.core._logical_plan.plans.transform.Unnest
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.transform.Unnest.__init__ | null | null | true | false | 297 | 300 | null | null | null | [
"self",
"input",
"exprs"
] | null | Unnest | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "input", "exprs"]
Returns: none
Parent Class: Unnest |
method | children | fenic.core._logical_plan.plans.transform.Unnest.children | null | null | true | false | 302 | 303 | null | List[LogicalPlan] | null | [
"self"
] | null | Unnest | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: Unnest |
method | _build_schema | fenic.core._logical_plan.plans.transform.Unnest._build_schema | null | null | false | true | 305 | 321 | null | Schema | null | [
"self"
] | null | Unnest | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.Unnest._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: Unnest |
method | _repr | fenic.core._logical_plan.plans.transform.Unnest._repr | null | null | false | true | 323 | 324 | null | str | null | [
"self"
] | null | Unnest | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.Unnest._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: Unnest |
method | col_names | fenic.core._logical_plan.plans.transform.Unnest.col_names | null | null | true | false | 326 | 327 | null | List[str] | null | [
"self"
] | null | Unnest | Type: method
Member Name: col_names
Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.col_names
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[str]
Parent Class: Unnest |
method | with_children | fenic.core._logical_plan.plans.transform.Unnest.with_children | null | null | true | false | 329 | 334 | null | LogicalPlan | null | [
"self",
"children"
] | null | Unnest | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.Unnest.with_children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: Unnest |
class | SQL | fenic.core._logical_plan.plans.transform.SQL | null | null | true | false | 336 | 413 | null | null | null | null | [
"LogicalPlan"
] | null | Type: class
Member Name: SQL
Qualified Name: fenic.core._logical_plan.plans.transform.SQL
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.plans.transform.SQL.__init__ | null | null | true | false | 337 | 347 | null | null | null | [
"self",
"inputs",
"template_names",
"templated_query",
"session_state"
] | null | SQL | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.plans.transform.SQL.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "inputs", "template_names", "templated_query", "session_state"]
Returns: none
Parent Class: SQL |
method | children | fenic.core._logical_plan.plans.transform.SQL.children | null | null | true | false | 349 | 350 | null | List[LogicalPlan] | null | [
"self"
] | null | SQL | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.plans.transform.SQL.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalPlan]
Parent Class: SQL |
method | _repr | fenic.core._logical_plan.plans.transform.SQL._repr | null | null | false | true | 352 | 353 | null | str | null | [
"self"
] | null | SQL | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.transform.SQL._repr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: SQL |
method | _replace_query_placeholders | fenic.core._logical_plan.plans.transform.SQL._replace_query_placeholders | null | null | false | true | 355 | 367 | null | Tuple[str, Dict[str, str]] | null | [
"self"
] | null | SQL | Type: method
Member Name: _replace_query_placeholders
Qualified Name: fenic.core._logical_plan.plans.transform.SQL._replace_query_placeholders
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Tuple[str, Dict[str, str]]
Parent Class: SQL |
method | _build_schema | fenic.core._logical_plan.plans.transform.SQL._build_schema | null | null | false | true | 369 | 379 | null | Schema | null | [
"self"
] | null | SQL | Type: method
Member Name: _build_schema
Qualified Name: fenic.core._logical_plan.plans.transform.SQL._build_schema
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: Schema
Parent Class: SQL |
method | _validate_query | fenic.core._logical_plan.plans.transform.SQL._validate_query | null | null | false | true | 382 | 405 | null | None | null | [
"self"
] | null | SQL | Type: method
Member Name: _validate_query
Qualified Name: fenic.core._logical_plan.plans.transform.SQL._validate_query
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: None
Parent Class: SQL |
method | with_children | fenic.core._logical_plan.plans.transform.SQL.with_children | Create and return a new instance of the SQL plan with the given children. | null | true | false | 407 | 413 | null | LogicalPlan | null | [
"self",
"children"
] | null | SQL | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.transform.SQL.with_children
Docstring: Create and return a new instance of the SQL plan with the given children.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: SQL |
attribute | DDL_DML_NODES | fenic.core._logical_plan.plans.transform.DDL_DML_NODES | null | null | true | false | 416 | 428 | 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 | null | 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 | null | false | true | 430 | 436 | null | null | null | [
"expr"
] | 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 | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/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 | null | true | false | 14 | 36 | null | null | null | null | [
"LogicalPlan"
] | null | 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 | null | true | false | 15 | 18 | null | null | null | [
"self",
"source",
"session_state"
] | null | InMemorySource | 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"]
Returns: none
Parent Class: InMemorySource |
method | children | fenic.core._logical_plan.plans.source.InMemorySource.children | null | null | true | false | 20 | 21 | null | List[LogicalPlan] | null | [
"self"
] | null | InMemorySource | 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 | _build_schema | fenic.core._logical_plan.plans.source.InMemorySource._build_schema | null | null | false | true | 23 | 24 | null | Schema | null | [
"self"
] | null | InMemorySource | 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"]
Returns: Schema
Parent Class: InMemorySource |
method | _repr | fenic.core._logical_plan.plans.source.InMemorySource._repr | null | null | false | true | 26 | 27 | null | str | null | [
"self"
] | null | InMemorySource | 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 | with_children | fenic.core._logical_plan.plans.source.InMemorySource.with_children | null | null | true | false | 29 | 36 | null | LogicalPlan | null | [
"self",
"children"
] | null | InMemorySource | 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"]
Returns: LogicalPlan
Parent Class: InMemorySource |
class | FileSource | fenic.core._logical_plan.plans.source.FileSource | null | null | true | false | 39 | 106 | null | null | null | null | [
"LogicalPlan"
] | null | 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. | null | true | false | 40 | 52 | null | null | null | [
"self",
"paths",
"file_format",
"session_state",
"options"
] | null | FileSource | 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", "session_state", "options"]
Returns: none
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. | null | false | true | 54 | 91 | null | Schema | null | [
"self"
] | null | FileSource | 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"]
Returns: Schema
Parent Class: FileSource |
method | children | fenic.core._logical_plan.plans.source.FileSource.children | null | null | true | false | 93 | 94 | null | List[LogicalPlan] | null | [
"self"
] | null | FileSource | 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 | _repr | fenic.core._logical_plan.plans.source.FileSource._repr | null | null | false | true | 96 | 97 | null | str | null | [
"self"
] | null | FileSource | 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 | null | true | false | 99 | 106 | null | LogicalPlan | null | [
"self",
"children"
] | null | FileSource | 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"]
Returns: LogicalPlan
Parent Class: FileSource |
class | TableSource | fenic.core._logical_plan.plans.source.TableSource | null | null | true | false | 108 | 134 | null | null | null | null | [
"LogicalPlan"
] | null | 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 | null | true | false | 109 | 112 | null | null | null | [
"self",
"table_name",
"session_state"
] | null | TableSource | 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"]
Returns: none
Parent Class: TableSource |
method | _build_schema | fenic.core._logical_plan.plans.source.TableSource._build_schema | null | null | false | true | 114 | 121 | null | Schema | null | [
"self"
] | null | TableSource | 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"]
Returns: Schema
Parent Class: TableSource |
method | children | fenic.core._logical_plan.plans.source.TableSource.children | null | null | true | false | 123 | 124 | null | List[LogicalPlan] | null | [
"self"
] | null | TableSource | 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 | _repr | fenic.core._logical_plan.plans.source.TableSource._repr | null | null | false | true | 126 | 127 | null | str | null | [
"self"
] | null | TableSource | 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 | null | true | false | 129 | 134 | null | LogicalPlan | null | [
"self",
"children"
] | null | TableSource | 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"]
Returns: LogicalPlan
Parent Class: TableSource |
module | base | fenic.core._logical_plan.plans.base | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/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 | null | true | false | 12 | 14 | 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 | null | true | false | 0 | 0 | null | None | null | [
"self",
"duckdb_table_name"
] | null | CacheInfo | 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 | null | true | false | 17 | 99 | null | null | null | null | [
"ABC"
] | null | 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 | null | true | false | 18 | 32 | null | null | null | [
"self",
"session_state"
] | null | LogicalPlan | 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"]
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. | null | true | false | 34 | 42 | null | List[LogicalPlan] | null | [
"self"
] | null | LogicalPlan | 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.
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. | null | false | true | 44 | 59 | null | Schema | null | [
"self"
] | null | LogicalPlan | 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.
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"]
Returns: Schema
Parent Class: LogicalPlan |
method | _repr | fenic.core._logical_plan.plans.base.LogicalPlan._repr | Return the string representation for this logical plan. | null | false | true | 61 | 64 | null | str | null | [
"self"
] | null | LogicalPlan | Type: method
Member Name: _repr
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan._repr
Docstring: Return the string representation for this logical plan.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self"]
Returns: str
Parent Class: LogicalPlan |
method | __str__ | fenic.core._logical_plan.plans.base.LogicalPlan.__str__ | Recursively pretty-print with indentation. | null | true | false | 66 | 77 | null | str | null | [
"self"
] | null | LogicalPlan | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan.__str__
Docstring: Recursively pretty-print with indentation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: LogicalPlan |
method | set_cache_info | fenic.core._logical_plan.plans.base.LogicalPlan.set_cache_info | Set the cache metadata for this plan. | null | true | false | 79 | 81 | null | null | null | [
"self",
"cache_info"
] | null | LogicalPlan | Type: method
Member Name: set_cache_info
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan.set_cache_info
Docstring: Set the cache metadata for this plan.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "cache_info"]
Returns: none
Parent Class: LogicalPlan |
method | schema | fenic.core._logical_plan.plans.base.LogicalPlan.schema | null | null | true | false | 83 | 84 | null | Schema | null | [
"self"
] | null | LogicalPlan | Type: method
Member Name: schema
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan.schema
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: Schema
Parent Class: LogicalPlan |
method | with_children | fenic.core._logical_plan.plans.base.LogicalPlan.with_children | Creates and returns a new instance of the logical plan with the given children.
This method acts as a factory method that preserves the current node's properties
while replacing its child nodes.
Args:
children: The new child nodes to use in the created logical plan
Returns:
A new logical plan instance of the same type with updated children | null | true | false | 86 | 99 | null | LogicalPlan | null | [
"self",
"children"
] | null | LogicalPlan | Type: method
Member Name: with_children
Qualified Name: fenic.core._logical_plan.plans.base.LogicalPlan.with_children
Docstring: Creates and returns a new instance of the logical plan with the given children.
This method acts as a factory method that preserves the current node's properties
while replacing its child nodes.
Args:
children: The new child nodes to use in the created logical plan
Returns:
A new logical plan instance of the same type with updated children
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "children"]
Returns: LogicalPlan
Parent Class: LogicalPlan |
function | ensure_same_session | fenic.core._logical_plan.plans.base.ensure_same_session | Ensure that two LogicalPlans belong to the same session context.
This check prevents accidental combinations of DataFrames created in different
sessions, which can lead to inconsistent behavior due to differing configurations,
catalogs, or function registries. | null | true | false | 101 | 113 | null | null | null | [
"lhs",
"rhs"
] | null | null | Type: function
Member Name: ensure_same_session
Qualified Name: fenic.core._logical_plan.plans.base.ensure_same_session
Docstring: Ensure that two LogicalPlans belong to the same session context.
This check prevents accidental combinations of DataFrames created in different
sessions, which can lead to inconsistent behavior due to differing configurations,
catalogs, or function registries.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["lhs", "rhs"]
Returns: none
Parent Class: none |
module | expressions | fenic.core._logical_plan.expressions | Expression classes for internal implementation of column operations. | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/expressions/__init__.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: expressions
Qualified Name: fenic.core._logical_plan.expressions
Docstring: Expression classes for internal implementation of column operations.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
module | arithmetic | fenic.core._logical_plan.expressions.arithmetic | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/expressions/arithmetic.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: arithmetic
Qualified Name: fenic.core._logical_plan.expressions.arithmetic
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | ArithmeticExpr | fenic.core._logical_plan.expressions.arithmetic.ArithmeticExpr | null | null | true | false | 22 | 49 | null | null | null | null | [
"BinaryExpr"
] | null | Type: class
Member Name: ArithmeticExpr
Qualified Name: fenic.core._logical_plan.expressions.arithmetic.ArithmeticExpr
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | _validate_types | fenic.core._logical_plan.expressions.arithmetic.ArithmeticExpr._validate_types | null | null | false | true | 23 | 30 | null | null | null | [
"self",
"left_type",
"right_type"
] | null | ArithmeticExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.arithmetic.ArithmeticExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "left_type", "right_type"]
Returns: none
Parent Class: ArithmeticExpr |
method | _promote_type | fenic.core._logical_plan.expressions.arithmetic.ArithmeticExpr._promote_type | null | null | false | true | 32 | 42 | null | Union[_IntegerType, _FloatType, _DoubleType] | null | [
"self",
"left_type",
"right_type"
] | null | ArithmeticExpr | Type: method
Member Name: _promote_type
Qualified Name: fenic.core._logical_plan.expressions.arithmetic.ArithmeticExpr._promote_type
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "left_type", "right_type"]
Returns: Union[_IntegerType, _FloatType, _DoubleType]
Parent Class: ArithmeticExpr |
method | to_column_field | fenic.core._logical_plan.expressions.arithmetic.ArithmeticExpr.to_column_field | null | null | true | false | 44 | 49 | null | ColumnField | null | [
"self",
"plan"
] | null | ArithmeticExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.arithmetic.ArithmeticExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: ArithmeticExpr |
module | aggregate | fenic.core._logical_plan.expressions.aggregate | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/expressions/aggregate.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: aggregate
Qualified Name: fenic.core._logical_plan.expressions.aggregate
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
attribute | SUMMABLE_TYPES | fenic.core._logical_plan.expressions.aggregate.SUMMABLE_TYPES | null | null | true | false | 20 | 20 | null | null | (IntegerType, FloatType, DoubleType, BooleanType) | null | null | null | Type: attribute
Member Name: SUMMABLE_TYPES
Qualified Name: fenic.core._logical_plan.expressions.aggregate.SUMMABLE_TYPES
Docstring: none
Value: (IntegerType, FloatType, DoubleType, BooleanType)
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | AggregateExpr | fenic.core._logical_plan.expressions.aggregate.AggregateExpr | null | null | true | false | 23 | 32 | null | null | null | null | [
"LogicalExpr"
] | null | Type: class
Member Name: AggregateExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.AggregateExpr
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.expressions.aggregate.AggregateExpr.__init__ | null | null | true | false | 24 | 26 | null | null | null | [
"self",
"agg_name",
"expr"
] | null | AggregateExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.AggregateExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "agg_name", "expr"]
Returns: none
Parent Class: AggregateExpr |
method | __str__ | fenic.core._logical_plan.expressions.aggregate.AggregateExpr.__str__ | null | null | true | false | 28 | 29 | null | null | null | [
"self"
] | null | AggregateExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.AggregateExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: AggregateExpr |
method | children | fenic.core._logical_plan.expressions.aggregate.AggregateExpr.children | null | null | true | false | 31 | 32 | null | List[LogicalExpr] | null | [
"self"
] | null | AggregateExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.aggregate.AggregateExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: AggregateExpr |
class | MdGroupSchemaExpr | fenic.core._logical_plan.expressions.aggregate.MdGroupSchemaExpr | null | null | true | false | 35 | 48 | null | null | null | null | [
"AggregateExpr"
] | null | Type: class
Member Name: MdGroupSchemaExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MdGroupSchemaExpr
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.expressions.aggregate.MdGroupSchemaExpr.__init__ | null | null | true | false | 36 | 37 | null | null | null | [
"self",
"expr"
] | null | MdGroupSchemaExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MdGroupSchemaExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: MdGroupSchemaExpr |
method | _validate_types | fenic.core._logical_plan.expressions.aggregate.MdGroupSchemaExpr._validate_types | null | null | false | true | 39 | 44 | null | null | null | [
"self",
"plan"
] | null | MdGroupSchemaExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MdGroupSchemaExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: MdGroupSchemaExpr |
method | to_column_field | fenic.core._logical_plan.expressions.aggregate.MdGroupSchemaExpr.to_column_field | null | null | true | false | 46 | 48 | null | ColumnField | null | [
"self",
"plan"
] | null | MdGroupSchemaExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MdGroupSchemaExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: MdGroupSchemaExpr |
class | SumExpr | fenic.core._logical_plan.expressions.aggregate.SumExpr | null | null | true | false | 51 | 68 | null | null | null | null | [
"AggregateExpr"
] | null | Type: class
Member Name: SumExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.SumExpr
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.expressions.aggregate.SumExpr.__init__ | null | null | true | false | 52 | 53 | null | null | null | [
"self",
"expr"
] | null | SumExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.SumExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: SumExpr |
method | _validate_types | fenic.core._logical_plan.expressions.aggregate.SumExpr._validate_types | null | null | false | true | 55 | 64 | null | null | null | [
"self",
"plan"
] | null | SumExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.aggregate.SumExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: SumExpr |
method | to_column_field | fenic.core._logical_plan.expressions.aggregate.SumExpr.to_column_field | null | null | true | false | 66 | 68 | null | ColumnField | null | [
"self",
"plan"
] | null | SumExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.aggregate.SumExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: SumExpr |
class | AvgExpr | fenic.core._logical_plan.expressions.aggregate.AvgExpr | null | null | true | false | 71 | 88 | null | null | null | null | [
"AggregateExpr"
] | null | Type: class
Member Name: AvgExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.AvgExpr
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.expressions.aggregate.AvgExpr.__init__ | null | null | true | false | 72 | 73 | null | null | null | [
"self",
"expr"
] | null | AvgExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.AvgExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: AvgExpr |
method | _validate_types | fenic.core._logical_plan.expressions.aggregate.AvgExpr._validate_types | null | null | false | true | 75 | 84 | null | null | null | [
"self",
"plan"
] | null | AvgExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.aggregate.AvgExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: AvgExpr |
method | to_column_field | fenic.core._logical_plan.expressions.aggregate.AvgExpr.to_column_field | null | null | true | false | 86 | 88 | null | ColumnField | null | [
"self",
"plan"
] | null | AvgExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.aggregate.AvgExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: AvgExpr |
class | MinExpr | fenic.core._logical_plan.expressions.aggregate.MinExpr | null | null | true | false | 91 | 108 | null | null | null | null | [
"AggregateExpr"
] | null | Type: class
Member Name: MinExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MinExpr
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.expressions.aggregate.MinExpr.__init__ | null | null | true | false | 92 | 93 | null | null | null | [
"self",
"expr"
] | null | MinExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MinExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: MinExpr |
method | _validate_types | fenic.core._logical_plan.expressions.aggregate.MinExpr._validate_types | null | null | false | true | 95 | 104 | null | null | null | [
"self",
"plan"
] | null | MinExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MinExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: MinExpr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.