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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class | CountExpr | fenic.core._logical_plan.expressions.aggregate.CountExpr | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 101 | 113 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"AggregateExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 104 | 106 | null | null | [
"self",
"expr"
] | CountExpr | null | null | 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 | children | fenic.core._logical_plan.expressions.aggregate.CountExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 112 | 113 | null | List[LogicalExpr] | [
"self"
] | CountExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 115 | 137 | null | null | null | null | null | [
"ValidatedDynamicSignature",
"UnparameterizedExpr",
"AggregateExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 118 | 126 | null | null | [
"self",
"expr"
] | ListExpr | null | null | 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 | children | fenic.core._logical_plan.expressions.aggregate.ListExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 132 | 133 | null | List[LogicalExpr] | [
"self"
] | ListExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.aggregate.ListExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ListExpr |
method | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.aggregate.ListExpr._infer_dynamic_return_type | Return ArrayType with element type matching the input type. | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | false | true | 135 | 137 | null | DataType | [
"self",
"arg_types",
"plan",
"session_state"
] | ListExpr | null | null | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.aggregate.ListExpr._infer_dynamic_return_type
Docstring: Return ArrayType with element type matching the input type.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "arg_types", "plan", "session_state"]
Returns: DataType
Parent Class: ListExpr |
class | FirstExpr | fenic.core._logical_plan.expressions.aggregate.FirstExpr | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 139 | 151 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"AggregateExpr"
] | Type: class
Member Name: FirstExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.FirstExpr
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.FirstExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 142 | 144 | null | null | [
"self",
"expr"
] | FirstExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.FirstExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: FirstExpr |
method | children | fenic.core._logical_plan.expressions.aggregate.FirstExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 150 | 151 | null | List[LogicalExpr] | [
"self"
] | FirstExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.aggregate.FirstExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: FirstExpr |
class | StdDevExpr | fenic.core._logical_plan.expressions.aggregate.StdDevExpr | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 153 | 165 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"AggregateExpr"
] | Type: class
Member Name: StdDevExpr
Qualified Name: fenic.core._logical_plan.expressions.aggregate.StdDevExpr
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.StdDevExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 156 | 158 | null | null | [
"self",
"expr"
] | StdDevExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.aggregate.StdDevExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: StdDevExpr |
method | children | fenic.core._logical_plan.expressions.aggregate.StdDevExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/aggregate.py | true | false | 164 | 165 | null | List[LogicalExpr] | [
"self"
] | StdDevExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.aggregate.StdDevExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: StdDevExpr |
module | semantic | fenic.core._logical_plan.expressions.semantic | null | site-packages/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 | SemanticMapExpr | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 57 | 150 | null | null | null | null | null | [
"SemanticExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 60 | 84 | null | null | [
"self",
"jinja_template",
"strict",
"exprs",
"max_tokens",
"temperature",
"model_alias",
"response_format",
"examples"
] | SemanticMapExpr | null | null | 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", "jinja_template", "strict", "exprs", "max_tokens", "temperature", "model_alias", "response_format", "examples"]
Returns: none
Parent Class: SemanticMapExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.children | Return the child expressions. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 86 | 88 | null | List[LogicalExpr] | [
"self"
] | SemanticMapExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.children
Docstring: Return the child expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticMapExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.to_column_field | Handle signature validation and completion parameter validation. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 90 | 104 | null | ColumnField | [
"self",
"plan",
"session_state"
] | SemanticMapExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.to_column_field
Docstring: Handle signature validation and completion parameter validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: SemanticMapExpr |
method | _validate_example_response_format | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr._validate_example_response_format | Validate that all examples have outputs matching the expected response format. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 106 | 125 | null | null | [
"self",
"example_collection"
] | SemanticMapExpr | null | null | Type: method
Member Name: _validate_example_response_format
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr._validate_example_response_format
Docstring: Validate that all examples have outputs matching the expected response format.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "example_collection"]
Returns: none
Parent Class: SemanticMapExpr |
method | _validate_completion_parameters | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr._validate_completion_parameters | Validate completion parameters. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 127 | 134 | null | null | [
"self",
"session_state"
] | SemanticMapExpr | null | null | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr._validate_completion_parameters
Docstring: Validate completion parameters.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: none
Parent Class: SemanticMapExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 136 | 139 | null | null | [
"self"
] | SemanticMapExpr | null | null | 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 | _eq_specific | fenic.core._logical_plan.expressions.semantic.SemanticMapExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 141 | 150 | null | bool | [
"self",
"other"
] | SemanticMapExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticMapExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticMapExpr |
class | SemanticExtractExpr | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 153 | 213 | null | null | null | null | null | [
"ValidatedDynamicSignature",
"SemanticExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 156 | 170 | null | null | [
"self",
"expr",
"max_tokens",
"temperature",
"response_format",
"model_alias"
] | SemanticExtractExpr | null | null | 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", "max_tokens", "temperature", "response_format", "model_alias"]
Returns: none
Parent Class: SemanticExtractExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.children | Return the child expressions. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 177 | 179 | null | List[LogicalExpr] | [
"self"
] | SemanticExtractExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.children
Docstring: Return the child expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticExtractExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.to_column_field | Handle signature validation and completion parameter validation. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 181 | 186 | null | ColumnField | [
"self",
"plan",
"session_state"
] | SemanticExtractExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.to_column_field
Docstring: Handle signature validation and completion parameter validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: SemanticExtractExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 188 | 191 | null | null | [
"self"
] | SemanticExtractExpr | null | null | 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 | _validate_completion_parameters | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr._validate_completion_parameters | Validate completion parameters. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 193 | 200 | null | null | [
"self",
"session_state"
] | SemanticExtractExpr | null | null | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr._validate_completion_parameters
Docstring: Validate completion parameters.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: none
Parent Class: SemanticExtractExpr |
method | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr._infer_dynamic_return_type | Return StructType based on the schema. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 202 | 205 | null | DataType | [
"self",
"arg_types",
"plan",
"session_state"
] | SemanticExtractExpr | null | null | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr._infer_dynamic_return_type
Docstring: Return StructType based on the schema.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "arg_types", "plan", "session_state"]
Returns: DataType
Parent Class: SemanticExtractExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 207 | 213 | null | bool | [
"self",
"other"
] | SemanticExtractExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticExtractExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticExtractExpr |
class | SemanticPredExpr | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 216 | 277 | null | null | null | null | null | [
"SemanticExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 219 | 236 | null | null | [
"self",
"jinja_template",
"strict",
"exprs",
"temperature",
"model_alias",
"examples"
] | SemanticPredExpr | null | null | 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", "jinja_template", "strict", "exprs", "temperature", "model_alias", "examples"]
Returns: none
Parent Class: SemanticPredExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.children | Return the child expressions. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 238 | 240 | null | List[LogicalExpr] | [
"self"
] | SemanticPredExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.children
Docstring: Return the child expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticPredExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.to_column_field | Handle signature validation and completion parameter validation. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 242 | 257 | null | ColumnField | [
"self",
"plan",
"session_state"
] | SemanticPredExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.to_column_field
Docstring: Handle signature validation and completion parameter validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: SemanticPredExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 259 | 262 | null | null | [
"self"
] | SemanticPredExpr | null | null | 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 | _validate_completion_parameters | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr._validate_completion_parameters | Validate completion parameters (no max_tokens for predicate). | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 264 | 268 | null | null | [
"self",
"session_state"
] | SemanticPredExpr | null | null | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr._validate_completion_parameters
Docstring: Validate completion parameters (no max_tokens for predicate).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: none
Parent Class: SemanticPredExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.semantic.SemanticPredExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 270 | 277 | null | bool | [
"self",
"other"
] | SemanticPredExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticPredExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticPredExpr |
class | SemanticReduceExpr | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 280 | 368 | null | null | null | null | null | [
"SemanticExpr",
"AggregateExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 281 | 312 | null | null | [
"self",
"instruction",
"input_expr",
"max_tokens",
"temperature",
"group_context_exprs",
"order_by_exprs",
"model_alias"
] | SemanticReduceExpr | null | null | 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", "input_expr", "max_tokens", "temperature", "group_context_exprs", "order_by_exprs", "model_alias"]
Returns: none
Parent Class: SemanticReduceExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.children | Return the child expressions. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 314 | 320 | null | List[LogicalExpr] | [
"self"
] | SemanticReduceExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.children
Docstring: Return the child expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticReduceExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.to_column_field | Handle signature validation and completion parameter validation. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 322 | 342 | null | ColumnField | [
"self",
"plan",
"session_state"
] | SemanticReduceExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.to_column_field
Docstring: Handle signature validation and completion parameter validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: SemanticReduceExpr |
method | _validate_completion_parameters | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr._validate_completion_parameters | Validate completion parameters. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 344 | 351 | null | null | [
"self",
"session_state"
] | SemanticReduceExpr | null | null | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr._validate_completion_parameters
Docstring: Validate completion parameters.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: none
Parent Class: SemanticReduceExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 353 | 360 | null | null | [
"self"
] | SemanticReduceExpr | null | null | 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 | _eq_specific | fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 362 | 368 | null | bool | [
"self",
"other"
] | SemanticReduceExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticReduceExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticReduceExpr |
class | SemanticClassifyExpr | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 371 | 430 | null | null | null | null | null | [
"ValidatedSignature",
"SemanticExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 374 | 396 | null | null | [
"self",
"expr",
"classes",
"temperature",
"examples",
"model_alias"
] | SemanticClassifyExpr | null | null | 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", "classes", "temperature", "examples", "model_alias"]
Returns: none
Parent Class: SemanticClassifyExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.children | Return the child expressions. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 403 | 405 | null | List[LogicalExpr] | [
"self"
] | SemanticClassifyExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.children
Docstring: Return the child expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticClassifyExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 407 | 409 | null | null | [
"self"
] | SemanticClassifyExpr | null | null | 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 | _validate_completion_parameters | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr._validate_completion_parameters | Validate completion parameters (called after signature validation). | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 411 | 415 | null | null | [
"self",
"session_state"
] | SemanticClassifyExpr | null | null | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr._validate_completion_parameters
Docstring: Validate completion parameters (called after signature validation).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: none
Parent Class: SemanticClassifyExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.to_column_field | Handle signature validation and completion parameter validation. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 417 | 422 | null | ColumnField | [
"self",
"plan",
"session_state"
] | SemanticClassifyExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr.to_column_field
Docstring: Handle signature validation and completion parameter validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: SemanticClassifyExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 424 | 430 | null | bool | [
"self",
"other"
] | SemanticClassifyExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticClassifyExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticClassifyExpr |
class | AnalyzeSentimentExpr | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 433 | 475 | null | null | null | null | null | [
"ValidatedSignature",
"SemanticExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 436 | 447 | null | null | [
"self",
"expr",
"temperature",
"model_alias"
] | AnalyzeSentimentExpr | null | null | 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 | children | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.children | Return the child expressions. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 454 | 456 | null | List[LogicalExpr] | [
"self"
] | AnalyzeSentimentExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.children
Docstring: Return the child expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: AnalyzeSentimentExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.to_column_field | Handle signature validation and completion parameter validation. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 458 | 463 | null | ColumnField | [
"self",
"plan",
"session_state"
] | AnalyzeSentimentExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.to_column_field
Docstring: Handle signature validation and completion parameter validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: AnalyzeSentimentExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 465 | 466 | null | null | [
"self"
] | AnalyzeSentimentExpr | null | null | 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 | _validate_completion_parameters | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr._validate_completion_parameters | Validate completion parameters (no max_tokens for analyze_sentiment). | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 468 | 472 | null | null | [
"self",
"session_state"
] | AnalyzeSentimentExpr | null | null | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr._validate_completion_parameters
Docstring: Validate completion parameters (no max_tokens for analyze_sentiment).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: none
Parent Class: AnalyzeSentimentExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 474 | 475 | null | bool | [
"self",
"other"
] | AnalyzeSentimentExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.semantic.AnalyzeSentimentExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
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 | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 477 | 573 | null | null | null | null | null | [
"ValidatedDynamicSignature",
"SemanticExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 486 | 492 | null | null | [
"self",
"expr",
"model_alias"
] | EmbeddingsExpr | null | null | 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 | children | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.children | Return the child expressions. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 499 | 501 | null | List[LogicalExpr] | [
"self"
] | EmbeddingsExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.children
Docstring: Return the child expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: EmbeddingsExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.to_column_field | Handle signature validation and completion parameter validation. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 503 | 508 | null | ColumnField | [
"self",
"plan",
"session_state"
] | EmbeddingsExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.to_column_field
Docstring: Handle signature validation and completion parameter validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: EmbeddingsExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 510 | 511 | null | str | [
"self"
] | EmbeddingsExpr | null | null | 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 | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr._infer_dynamic_return_type | Return EmbeddingType with specific dimensions based on model. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 513 | 517 | null | DataType | [
"self",
"arg_types",
"plan",
"session_state"
] | EmbeddingsExpr | null | null | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr._infer_dynamic_return_type
Docstring: Return EmbeddingType with specific dimensions based on model.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "arg_types", "plan", "session_state"]
Returns: DataType
Parent Class: EmbeddingsExpr |
method | _get_embedding_type_from_config | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr._get_embedding_type_from_config | Validate model configuration and return the correct EmbeddingType. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 519 | 566 | null | EmbeddingType | [
"self",
"plan",
"session_state"
] | EmbeddingsExpr | null | null | Type: method
Member Name: _get_embedding_type_from_config
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr._get_embedding_type_from_config
Docstring: Validate model configuration and return the correct EmbeddingType.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan", "session_state"]
Returns: EmbeddingType
Parent Class: EmbeddingsExpr |
method | _validate_completion_parameters | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr._validate_completion_parameters | Embeddings don't use completion parameters. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 568 | 570 | null | null | [
"self",
"session_state"
] | EmbeddingsExpr | null | null | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr._validate_completion_parameters
Docstring: Embeddings don't use completion parameters.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: none
Parent Class: EmbeddingsExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 572 | 573 | null | bool | [
"self",
"other"
] | EmbeddingsExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.semantic.EmbeddingsExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: EmbeddingsExpr |
class | SemanticSummarizeExpr | fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 576 | 620 | null | null | null | null | null | [
"ValidatedSignature",
"SemanticExpr"
] | Type: class
Member Name: SemanticSummarizeExpr
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr
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.SemanticSummarizeExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 579 | 592 | null | null | [
"self",
"expr",
"format",
"temperature",
"model_alias"
] | SemanticSummarizeExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "format", "temperature", "model_alias"]
Returns: none
Parent Class: SemanticSummarizeExpr |
method | children | fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr.children | Return the child expressions. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 599 | 601 | null | List[LogicalExpr] | [
"self"
] | SemanticSummarizeExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr.children
Docstring: Return the child expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SemanticSummarizeExpr |
method | to_column_field | fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr.to_column_field | Handle signature validation and completion parameter validation. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 603 | 608 | null | ColumnField | [
"self",
"plan",
"session_state"
] | SemanticSummarizeExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr.to_column_field
Docstring: Handle signature validation and completion parameter validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: SemanticSummarizeExpr |
method | _validate_completion_parameters | fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr._validate_completion_parameters | Validate completion parameters. | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 610 | 614 | null | null | [
"self",
"session_state"
] | SemanticSummarizeExpr | null | null | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr._validate_completion_parameters
Docstring: Validate completion parameters.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
Returns: none
Parent Class: SemanticSummarizeExpr |
method | __str__ | fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | true | false | 616 | 617 | null | str | [
"self"
] | SemanticSummarizeExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: SemanticSummarizeExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/semantic.py | false | true | 619 | 620 | null | bool | [
"self",
"other"
] | SemanticSummarizeExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.semantic.SemanticSummarizeExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: SemanticSummarizeExpr |
module | embedding | fenic.core._logical_plan.expressions.embedding | Embedding operation expressions. | site-packages/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. | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 26 | 50 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 31 | 34 | null | null | [
"self",
"expr"
] | EmbeddingNormalizeExpr | null | null | 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 | to_column_field | fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 40 | 47 | null | ColumnField | [
"self",
"plan",
"session_state"
] | EmbeddingNormalizeExpr | null | null | 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", "session_state"]
Returns: ColumnField
Parent Class: EmbeddingNormalizeExpr |
method | children | fenic.core._logical_plan.expressions.embedding.EmbeddingNormalizeExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 49 | 50 | null | List[LogicalExpr] | [
"self"
] | EmbeddingNormalizeExpr | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 53 | 112 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 58 | 66 | null | null | [
"self",
"expr",
"other",
"metric"
] | EmbeddingSimilarityExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 72 | 76 | null | str | [
"self"
] | EmbeddingSimilarityExpr | null | null | 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_query_vector_dimensions | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr._validate_query_vector_dimensions | Validate query vector dimensions match embedding dimensions. | site-packages/fenic/core/_logical_plan/expressions/embedding.py | false | true | 78 | 86 | null | null | [
"self",
"plan",
"session_state"
] | EmbeddingSimilarityExpr | null | null | Type: method
Member Name: _validate_query_vector_dimensions
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr._validate_query_vector_dimensions
Docstring: Validate query vector dimensions match embedding dimensions.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "plan", "session_state"]
Returns: none
Parent Class: EmbeddingSimilarityExpr |
method | to_column_field | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 88 | 92 | null | ColumnField | [
"self",
"plan",
"session_state"
] | EmbeddingSimilarityExpr | null | null | 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", "session_state"]
Returns: ColumnField
Parent Class: EmbeddingSimilarityExpr |
method | children | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/embedding.py | true | false | 94 | 95 | null | List[LogicalExpr] | [
"self"
] | EmbeddingSimilarityExpr | null | null | 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 |
method | _eq_specific | fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/embedding.py | false | true | 97 | 112 | null | bool | [
"self",
"other"
] | EmbeddingSimilarityExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.embedding.EmbeddingSimilarityExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: EmbeddingSimilarityExpr |
module | comparison | fenic.core._logical_plan.expressions.comparison | null | site-packages/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 | site-packages/fenic/core/_logical_plan/expressions/comparison.py | true | false | 17 | 32 | null | null | null | null | null | [
"BinaryExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/comparison.py | false | true | 18 | 28 | null | null | [
"self",
"plan",
"session_state"
] | EqualityComparisonExpr | null | null | 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", "session_state"]
Returns: none
Parent Class: EqualityComparisonExpr |
method | to_column_field | fenic.core._logical_plan.expressions.comparison.EqualityComparisonExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/comparison.py | true | false | 30 | 32 | null | ColumnField | [
"self",
"plan",
"session_state"
] | EqualityComparisonExpr | null | null | 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", "session_state"]
Returns: ColumnField
Parent Class: EqualityComparisonExpr |
class | NumericComparisonExpr | fenic.core._logical_plan.expressions.comparison.NumericComparisonExpr | null | site-packages/fenic/core/_logical_plan/expressions/comparison.py | true | false | 35 | 50 | null | null | null | null | null | [
"BinaryExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/comparison.py | false | true | 36 | 46 | null | null | [
"self",
"plan",
"session_state"
] | NumericComparisonExpr | null | null | 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", "session_state"]
Returns: none
Parent Class: NumericComparisonExpr |
method | to_column_field | fenic.core._logical_plan.expressions.comparison.NumericComparisonExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/comparison.py | true | false | 48 | 50 | null | ColumnField | [
"self",
"plan",
"session_state"
] | NumericComparisonExpr | null | null | 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", "session_state"]
Returns: ColumnField
Parent Class: NumericComparisonExpr |
class | BooleanExpr | fenic.core._logical_plan.expressions.comparison.BooleanExpr | null | site-packages/fenic/core/_logical_plan/expressions/comparison.py | true | false | 53 | 68 | null | null | null | null | null | [
"BinaryExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/comparison.py | false | true | 54 | 64 | null | null | [
"self",
"plan",
"session_state"
] | BooleanExpr | null | null | 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", "session_state"]
Returns: none
Parent Class: BooleanExpr |
method | to_column_field | fenic.core._logical_plan.expressions.comparison.BooleanExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/comparison.py | true | false | 66 | 68 | null | ColumnField | [
"self",
"plan",
"session_state"
] | BooleanExpr | null | null | 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", "session_state"]
Returns: ColumnField
Parent Class: BooleanExpr |
module | basic | fenic.core._logical_plan.expressions.basic | null | site-packages/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. | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 40 | 64 | null | null | null | null | null | [
"LogicalExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 43 | 44 | null | null | [
"self",
"name"
] | ColumnExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/basic.py | true | false | 46 | 47 | null | str | [
"self"
] | ColumnExpr | null | null | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.