type stringclasses 5
values | name stringlengths 1 55 | qualified_name stringlengths 5 143 | docstring stringlengths 0 3.59k ⌀ | filepath stringclasses 180
values | is_public bool 2
classes | is_private bool 2
classes | line_start float64 0 1.54k ⌀ | line_end float64 0 1.56k ⌀ | annotation stringclasses 8
values | returns stringclasses 236
values | parameters listlengths 0 74 ⌀ | parent_class stringclasses 298
values | value stringclasses 112
values | bases listlengths 0 3 ⌀ | api_element_summary stringlengths 199 23k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
method | to_column_field | fenic.core._logical_plan.expressions.basic.ColumnExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 49 | 58 | null | ColumnField | [
"self",
"plan",
"session_state"
] | ColumnExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: ColumnExpr |
method | children | fenic.core._logical_plan.expressions.basic.ColumnExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 60 | 61 | null | List[LogicalExpr] | [
"self"
] | ColumnExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ColumnExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.ColumnExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 63 | 64 | null | bool | [
"self",
"other"
] | ColumnExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: ColumnExpr |
class | LiteralExpr | fenic.core._logical_plan.expressions.basic.LiteralExpr | Expression representing a literal value. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 67 | 84 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: LiteralExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr
Docstring: Expression representing a literal value.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.LiteralExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 70 | 72 | null | null | [
"self",
"literal",
"data_type"
] | LiteralExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "literal", "data_type"]
Returns: none
Parent Class: LiteralExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.LiteralExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 74 | 75 | null | str | [
"self"
] | LiteralExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: LiteralExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.LiteralExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 77 | 78 | null | ColumnField | [
"self",
"plan",
"session_state"
] | LiteralExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: LiteralExpr |
method | children | fenic.core._logical_plan.expressions.basic.LiteralExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 80 | 81 | null | List[LogicalExpr] | [
"self"
] | LiteralExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: LiteralExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.LiteralExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 83 | 84 | null | bool | [
"self",
"other"
] | LiteralExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: LiteralExpr |
class | UnresolvedLiteralExpr | fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 86 | 103 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: UnresolvedLiteralExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr
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.basic.UnresolvedLiteralExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 87 | 89 | null | null | [
"self",
"data_type",
"parameter_name"
] | UnresolvedLiteralExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "data_type", "parameter_name"]
Returns: none
Parent Class: UnresolvedLiteralExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 92 | 93 | null | str | [
"self"
] | UnresolvedLiteralExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: UnresolvedLiteralExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 95 | 96 | null | ColumnField | [
"self",
"plan",
"session_state"
] | UnresolvedLiteralExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: UnresolvedLiteralExpr |
method | children | fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 98 | 99 | null | List[LogicalExpr] | [
"self"
] | UnresolvedLiteralExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: UnresolvedLiteralExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 101 | 103 | null | bool | [
"self",
"other"
] | UnresolvedLiteralExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: UnresolvedLiteralExpr |
class | AliasExpr | fenic.core._logical_plan.expressions.basic.AliasExpr | Expression representing a column alias. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 106 | 123 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: AliasExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr
Docstring: Expression representing a column alias.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.AliasExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 109 | 111 | null | null | [
"self",
"expr",
"name"
] | AliasExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "name"]
Returns: none
Parent Class: AliasExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.AliasExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 113 | 114 | null | str | [
"self"
] | AliasExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: AliasExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.AliasExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 116 | 117 | null | ColumnField | [
"self",
"plan",
"session_state"
] | AliasExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: AliasExpr |
method | children | fenic.core._logical_plan.expressions.basic.AliasExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 119 | 120 | null | List[LogicalExpr] | [
"self"
] | AliasExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: AliasExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.AliasExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 122 | 123 | null | bool | [
"self",
"other"
] | AliasExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: AliasExpr |
class | SortExpr | fenic.core._logical_plan.expressions.basic.SortExpr | Expression representing a column sorted in ascending or descending order. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 125 | 147 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: SortExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr
Docstring: Expression representing a column sorted in ascending or descending order.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.SortExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 128 | 131 | null | null | [
"self",
"expr",
"ascending",
"nulls_last"
] | SortExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "ascending", "nulls_last"]
Returns: none
Parent Class: SortExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.SortExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 133 | 135 | null | str | [
"self"
] | SortExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: SortExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.SortExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 137 | 138 | null | ColumnField | [
"self",
"plan",
"session_state"
] | SortExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: SortExpr |
method | column_expr | fenic.core._logical_plan.expressions.basic.SortExpr.column_expr | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 140 | 141 | null | LogicalExpr | [
"self"
] | SortExpr | null | null | Type: method
Member Name: column_expr
Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.column_expr
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: LogicalExpr
Parent Class: SortExpr |
method | children | fenic.core._logical_plan.expressions.basic.SortExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 143 | 144 | null | List[LogicalExpr] | [
"self"
] | SortExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SortExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.SortExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 146 | 147 | null | bool | [
"self",
"other"
] | SortExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SortExpr |
class | IndexExpr | fenic.core._logical_plan.expressions.basic.IndexExpr | Expression representing an index or field access operation. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 149 | 198 | null | null | null | null | null | [
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: IndexExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr
Docstring: Expression representing an index or field access operation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.IndexExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 152 | 155 | null | null | [
"self",
"expr",
"index"
] | IndexExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "index"]
Returns: none
Parent Class: IndexExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.IndexExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 157 | 158 | null | str | [
"self"
] | IndexExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: IndexExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.IndexExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 160 | 195 | null | ColumnField | [
"self",
"plan",
"session_state"
] | IndexExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: IndexExpr |
method | children | fenic.core._logical_plan.expressions.basic.IndexExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 197 | 198 | null | List[LogicalExpr] | [
"self"
] | IndexExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: IndexExpr |
class | ArrayExpr | fenic.core._logical_plan.expressions.basic.ArrayExpr | Expression representing array creation from multiple columns. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 201 | 220 | null | null | null | null | null | [
"ValidatedDynamicSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: ArrayExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayExpr
Docstring: Expression representing array creation from multiple columns.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.ArrayExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 206 | 208 | null | null | [
"self",
"exprs"
] | ArrayExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "exprs"]
Returns: none
Parent Class: ArrayExpr |
method | children | fenic.core._logical_plan.expressions.basic.ArrayExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 214 | 215 | null | List[LogicalExpr] | [
"self"
] | ArrayExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayExpr |
method | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.basic.ArrayExpr._infer_dynamic_return_type | Return ArrayType with element type matching the first argument. | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 217 | 220 | null | DataType | [
"self",
"arg_types",
"plan",
"session_state"
] | ArrayExpr | null | null | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayExpr._infer_dynamic_return_type
Docstring: Return ArrayType with element type matching the first argument.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "arg_types", "plan", "session_state"]
Returns: DataType
Parent Class: ArrayExpr |
class | StructExpr | fenic.core._logical_plan.expressions.basic.StructExpr | Expression representing struct creation from multiple columns. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 223 | 246 | null | null | null | null | null | [
"ValidatedDynamicSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: StructExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.StructExpr
Docstring: Expression representing struct creation from multiple columns.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.StructExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 228 | 230 | null | null | [
"self",
"exprs"
] | StructExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.StructExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "exprs"]
Returns: none
Parent Class: StructExpr |
method | children | fenic.core._logical_plan.expressions.basic.StructExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 236 | 237 | null | List[LogicalExpr] | [
"self"
] | StructExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.StructExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: StructExpr |
method | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.basic.StructExpr._infer_dynamic_return_type | Return StructType with fields based on argument names and types. | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 239 | 246 | null | DataType | [
"self",
"arg_types",
"plan",
"session_state"
] | StructExpr | null | null | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.basic.StructExpr._infer_dynamic_return_type
Docstring: Return StructType with fields based on argument names and types.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "arg_types", "plan", "session_state"]
Returns: DataType
Parent Class: StructExpr |
class | UDFExpr | fenic.core._logical_plan.expressions.basic.UDFExpr | User-defined function expression.
Warning:
UDFExpr cannot be serialized and is not supported in cloud execution.
This expression contains arbitrary Python code that cannot be transmitted
to remote workers. Use built-in fenic functions for cloud compatibility. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 249 | 283 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: UDFExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr
Docstring: User-defined function expression.
Warning:
UDFExpr cannot be serialized and is not supported in cloud execution.
This expression contains arbitrary Python code that cannot be transmitted
to remote workers. Use built-in fenic functions for cloud compatibility.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.UDFExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 259 | 267 | null | null | [
"self",
"func",
"args",
"return_type"
] | UDFExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "func", "args", "return_type"]
Returns: none
Parent Class: UDFExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.UDFExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 269 | 271 | null | null | [
"self"
] | UDFExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: UDFExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.UDFExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 273 | 276 | null | ColumnField | [
"self",
"plan",
"session_state"
] | UDFExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: UDFExpr |
method | children | fenic.core._logical_plan.expressions.basic.UDFExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 278 | 279 | null | List[LogicalExpr] | [
"self"
] | UDFExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: UDFExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.UDFExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 281 | 283 | null | bool | [
"self",
"other"
] | UDFExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: UDFExpr |
class | AsyncUDFExpr | fenic.core._logical_plan.expressions.basic.AsyncUDFExpr | Expression for async user-defined functions with configurable concurrency and retries. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 286 | 325 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: AsyncUDFExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr
Docstring: Expression for async user-defined functions with configurable concurrency and retries.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 289 | 303 | null | null | [
"self",
"func",
"args",
"return_type",
"max_concurrency",
"timeout_seconds",
"num_retries"
] | AsyncUDFExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "func", "args", "return_type", "max_concurrency", "timeout_seconds", "num_retries"]
Returns: none
Parent Class: AsyncUDFExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 305 | 307 | null | null | [
"self"
] | AsyncUDFExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: AsyncUDFExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 309 | 312 | null | ColumnField | [
"self",
"plan",
"session_state"
] | AsyncUDFExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: AsyncUDFExpr |
method | children | fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 314 | 315 | null | List[LogicalExpr] | [
"self"
] | AsyncUDFExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: AsyncUDFExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.AsyncUDFExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 317 | 325 | null | bool | [
"self",
"other"
] | AsyncUDFExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: AsyncUDFExpr |
class | IsNullExpr | fenic.core._logical_plan.expressions.basic.IsNullExpr | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 328 | 344 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: IsNullExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr
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.basic.IsNullExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 330 | 332 | null | null | [
"self",
"expr",
"is_null"
] | IsNullExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "is_null"]
Returns: none
Parent Class: IsNullExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.IsNullExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 334 | 335 | null | null | [
"self"
] | IsNullExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: IsNullExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.IsNullExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 337 | 338 | null | ColumnField | [
"self",
"plan",
"session_state"
] | IsNullExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: IsNullExpr |
method | children | fenic.core._logical_plan.expressions.basic.IsNullExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 340 | 341 | null | List[LogicalExpr] | [
"self"
] | IsNullExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: IsNullExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.IsNullExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 343 | 344 | null | bool | [
"self",
"other"
] | IsNullExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: IsNullExpr |
class | ArrayLengthExpr | fenic.core._logical_plan.expressions.basic.ArrayLengthExpr | Expression representing array length calculation. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 347 | 361 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: ArrayLengthExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayLengthExpr
Docstring: Expression representing array length calculation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.ArrayLengthExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 352 | 354 | null | null | [
"self",
"expr"
] | ArrayLengthExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayLengthExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: ArrayLengthExpr |
method | children | fenic.core._logical_plan.expressions.basic.ArrayLengthExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 360 | 361 | null | List[LogicalExpr] | [
"self"
] | ArrayLengthExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayLengthExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayLengthExpr |
class | ArrayContainsExpr | fenic.core._logical_plan.expressions.basic.ArrayContainsExpr | Expression representing array contains check. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 364 | 380 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: ArrayContainsExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayContainsExpr
Docstring: Expression representing array contains check.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.ArrayContainsExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 369 | 373 | null | null | [
"self",
"expr",
"other"
] | ArrayContainsExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayContainsExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "other"]
Returns: none
Parent Class: ArrayContainsExpr |
method | children | fenic.core._logical_plan.expressions.basic.ArrayContainsExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 379 | 380 | null | List[LogicalExpr] | [
"self"
] | ArrayContainsExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayContainsExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayContainsExpr |
class | CastExpr | fenic.core._logical_plan.expressions.basic.CastExpr | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 382 | 403 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: CastExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr
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.basic.CastExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 383 | 386 | null | null | [
"self",
"expr",
"dest_type"
] | CastExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "dest_type"]
Returns: none
Parent Class: CastExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.CastExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 388 | 389 | null | null | [
"self"
] | CastExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: CastExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.CastExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 391 | 397 | null | ColumnField | [
"self",
"plan",
"session_state"
] | CastExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: CastExpr |
method | children | fenic.core._logical_plan.expressions.basic.CastExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 399 | 400 | null | List[LogicalExpr] | [
"self"
] | CastExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: CastExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.basic.CastExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 402 | 403 | null | bool | [
"self",
"other"
] | CastExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: CastExpr |
class | NotExpr | fenic.core._logical_plan.expressions.basic.NotExpr | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 406 | 423 | null | null | null | null | null | [
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: NotExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr
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.basic.NotExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 407 | 408 | null | null | [
"self",
"expr"
] | NotExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: NotExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.NotExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 410 | 411 | null | null | [
"self"
] | NotExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: NotExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.NotExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 413 | 420 | null | ColumnField | [
"self",
"plan",
"session_state"
] | NotExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: NotExpr |
method | children | fenic.core._logical_plan.expressions.basic.NotExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 422 | 423 | null | List[LogicalExpr] | [
"self"
] | NotExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: NotExpr |
class | CoalesceExpr | fenic.core._logical_plan.expressions.basic.CoalesceExpr | Expression representing coalesce operation (first non-null value). | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 426 | 440 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: CoalesceExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.CoalesceExpr
Docstring: Expression representing coalesce operation (first non-null value).
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.CoalesceExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 431 | 433 | null | null | [
"self",
"exprs"
] | CoalesceExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.CoalesceExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "exprs"]
Returns: none
Parent Class: CoalesceExpr |
method | children | fenic.core._logical_plan.expressions.basic.CoalesceExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 439 | 440 | null | List[LogicalExpr] | [
"self"
] | CoalesceExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.CoalesceExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: CoalesceExpr |
class | InExpr | fenic.core._logical_plan.expressions.basic.InExpr | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 443 | 468 | null | null | null | null | null | [
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: InExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr
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.basic.InExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 444 | 446 | null | null | [
"self",
"expr",
"other"
] | InExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "other"]
Returns: none
Parent Class: InExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.InExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 448 | 449 | null | null | [
"self"
] | InExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: InExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.InExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 451 | 465 | null | ColumnField | [
"self",
"plan",
"session_state"
] | InExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: InExpr |
method | children | fenic.core._logical_plan.expressions.basic.InExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 467 | 468 | null | List[LogicalExpr] | [
"self"
] | InExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: InExpr |
class | GreatestExpr | fenic.core._logical_plan.expressions.basic.GreatestExpr | Expression representing the greatest value of a list of expressions. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 470 | 493 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: GreatestExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.GreatestExpr
Docstring: Expression representing the greatest value of a list of expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.GreatestExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 474 | 476 | null | null | [
"self",
"exprs"
] | GreatestExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.GreatestExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "exprs"]
Returns: none
Parent Class: GreatestExpr |
method | children | fenic.core._logical_plan.expressions.basic.GreatestExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 482 | 483 | null | List[LogicalExpr] | [
"self"
] | GreatestExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.GreatestExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: GreatestExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.GreatestExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 485 | 493 | null | ColumnField | [
"self",
"plan",
"session_state"
] | GreatestExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.GreatestExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: GreatestExpr |
class | LeastExpr | fenic.core._logical_plan.expressions.basic.LeastExpr | Expression representing the least value of a list of expressions. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 495 | 519 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: LeastExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.LeastExpr
Docstring: Expression representing the least value of a list of expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.basic.LeastExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 499 | 501 | null | null | [
"self",
"exprs"
] | LeastExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.LeastExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "exprs"]
Returns: none
Parent Class: LeastExpr |
method | children | fenic.core._logical_plan.expressions.basic.LeastExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 507 | 508 | null | List[LogicalExpr] | [
"self"
] | LeastExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.basic.LeastExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: LeastExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.LeastExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 510 | 519 | null | ColumnField | [
"self",
"plan",
"session_state"
] | LeastExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.basic.LeastExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: LeastExpr |
attribute | UNIMPLEMENTED_TYPES | fenic.core._logical_plan.expressions.basic.UNIMPLEMENTED_TYPES | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 521 | 521 | null | null | null | null | (_HtmlType, TranscriptType, DocumentPathType) | null | Type: attribute
Member Name: UNIMPLEMENTED_TYPES
Qualified Name: fenic.core._logical_plan.expressions.basic.UNIMPLEMENTED_TYPES
Docstring: none
Value: (_HtmlType, TranscriptType, DocumentPathType)
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _can_cast | fenic.core._logical_plan.expressions.basic._can_cast | null | site-packages/fenic/core/_logical_plan/expressions/basic.py | false | true | 522 | 561 | null | bool | [
"src",
"dst"
] | null | null | null | Type: function
Member Name: _can_cast
Qualified Name: fenic.core._logical_plan.expressions.basic._can_cast
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["src", "dst"]
Returns: bool
Parent Class: none |
module | markdown | fenic.core._logical_plan.expressions.markdown | null | site-packages/fenic/core/_logical_plan/expressions/markdown.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: markdown
Qualified Name: fenic.core._logical_plan.expressions.markdown
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | MdToJsonExpr | fenic.core._logical_plan.expressions.markdown.MdToJsonExpr | null | site-packages/fenic/core/_logical_plan/expressions/markdown.py | true | false | 13 | 25 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: MdToJsonExpr
Qualified Name: fenic.core._logical_plan.expressions.markdown.MdToJsonExpr
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.markdown.MdToJsonExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/markdown.py | true | false | 16 | 18 | null | null | [
"self",
"expr"
] | MdToJsonExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.markdown.MdToJsonExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: MdToJsonExpr |
method | children | fenic.core._logical_plan.expressions.markdown.MdToJsonExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/markdown.py | true | false | 24 | 25 | null | List[LogicalExpr] | [
"self"
] | MdToJsonExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.markdown.MdToJsonExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: MdToJsonExpr |
class | MdGetCodeBlocksExpr | fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr | null | site-packages/fenic/core/_logical_plan/expressions/markdown.py | true | false | 28 | 62 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | Type: class
Member Name: MdGetCodeBlocksExpr
Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr
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.markdown.MdGetCodeBlocksExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/markdown.py | true | false | 31 | 35 | null | null | [
"self",
"expr",
"language_filter"
] | MdGetCodeBlocksExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "language_filter"]
Returns: none
Parent Class: MdGetCodeBlocksExpr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.