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 | to_column_field | fenic.core._logical_plan.expressions.aggregate.MinExpr.to_column_field | null | null | true | false | 106 | 108 | null | ColumnField | null | [
"self",
"plan"
] | null | MinExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MinExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: MinExpr |
class | MaxExpr | fenic.core._logical_plan.expressions.aggregate.MaxExpr | null | null | true | false | 111 | 128 | null | null | null | null | [
"AggregateExpr"
] | null | Type: class
Member Name: MaxExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MaxExpr
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.MaxExpr.__init__ | null | null | true | false | 112 | 113 | null | null | null | [
"self",
"expr"
] | null | MaxExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MaxExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: MaxExpr |
method | _validate_types | fenic.core._logical_plan.expressions.aggregate.MaxExpr._validate_types | null | null | false | true | 115 | 124 | null | null | null | [
"self",
"plan"
] | null | MaxExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MaxExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: MaxExpr |
method | to_column_field | fenic.core._logical_plan.expressions.aggregate.MaxExpr.to_column_field | null | null | true | false | 126 | 128 | null | ColumnField | null | [
"self",
"plan"
] | null | MaxExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.aggregate.MaxExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: MaxExpr |
class | CountExpr | fenic.core._logical_plan.expressions.aggregate.CountExpr | null | null | true | false | 131 | 140 | null | null | null | null | [
"AggregateExpr"
] | null | Type: class
Member Name: CountExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.CountExpr
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.CountExpr.__init__ | null | null | true | false | 132 | 133 | null | null | null | [
"self",
"expr"
] | null | CountExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.CountExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: CountExpr |
method | to_column_field | fenic.core._logical_plan.expressions.aggregate.CountExpr.to_column_field | null | null | true | false | 135 | 137 | null | ColumnField | null | [
"self",
"plan"
] | null | CountExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.aggregate.CountExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: CountExpr |
method | children | fenic.core._logical_plan.expressions.aggregate.CountExpr.children | null | null | true | false | 139 | 140 | null | List[LogicalExpr] | null | [
"self"
] | null | CountExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.aggregate.CountExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: CountExpr |
class | ListExpr | fenic.core._logical_plan.expressions.aggregate.ListExpr | null | null | true | false | 143 | 157 | null | null | null | null | [
"AggregateExpr"
] | null | Type: class
Member Name: ListExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.ListExpr
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.ListExpr.__init__ | null | null | true | false | 144 | 145 | null | null | null | [
"self",
"expr"
] | null | ListExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.ListExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: ListExpr |
method | to_column_field | fenic.core._logical_plan.expressions.aggregate.ListExpr.to_column_field | null | null | true | false | 147 | 157 | null | ColumnField | null | [
"self",
"plan"
] | null | ListExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.aggregate.ListExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: ListExpr |
module | semantic | fenic.core._logical_plan.expressions.semantic | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/expressions/semantic.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: semantic
Qualified Name: fenic.core._logical_plan.expressions.semantic
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | SemanticExpr | fenic.core._logical_plan.expressions.semantic.SemanticExpr | Marker abstract class for semantic expressions. | null | true | false | 36 | 39 | null | null | null | null | [
"LogicalExpr",
"ABC"
] | null | Type: class
Member Name: SemanticExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExpr
Docstring: Marker abstract class for semantic expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | SemanticMapExpr | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr | null | null | true | false | 42 | 88 | null | null | null | null | [
"SemanticExpr"
] | null | Type: class
Member Name: SemanticMapExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr
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.semantic.SemanticMapExpr.__init__ | null | null | true | false | 43 | 68 | null | null | null | [
"self",
"instruction",
"max_tokens",
"temperature",
"model_alias",
"response_format",
"examples"
] | null | SemanticMapExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "instruction", "max_tokens", "temperature", "model_alias", "response_format", "examples"]
Returns: none
Parent Class: SemanticMapExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.__str__ | null | null | true | false | 70 | 73 | null | null | null | [
"self"
] | null | SemanticMapExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: SemanticMapExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.to_column_field | null | null | true | false | 75 | 85 | null | ColumnField | null | [
"self",
"plan"
] | null | SemanticMapExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: SemanticMapExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.children | null | null | true | false | 87 | 88 | null | List[LogicalExpr] | null | [
"self"
] | null | SemanticMapExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticMapExpr |
class | SemanticExtractExpr | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr | null | null | true | false | 91 | 126 | null | null | null | null | [
"SemanticExpr"
] | null | Type: class
Member Name: SemanticExtractExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr
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.semantic.SemanticExtractExpr.__init__ | null | null | true | false | 92 | 105 | null | null | null | [
"self",
"expr",
"schema",
"max_tokens",
"temperature",
"model_alias"
] | null | SemanticExtractExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "schema", "max_tokens", "temperature", "model_alias"]
Returns: none
Parent Class: SemanticExtractExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.__str__ | null | null | true | false | 107 | 110 | null | null | null | [
"self"
] | null | SemanticExtractExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: SemanticExtractExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.to_column_field | null | null | true | false | 112 | 123 | null | ColumnField | null | [
"self",
"plan"
] | null | SemanticExtractExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: SemanticExtractExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.children | null | null | true | false | 125 | 126 | null | List[LogicalExpr] | null | [
"self"
] | null | SemanticExtractExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticExtractExpr |
class | SemanticPredExpr | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr | null | null | true | false | 129 | 171 | null | null | null | null | [
"SemanticExpr"
] | null | Type: class
Member Name: SemanticPredExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr
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.semantic.SemanticPredExpr.__init__ | null | null | true | false | 130 | 151 | null | null | null | [
"self",
"instruction",
"temperature",
"model_alias",
"examples"
] | null | SemanticPredExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "instruction", "temperature", "model_alias", "examples"]
Returns: none
Parent Class: SemanticPredExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.__str__ | null | null | true | false | 153 | 156 | null | null | null | [
"self"
] | null | SemanticPredExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: SemanticPredExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.to_column_field | null | null | true | false | 158 | 168 | null | ColumnField | null | [
"self",
"plan"
] | null | SemanticPredExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: SemanticPredExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.children | null | null | true | false | 170 | 171 | null | List[LogicalExpr] | null | [
"self"
] | null | SemanticPredExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticPredExpr |
class | SemanticReduceExpr | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr | null | null | true | false | 174 | 212 | null | null | null | null | [
"SemanticExpr",
"AggregateExpr"
] | null | Type: class
Member Name: SemanticReduceExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr
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.semantic.SemanticReduceExpr.__init__ | null | null | true | false | 175 | 192 | null | null | null | [
"self",
"instruction",
"max_tokens",
"temperature",
"model_alias"
] | null | SemanticReduceExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "instruction", "max_tokens", "temperature", "model_alias"]
Returns: none
Parent Class: SemanticReduceExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.__str__ | null | null | true | false | 194 | 197 | null | null | null | [
"self"
] | null | SemanticReduceExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: SemanticReduceExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.to_column_field | null | null | true | false | 199 | 209 | null | ColumnField | null | [
"self",
"plan"
] | null | SemanticReduceExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: SemanticReduceExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.children | null | null | true | false | 211 | 212 | null | List[LogicalExpr] | null | [
"self"
] | null | SemanticReduceExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticReduceExpr |
class | SemanticClassifyExpr | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr | null | null | true | false | 215 | 283 | null | null | null | null | [
"SemanticExpr"
] | null | Type: class
Member Name: SemanticClassifyExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr
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.semantic.SemanticClassifyExpr.__init__ | null | null | true | false | 216 | 235 | null | null | null | [
"self",
"expr",
"labels",
"temperature",
"examples",
"model_alias"
] | null | SemanticClassifyExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "labels", "temperature", "examples", "model_alias"]
Returns: none
Parent Class: SemanticClassifyExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.__str__ | null | null | true | false | 237 | 239 | null | null | null | [
"self"
] | null | SemanticClassifyExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: SemanticClassifyExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.to_column_field | null | null | true | false | 241 | 259 | null | ColumnField | null | [
"self",
"plan"
] | null | SemanticClassifyExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: SemanticClassifyExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.children | null | null | true | false | 261 | 262 | null | List[LogicalExpr] | null | [
"self"
] | null | SemanticClassifyExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticClassifyExpr |
method | _transform_labels_list_into_enum | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr._transform_labels_list_into_enum | Transforms a list of labels into an Enum. | null | false | true | 264 | 275 | null | type[Enum] | null | [
"self",
"labels"
] | null | SemanticClassifyExpr | Type: method
Member Name: _transform_labels_list_into_enum
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr._transform_labels_list_into_enum
Docstring: Transforms a list of labels into an Enum.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "labels"]
Returns: type[Enum]
Parent Class: SemanticClassifyExpr |
method | _transform_value_into_enum_name | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr._transform_value_into_enum_name | Transforms a label value into an enum name.
>>> SemClassifyDataFrame._trasnform_value_into_enum_name("General Inquiry")
... "GENERAL_INQUIRY". | null | false | true | 277 | 283 | null | str | null | [
"self",
"label_value"
] | null | SemanticClassifyExpr | Type: method
Member Name: _transform_value_into_enum_name
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr._transform_value_into_enum_name
Docstring: Transforms a label value into an enum name.
>>> SemClassifyDataFrame._trasnform_value_into_enum_name("General Inquiry")
... "GENERAL_INQUIRY".
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "label_value"]
Returns: str
Parent Class: SemanticClassifyExpr |
class | AnalyzeSentimentExpr | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr | null | null | true | false | 286 | 311 | null | null | null | null | [
"SemanticExpr"
] | null | Type: class
Member Name: AnalyzeSentimentExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr
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.semantic.AnalyzeSentimentExpr.__init__ | null | null | true | false | 287 | 295 | null | null | null | [
"self",
"expr",
"temperature",
"model_alias"
] | null | AnalyzeSentimentExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "temperature", "model_alias"]
Returns: none
Parent Class: AnalyzeSentimentExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.__str__ | null | null | true | false | 297 | 298 | null | null | null | [
"self"
] | null | AnalyzeSentimentExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: AnalyzeSentimentExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.to_column_field | null | null | true | false | 300 | 308 | null | ColumnField | null | [
"self",
"plan"
] | null | AnalyzeSentimentExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: AnalyzeSentimentExpr |
method | children | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.children | null | null | true | false | 310 | 311 | null | List[LogicalExpr] | null | [
"self"
] | null | AnalyzeSentimentExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: AnalyzeSentimentExpr |
class | EmbeddingsExpr | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr | Expression for generating embeddings for a string column.
This expression creates a new column of embeddings for each value in the input string column.
The embeddings are a list of floats generated using RM | null | true | false | 314 | 366 | null | null | null | null | [
"SemanticExpr"
] | null | Type: class
Member Name: EmbeddingsExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr
Docstring: Expression for generating embeddings for a string column.
This expression creates a new column of embeddings for each value in the input string column.
The embeddings are a list of floats generated using RM
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.__init__ | null | null | true | false | 321 | 324 | null | null | null | [
"self",
"expr",
"model_alias"
] | null | EmbeddingsExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "model_alias"]
Returns: none
Parent Class: EmbeddingsExpr |
method | expr | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.expr | null | null | true | false | 329 | 330 | null | LogicalExpr | null | [
"self"
] | null | EmbeddingsExpr | Type: method
Member Name: expr
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.expr
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: LogicalExpr
Parent Class: EmbeddingsExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.__str__ | null | null | true | false | 326 | 327 | null | str | null | [
"self"
] | null | EmbeddingsExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: EmbeddingsExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.to_column_field | null | null | true | false | 332 | 363 | null | ColumnField | null | [
"self",
"plan"
] | null | EmbeddingsExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: EmbeddingsExpr |
method | children | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.children | null | null | true | false | 365 | 366 | null | List[LogicalExpr] | null | [
"self"
] | null | EmbeddingsExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: EmbeddingsExpr |
module | embedding | fenic.core._logical_plan.expressions.embedding | Embedding operation expressions. | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/expressions/embedding.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: embedding
Qualified Name: fenic.core._logical_plan.expressions.embedding
Docstring: Embedding operation expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | EmbeddingNormalizeExpr | fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr | Expression for normalizing embedding vectors to unit length. | null | true | false | 22 | 47 | null | null | null | null | [
"LogicalExpr"
] | null | Type: class
Member Name: EmbeddingNormalizeExpr
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr
Docstring: Expression for normalizing embedding vectors to unit length.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.__init__ | null | null | true | false | 25 | 27 | null | null | null | [
"self",
"expr"
] | null | EmbeddingNormalizeExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: EmbeddingNormalizeExpr |
method | __str__ | fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.__str__ | null | null | true | false | 29 | 30 | null | str | null | [
"self"
] | null | EmbeddingNormalizeExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: EmbeddingNormalizeExpr |
method | _validate_types | fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr._validate_types | null | null | false | true | 32 | 37 | null | null | null | [
"self",
"plan"
] | null | EmbeddingNormalizeExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: EmbeddingNormalizeExpr |
method | to_column_field | fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.to_column_field | null | null | true | false | 39 | 44 | null | ColumnField | null | [
"self",
"plan"
] | null | EmbeddingNormalizeExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: EmbeddingNormalizeExpr |
method | children | fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.children | null | null | true | false | 46 | 47 | null | List[LogicalExpr] | null | [
"self"
] | null | EmbeddingNormalizeExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: EmbeddingNormalizeExpr |
class | EmbeddingSimilarityExpr | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr | Expression for computing similarity between embedding vectors. | null | true | false | 50 | 96 | null | null | null | null | [
"LogicalExpr"
] | null | Type: class
Member Name: EmbeddingSimilarityExpr
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr
Docstring: Expression for computing similarity between embedding vectors.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.__init__ | null | null | true | false | 53 | 56 | null | null | null | [
"self",
"expr",
"other",
"metric"
] | null | EmbeddingSimilarityExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "other", "metric"]
Returns: none
Parent Class: EmbeddingSimilarityExpr |
method | __str__ | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.__str__ | null | null | true | false | 58 | 62 | null | str | null | [
"self"
] | null | EmbeddingSimilarityExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: EmbeddingSimilarityExpr |
method | _validate_types | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr._validate_types | null | null | false | true | 64 | 87 | null | null | null | [
"self",
"plan"
] | null | EmbeddingSimilarityExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: EmbeddingSimilarityExpr |
method | to_column_field | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.to_column_field | null | null | true | false | 89 | 91 | null | ColumnField | null | [
"self",
"plan"
] | null | EmbeddingSimilarityExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: EmbeddingSimilarityExpr |
method | children | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.children | null | null | true | false | 93 | 96 | null | List[LogicalExpr] | null | [
"self"
] | null | EmbeddingSimilarityExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: EmbeddingSimilarityExpr |
module | comparison | fenic.core._logical_plan.expressions.comparison | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/expressions/comparison.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: comparison
Qualified Name: fenic.core._logical_plan.expressions.comparison
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | EqualityComparisonExpr | fenic.core._logical_plan.expressions.comparison.EqualityComparisonExpr | null | null | true | false | 16 | 31 | null | null | null | null | [
"BinaryExpr"
] | null | Type: class
Member Name: EqualityComparisonExpr
Qualified Name: fenic.core._logical_plan.expressions.comparison.EqualityComparisonExpr
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.comparison.EqualityComparisonExpr._validate_types | null | null | false | true | 17 | 27 | null | null | null | [
"self",
"plan"
] | null | EqualityComparisonExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.comparison.EqualityComparisonExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: EqualityComparisonExpr |
method | to_column_field | fenic.core._logical_plan.expressions.comparison.EqualityComparisonExpr.to_column_field | null | null | true | false | 29 | 31 | null | ColumnField | null | [
"self",
"plan"
] | null | EqualityComparisonExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.comparison.EqualityComparisonExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: EqualityComparisonExpr |
class | NumericComparisonExpr | fenic.core._logical_plan.expressions.comparison.NumericComparisonExpr | null | null | true | false | 34 | 49 | null | null | null | null | [
"BinaryExpr"
] | null | Type: class
Member Name: NumericComparisonExpr
Qualified Name: fenic.core._logical_plan.expressions.comparison.NumericComparisonExpr
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.comparison.NumericComparisonExpr._validate_types | null | null | false | true | 35 | 45 | null | null | null | [
"self",
"plan"
] | null | NumericComparisonExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.comparison.NumericComparisonExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: NumericComparisonExpr |
method | to_column_field | fenic.core._logical_plan.expressions.comparison.NumericComparisonExpr.to_column_field | null | null | true | false | 47 | 49 | null | ColumnField | null | [
"self",
"plan"
] | null | NumericComparisonExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.comparison.NumericComparisonExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: NumericComparisonExpr |
class | BooleanExpr | fenic.core._logical_plan.expressions.comparison.BooleanExpr | null | null | true | false | 52 | 67 | null | null | null | null | [
"BinaryExpr"
] | null | Type: class
Member Name: BooleanExpr
Qualified Name: fenic.core._logical_plan.expressions.comparison.BooleanExpr
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.comparison.BooleanExpr._validate_types | null | null | false | true | 53 | 63 | null | null | null | [
"self",
"plan"
] | null | BooleanExpr | Type: method
Member Name: _validate_types
Qualified Name: fenic.core._logical_plan.expressions.comparison.BooleanExpr._validate_types
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan"]
Returns: none
Parent Class: BooleanExpr |
method | to_column_field | fenic.core._logical_plan.expressions.comparison.BooleanExpr.to_column_field | null | null | true | false | 65 | 67 | null | ColumnField | null | [
"self",
"plan"
] | null | BooleanExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.comparison.BooleanExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan"]
Returns: ColumnField
Parent Class: BooleanExpr |
module | basic | fenic.core._logical_plan.expressions.basic | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.0.0-y6d85svd/fenic/src/fenic/core/_logical_plan/expressions/basic.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: basic
Qualified Name: fenic.core._logical_plan.expressions.basic
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | ColumnExpr | fenic.core._logical_plan.expressions.basic.ColumnExpr | Expression representing a column reference. | null | true | false | 33 | 54 | null | null | null | null | [
"LogicalExpr"
] | null | Type: class
Member Name: ColumnExpr
Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr
Docstring: Expression representing a column reference.
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.ColumnExpr.__init__ | null | null | true | false | 36 | 37 | null | null | null | [
"self",
"name"
] | null | ColumnExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "name"]
Returns: none
Parent Class: ColumnExpr |
method | __str__ | fenic.core._logical_plan.expressions.basic.ColumnExpr.__str__ | null | null | true | false | 39 | 40 | null | str | null | [
"self"
] | null | ColumnExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: ColumnExpr |
method | to_column_field | fenic.core._logical_plan.expressions.basic.ColumnExpr.to_column_field | null | null | true | false | 42 | 51 | null | ColumnField | null | [
"self",
"plan"
] | null | ColumnExpr | 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"]
Returns: ColumnField
Parent Class: ColumnExpr |
method | children | fenic.core._logical_plan.expressions.basic.ColumnExpr.children | null | null | true | false | 53 | 54 | null | List[LogicalExpr] | null | [
"self"
] | null | ColumnExpr | 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 |
class | LiteralExpr | fenic.core._logical_plan.expressions.basic.LiteralExpr | Expression representing a literal value. | null | true | false | 57 | 71 | null | null | null | null | [
"LogicalExpr"
] | null | 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 | null | true | false | 60 | 62 | null | null | null | [
"self",
"literal",
"data_type"
] | null | LiteralExpr | 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 | null | true | false | 64 | 65 | null | str | null | [
"self"
] | null | LiteralExpr | 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 | null | true | false | 67 | 68 | null | ColumnField | null | [
"self",
"plan"
] | null | LiteralExpr | 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"]
Returns: ColumnField
Parent Class: LiteralExpr |
method | children | fenic.core._logical_plan.expressions.basic.LiteralExpr.children | null | null | true | false | 70 | 71 | null | List[LogicalExpr] | null | [
"self"
] | null | LiteralExpr | 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 |
class | AliasExpr | fenic.core._logical_plan.expressions.basic.AliasExpr | Expression representing a column alias. | null | true | false | 74 | 88 | null | null | null | null | [
"LogicalExpr"
] | null | 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 | null | true | false | 77 | 79 | null | null | null | [
"self",
"expr",
"name"
] | null | AliasExpr | 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 | null | true | false | 81 | 82 | null | str | null | [
"self"
] | null | AliasExpr | 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 | null | true | false | 84 | 85 | null | ColumnField | null | [
"self",
"plan"
] | null | AliasExpr | 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"]
Returns: ColumnField
Parent Class: AliasExpr |
method | children | fenic.core._logical_plan.expressions.basic.AliasExpr.children | null | null | true | false | 87 | 88 | null | List[LogicalExpr] | null | [
"self"
] | null | AliasExpr | 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 |
class | SortExpr | fenic.core._logical_plan.expressions.basic.SortExpr | Expression representing a column sorted in ascending or descending order. | null | true | false | 91 | 110 | null | null | null | null | [
"LogicalExpr"
] | null | 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 | null | true | false | 94 | 97 | null | null | null | [
"self",
"expr",
"ascending",
"nulls_last"
] | null | SortExpr | 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 | null | true | false | 99 | 101 | null | str | null | [
"self"
] | null | SortExpr | 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 | null | true | false | 103 | 104 | null | ColumnField | null | [
"self",
"plan"
] | null | SortExpr | 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"]
Returns: ColumnField
Parent Class: SortExpr |
method | column_expr | fenic.core._logical_plan.expressions.basic.SortExpr.column_expr | null | null | true | false | 106 | 107 | null | LogicalExpr | null | [
"self"
] | null | SortExpr | 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 | null | true | false | 109 | 110 | null | List[LogicalExpr] | null | [
"self"
] | null | SortExpr | 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 |
class | IndexExpr | fenic.core._logical_plan.expressions.basic.IndexExpr | Expression representing an index or field access operation. | null | true | false | 113 | 157 | null | null | null | null | [
"LogicalExpr"
] | null | 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 | null | true | false | 116 | 118 | null | null | null | [
"self",
"expr",
"index"
] | null | IndexExpr | 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 | null | true | false | 120 | 121 | null | str | null | [
"self"
] | null | IndexExpr | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.