type stringclasses 5
values | name stringlengths 1 55 | qualified_name stringlengths 5 147 | docstring stringlengths 15 4.52k ⌀ | filepath stringclasses 206
values | is_public bool 2
classes | is_private bool 2
classes | line_start int64 0 1.99k ⌀ | line_end int64 0 2.01k ⌀ | annotation stringclasses 14
values | returns stringclasses 308
values | value stringclasses 152
values | parameters listlengths 0 117 ⌀ | bases listlengths 0 3 ⌀ | parent_class stringclasses 376
values | api_element_summary stringlengths 199 33.8k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
method | __init__ | fenic.core._logical_plan.expressions.array.ArraySortExpr.__init__ | null | null | true | false | 122 | 124 | null | null | null | [
"self",
"expr"
] | null | ArraySortExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArraySortExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: ArraySortExpr |
method | children | fenic.core._logical_plan.expressions.array.ArraySortExpr.children | null | null | true | false | 130 | 131 | null | List[LogicalExpr] | null | [
"self"
] | null | ArraySortExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArraySortExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArraySortExpr |
class | ArrayReverseExpr | fenic.core._logical_plan.expressions.array.ArrayReverseExpr | null | null | true | false | 134 | 146 | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArrayReverseExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayReverseExpr
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.array.ArrayReverseExpr.__init__ | null | null | true | false | 137 | 139 | null | null | null | [
"self",
"expr"
] | null | ArrayReverseExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayReverseExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: ArrayReverseExpr |
method | children | fenic.core._logical_plan.expressions.array.ArrayReverseExpr.children | null | null | true | false | 145 | 146 | null | List[LogicalExpr] | null | [
"self"
] | null | ArrayReverseExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayReverseExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayReverseExpr |
class | ArrayRemoveExpr | fenic.core._logical_plan.expressions.array.ArrayRemoveExpr | null | null | true | false | 149 | 163 | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArrayRemoveExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayRemoveExpr
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.array.ArrayRemoveExpr.__init__ | null | null | true | false | 152 | 156 | null | null | null | [
"self",
"expr",
"element"
] | null | ArrayRemoveExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayRemoveExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "element"]
Returns: none
Parent Class: ArrayRemoveExpr |
method | children | fenic.core._logical_plan.expressions.array.ArrayRemoveExpr.children | null | null | true | false | 162 | 163 | null | List[LogicalExpr] | null | [
"self"
] | null | ArrayRemoveExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayRemoveExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayRemoveExpr |
class | ArrayUnionExpr | fenic.core._logical_plan.expressions.array.ArrayUnionExpr | null | null | true | false | 166 | 180 | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArrayUnionExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayUnionExpr
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.array.ArrayUnionExpr.__init__ | null | null | true | false | 169 | 173 | null | null | null | [
"self",
"left",
"right"
] | null | ArrayUnionExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayUnionExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right"]
Returns: none
Parent Class: ArrayUnionExpr |
method | children | fenic.core._logical_plan.expressions.array.ArrayUnionExpr.children | null | null | true | false | 179 | 180 | null | List[LogicalExpr] | null | [
"self"
] | null | ArrayUnionExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayUnionExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayUnionExpr |
class | ArrayIntersectExpr | fenic.core._logical_plan.expressions.array.ArrayIntersectExpr | null | null | true | false | 183 | 197 | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArrayIntersectExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayIntersectExpr
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.array.ArrayIntersectExpr.__init__ | null | null | true | false | 186 | 190 | null | null | null | [
"self",
"left",
"right"
] | null | ArrayIntersectExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayIntersectExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right"]
Returns: none
Parent Class: ArrayIntersectExpr |
method | children | fenic.core._logical_plan.expressions.array.ArrayIntersectExpr.children | null | null | true | false | 196 | 197 | null | List[LogicalExpr] | null | [
"self"
] | null | ArrayIntersectExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayIntersectExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayIntersectExpr |
class | ArrayExceptExpr | fenic.core._logical_plan.expressions.array.ArrayExceptExpr | null | null | true | false | 200 | 214 | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArrayExceptExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayExceptExpr
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.array.ArrayExceptExpr.__init__ | null | null | true | false | 203 | 207 | null | null | null | [
"self",
"left",
"right"
] | null | ArrayExceptExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayExceptExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right"]
Returns: none
Parent Class: ArrayExceptExpr |
method | children | fenic.core._logical_plan.expressions.array.ArrayExceptExpr.children | null | null | true | false | 213 | 214 | null | List[LogicalExpr] | null | [
"self"
] | null | ArrayExceptExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayExceptExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayExceptExpr |
class | ArrayCompactExpr | fenic.core._logical_plan.expressions.array.ArrayCompactExpr | null | null | true | false | 217 | 229 | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArrayCompactExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayCompactExpr
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.array.ArrayCompactExpr.__init__ | null | null | true | false | 220 | 222 | null | null | null | [
"self",
"expr"
] | null | ArrayCompactExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayCompactExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: ArrayCompactExpr |
method | children | fenic.core._logical_plan.expressions.array.ArrayCompactExpr.children | null | null | true | false | 228 | 229 | null | List[LogicalExpr] | null | [
"self"
] | null | ArrayCompactExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayCompactExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayCompactExpr |
class | ArrayRepeatExpr | fenic.core._logical_plan.expressions.array.ArrayRepeatExpr | null | null | true | false | 232 | 250 | null | null | null | null | [
"ValidatedDynamicSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArrayRepeatExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayRepeatExpr
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.array.ArrayRepeatExpr.__init__ | null | null | true | false | 235 | 239 | null | null | null | [
"self",
"element",
"count"
] | null | ArrayRepeatExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayRepeatExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "element", "count"]
Returns: none
Parent Class: ArrayRepeatExpr |
method | children | fenic.core._logical_plan.expressions.array.ArrayRepeatExpr.children | null | null | true | false | 245 | 246 | null | List[LogicalExpr] | null | [
"self"
] | null | ArrayRepeatExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayRepeatExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArrayRepeatExpr |
method | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.array.ArrayRepeatExpr._infer_dynamic_return_type | Return an array of the element type. | null | false | true | 248 | 250 | null | DataType | null | [
"self",
"arg_types",
"plan",
"session_state"
] | null | ArrayRepeatExpr | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.array.ArrayRepeatExpr._infer_dynamic_return_type
Docstring: Return an array of the element type.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "arg_types", "plan", "session... |
class | ArraySliceExpr | fenic.core._logical_plan.expressions.array.ArraySliceExpr | null | null | true | false | 253 | 272 | null | null | null | null | [
"ValidatedDynamicSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArraySliceExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArraySliceExpr
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.array.ArraySliceExpr.__init__ | null | null | true | false | 256 | 261 | null | null | null | [
"self",
"expr",
"start",
"length"
] | null | ArraySliceExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArraySliceExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "start", "length"]
Returns: none
Parent Class: ArraySliceExpr |
method | children | fenic.core._logical_plan.expressions.array.ArraySliceExpr.children | null | null | true | false | 267 | 268 | null | List[LogicalExpr] | null | [
"self"
] | null | ArraySliceExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArraySliceExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArraySliceExpr |
method | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.array.ArraySliceExpr._infer_dynamic_return_type | Return the same array type as input. | null | false | true | 270 | 272 | null | DataType | null | [
"self",
"arg_types",
"plan",
"session_state"
] | null | ArraySliceExpr | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.array.ArraySliceExpr._infer_dynamic_return_type
Docstring: Return the same array type as input.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "arg_types", "plan", "session_... |
class | ElementAtExpr | fenic.core._logical_plan.expressions.array.ElementAtExpr | null | null | true | false | 275 | 296 | null | null | null | null | [
"ValidatedDynamicSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ElementAtExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ElementAtExpr
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.array.ElementAtExpr.__init__ | null | null | true | false | 278 | 282 | null | null | null | [
"self",
"expr",
"index"
] | null | ElementAtExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ElementAtExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "index"]
Returns: none
Parent Class: ElementAtExpr |
method | children | fenic.core._logical_plan.expressions.array.ElementAtExpr.children | null | null | true | false | 288 | 289 | null | List[LogicalExpr] | null | [
"self"
] | null | ElementAtExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ElementAtExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ElementAtExpr |
method | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.array.ElementAtExpr._infer_dynamic_return_type | Return the element type of the array. | null | false | true | 291 | 296 | null | DataType | null | [
"self",
"arg_types",
"plan",
"session_state"
] | null | ElementAtExpr | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.array.ElementAtExpr._infer_dynamic_return_type
Docstring: Return the element type of the array.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "arg_types", "plan", "session_... |
class | ArraysOverlapExpr | fenic.core._logical_plan.expressions.array.ArraysOverlapExpr | null | null | true | false | 299 | 313 | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: ArraysOverlapExpr
Qualified Name: fenic.core._logical_plan.expressions.array.ArraysOverlapExpr
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.array.ArraysOverlapExpr.__init__ | null | null | true | false | 302 | 306 | null | null | null | [
"self",
"left",
"right"
] | null | ArraysOverlapExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.array.ArraysOverlapExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right"]
Returns: none
Parent Class: ArraysOverlapExpr |
method | children | fenic.core._logical_plan.expressions.array.ArraysOverlapExpr.children | null | null | true | false | 312 | 313 | null | List[LogicalExpr] | null | [
"self"
] | null | ArraysOverlapExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.array.ArraysOverlapExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ArraysOverlapExpr |
module | json | fenic.core._logical_plan.expressions.json | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/core/_logical_plan/expressions/json.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: json
Qualified Name: fenic.core._logical_plan.expressions.json
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | JqExpr | fenic.core._logical_plan.expressions.json.JqExpr | null | null | true | false | 16 | 39 | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | null | Type: class
Member Name: JqExpr
Qualified Name: fenic.core._logical_plan.expressions.json.JqExpr
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.json.JqExpr.__init__ | null | null | true | false | 19 | 29 | null | null | null | [
"self",
"expr",
"query"
] | null | JqExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.json.JqExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "query"]
Returns: none
Parent Class: JqExpr |
method | children | fenic.core._logical_plan.expressions.json.JqExpr.children | null | null | true | false | 35 | 36 | null | List[LogicalExpr] | null | [
"self"
] | null | JqExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.json.JqExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: JqExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.json.JqExpr._eq_specific | null | null | false | true | 38 | 39 | null | bool | null | [
"self",
"other"
] | null | JqExpr | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.json.JqExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: JqExpr |
class | JsonTypeExpr | fenic.core._logical_plan.expressions.json.JsonTypeExpr | null | null | true | false | 41 | 54 | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | null | Type: class
Member Name: JsonTypeExpr
Qualified Name: fenic.core._logical_plan.expressions.json.JsonTypeExpr
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.json.JsonTypeExpr.__init__ | null | null | true | false | 44 | 47 | null | null | null | [
"self",
"expr"
] | null | JsonTypeExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.json.JsonTypeExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: JsonTypeExpr |
method | children | fenic.core._logical_plan.expressions.json.JsonTypeExpr.children | null | null | true | false | 53 | 54 | null | List[LogicalExpr] | null | [
"self"
] | null | JsonTypeExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.json.JsonTypeExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: JsonTypeExpr |
class | JsonContainsExpr | fenic.core._logical_plan.expressions.json.JsonContainsExpr | null | null | true | false | 57 | 87 | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | null | Type: class
Member Name: JsonContainsExpr
Qualified Name: fenic.core._logical_plan.expressions.json.JsonContainsExpr
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.json.JsonContainsExpr.__init__ | null | null | true | false | 60 | 77 | null | null | null | [
"self",
"expr",
"value"
] | null | JsonContainsExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.json.JsonContainsExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "value"]
Returns: none
Parent Class: JsonContainsExpr |
method | children | fenic.core._logical_plan.expressions.json.JsonContainsExpr.children | null | null | true | false | 83 | 84 | null | List[LogicalExpr] | null | [
"self"
] | null | JsonContainsExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.json.JsonContainsExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: JsonContainsExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.json.JsonContainsExpr._eq_specific | null | null | false | true | 86 | 87 | null | bool | null | [
"self",
"other"
] | null | JsonContainsExpr | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.json.JsonContainsExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: JsonContainsExpr |
module | base | fenic.core._logical_plan.expressions.base | Base classes for expression implementation. | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/core/_logical_plan/expressions/base.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: base
Qualified Name: fenic.core._logical_plan.expressions.base
Docstring: Base classes for expression implementation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | Operator | fenic.core._logical_plan.expressions.base.Operator | Enumeration of supported operators for expressions. | null | true | false | 18 | 32 | null | null | null | null | [
"Enum"
] | null | Type: class
Member Name: Operator
Qualified Name: fenic.core._logical_plan.expressions.base.Operator
Docstring: Enumeration of supported operators for expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | LogicalExpr | fenic.core._logical_plan.expressions.base.LogicalExpr | Abstract base class for logical expressions. | null | true | false | 35 | 79 | null | null | null | null | [
"ABC"
] | null | Type: class
Member Name: LogicalExpr
Qualified Name: fenic.core._logical_plan.expressions.base.LogicalExpr
Docstring: Abstract base class for logical expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __str__ | fenic.core._logical_plan.expressions.base.LogicalExpr.__str__ | String representation of the expression. | null | true | false | 38 | 41 | null | null | null | [
"self"
] | null | LogicalExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.base.LogicalExpr.__str__
Docstring: String representation of the expression.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: LogicalExpr |
method | to_column_field | fenic.core._logical_plan.expressions.base.LogicalExpr.to_column_field | Returns the schema field for the expression within the given plan. | null | true | false | 43 | 46 | null | ColumnField | null | [
"self",
"plan",
"session_state"
] | null | LogicalExpr | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.base.LogicalExpr.to_column_field
Docstring: Returns the schema field for the expression within the given plan.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
R... |
method | children | fenic.core._logical_plan.expressions.base.LogicalExpr.children | Returns the children of the expression. Returns an empty list if the expression has no children. | null | true | false | 48 | 51 | null | List[LogicalExpr] | null | [
"self"
] | null | LogicalExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.base.LogicalExpr.children
Docstring: Returns the children of the expression. Returns an empty list if the expression has no children.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: L... |
method | __eq__ | fenic.core._logical_plan.expressions.base.LogicalExpr.__eq__ | null | null | true | false | 53 | 67 | null | bool | null | [
"self",
"other"
] | null | LogicalExpr | Type: method
Member Name: __eq__
Qualified Name: fenic.core._logical_plan.expressions.base.LogicalExpr.__eq__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "other"]
Returns: bool
Parent Class: LogicalExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.base.LogicalExpr._eq_specific | Returns True if the expression has equal non expression attributes to the other expression.
Args:
other: The other expression to compare to.
Returns:
bool: True if the expression has equal non expression attributes to the other expression, False otherwise. | null | false | true | 69 | 79 | null | bool | null | [
"self",
"other"
] | null | LogicalExpr | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.base.LogicalExpr._eq_specific
Docstring: Returns True if the expression has equal non expression attributes to the other expression.
Args:
other: The other expression to compare to.
Returns:
bool: True if the expressio... |
class | AggregateExpr | fenic.core._logical_plan.expressions.base.AggregateExpr | Marker class for aggregate expressions used by optimizer and validation. | null | true | false | 81 | 83 | null | null | null | null | [
"LogicalExpr"
] | null | Type: class
Member Name: AggregateExpr
Qualified Name: fenic.core._logical_plan.expressions.base.AggregateExpr
Docstring: Marker class for aggregate expressions used by optimizer and validation.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | SemanticExpr | fenic.core._logical_plan.expressions.base.SemanticExpr | Marker class for semantic expressions that use LLM models. | null | true | false | 86 | 92 | null | null | null | null | [
"LogicalExpr"
] | null | Type: class
Member Name: SemanticExpr
Qualified Name: fenic.core._logical_plan.expressions.base.SemanticExpr
Docstring: Marker class for semantic expressions that use LLM models.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | _validate_completion_parameters | fenic.core._logical_plan.expressions.base.SemanticExpr._validate_completion_parameters | Common validation for semantic functions. | null | false | true | 89 | 92 | null | null | null | [
"self",
"session_state"
] | null | SemanticExpr | Type: method
Member Name: _validate_completion_parameters
Qualified Name: fenic.core._logical_plan.expressions.base.SemanticExpr._validate_completion_parameters
Docstring: Common validation for semantic functions.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "session_state"]
R... |
class | ValidatedSignature | fenic.core._logical_plan.expressions.base.ValidatedSignature | Mixin for expressions with simple signature validation.
This mixin provides standard to_column_field() implementation
for expressions that use SignatureValidator for type validation without
dynamic return type inference.
Expressions using this mixin must implement the validator property and children() method. | null | true | false | 95 | 129 | null | null | null | null | [] | null | Type: class
Member Name: ValidatedSignature
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedSignature
Docstring: Mixin for expressions with simple signature validation.
This mixin provides standard to_column_field() implementation
for expressions that use SignatureValidator for type validation witho... |
method | children | fenic.core._logical_plan.expressions.base.ValidatedSignature.children | null | null | true | false | 117 | 119 | null | List[LogicalExpr] | null | [
"self"
] | null | ValidatedSignature | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedSignature.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ValidatedSignature |
method | to_column_field | fenic.core._logical_plan.expressions.base.ValidatedSignature.to_column_field | Default implementation using validator property. | null | true | false | 121 | 124 | null | ColumnField | null | [
"self",
"plan",
"session_state"
] | null | ValidatedSignature | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedSignature.to_column_field
Docstring: Default implementation using validator property.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: Col... |
method | __str__ | fenic.core._logical_plan.expressions.base.ValidatedSignature.__str__ | Default string representation for function expressions. | null | true | false | 126 | 129 | null | str | null | [
"self"
] | null | ValidatedSignature | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedSignature.__str__
Docstring: Default string representation for function expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: ValidatedSignature |
class | ValidatedDynamicSignature | fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature | Mixin for expressions requiring dynamic return type inference.
This mixin provides standard to_column_field() implementation
for expressions that use SignatureValidator with custom return type logic.
Expressions using this mixin must implement the validator property,
children() method, and _infer_dynamic_return_type ... | null | true | false | 132 | 182 | null | null | null | null | [] | null | Type: class
Member Name: ValidatedDynamicSignature
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature
Docstring: Mixin for expressions requiring dynamic return type inference.
This mixin provides standard to_column_field() implementation
for expressions that use SignatureValidator with... |
method | children | fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature.children | null | null | true | false | 154 | 156 | null | List[LogicalExpr] | null | [
"self"
] | null | ValidatedDynamicSignature | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ValidatedDynamicSignature |
method | _infer_dynamic_return_type | fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature._infer_dynamic_return_type | Must be implemented by subclass for dynamic return type inference.
Args:
arg_types: List of argument data types after validation
plan: LogicalPlan for schema context
session_state: BaseSessionState for session context
Returns:
DataType: The dynamically inferred return type | null | false | true | 158 | 170 | null | DataType | null | [
"self",
"arg_types",
"plan",
"session_state"
] | null | ValidatedDynamicSignature | Type: method
Member Name: _infer_dynamic_return_type
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature._infer_dynamic_return_type
Docstring: Must be implemented by subclass for dynamic return type inference.
Args:
arg_types: List of argument data types after validation
plan: L... |
method | to_column_field | fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature.to_column_field | Default implementation using validator property with dynamic return type. | null | true | false | 172 | 177 | null | ColumnField | null | [
"self",
"plan",
"session_state"
] | null | ValidatedDynamicSignature | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature.to_column_field
Docstring: Default implementation using validator property with dynamic return type.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan... |
method | __str__ | fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature.__str__ | Default string representation for function expressions. | null | true | false | 179 | 182 | null | str | null | [
"self"
] | null | ValidatedDynamicSignature | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.base.ValidatedDynamicSignature.__str__
Docstring: Default string representation for function expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: ValidatedDyn... |
class | BinaryExpr | fenic.core._logical_plan.expressions.base.BinaryExpr | Base class for binary expressions (comparison, boolean, arithmetic). | null | true | false | 185 | 200 | null | null | null | null | [
"LogicalExpr"
] | null | Type: class
Member Name: BinaryExpr
Qualified Name: fenic.core._logical_plan.expressions.base.BinaryExpr
Docstring: Base class for binary expressions (comparison, boolean, arithmetic).
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic.core._logical_plan.expressions.base.BinaryExpr.__init__ | null | null | true | false | 188 | 191 | null | null | null | [
"self",
"left",
"right",
"op"
] | null | BinaryExpr | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.base.BinaryExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "left", "right", "op"]
Returns: none
Parent Class: BinaryExpr |
method | __str__ | fenic.core._logical_plan.expressions.base.BinaryExpr.__str__ | null | null | true | false | 193 | 194 | null | null | null | [
"self"
] | null | BinaryExpr | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.base.BinaryExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: BinaryExpr |
method | children | fenic.core._logical_plan.expressions.base.BinaryExpr.children | null | null | true | false | 196 | 197 | null | List[LogicalExpr] | null | [
"self"
] | null | BinaryExpr | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.base.BinaryExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: BinaryExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.base.BinaryExpr._eq_specific | null | null | false | true | 199 | 200 | null | bool | null | [
"self",
"other"
] | null | BinaryExpr | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.base.BinaryExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: BinaryExpr |
class | UnparameterizedExpr | fenic.core._logical_plan.expressions.base.UnparameterizedExpr | Mixin for expressions that are not parameterized that implements _eq_specific. | null | true | false | 202 | 205 | null | null | null | null | [] | null | Type: class
Member Name: UnparameterizedExpr
Qualified Name: fenic.core._logical_plan.expressions.base.UnparameterizedExpr
Docstring: Mixin for expressions that are not parameterized that implements _eq_specific.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Cl... |
method | _eq_specific | fenic.core._logical_plan.expressions.base.UnparameterizedExpr._eq_specific | null | null | false | true | 204 | 205 | null | bool | null | [
"self",
"other"
] | null | UnparameterizedExpr | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.base.UnparameterizedExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: UnparameterizedExpr |
module | _inference | fenic._inference | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/_inference/__init__.py | false | true | null | null | null | null | null | null | null | null | Type: module
Member Name: _inference
Qualified Name: fenic._inference
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: none
Returns: none
Parent Class: none |
module | language_model | fenic._inference.language_model | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/_inference/language_model.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: language_model
Qualified Name: fenic._inference.language_model
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
attribute | logger | fenic._inference.language_model.logger | null | null | true | false | 21 | 21 | null | null | logging.getLogger(__name__) | null | null | null | Type: attribute
Member Name: logger
Qualified Name: fenic._inference.language_model.logger
Docstring: none
Value: logging.getLogger(__name__)
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | InferenceConfiguration | fenic._inference.language_model.InferenceConfiguration | null | null | true | false | 23 | 31 | null | null | null | null | [] | null | Type: class
Member Name: InferenceConfiguration
Qualified Name: fenic._inference.language_model.InferenceConfiguration
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic._inference.language_model.InferenceConfiguration.__init__ | null | null | true | false | 0 | 0 | null | None | null | [
"self",
"max_output_tokens",
"temperature",
"top_logprobs",
"response_format",
"model_profile",
"request_timeout"
] | null | InferenceConfiguration | Type: method
Member Name: __init__
Qualified Name: fenic._inference.language_model.InferenceConfiguration.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "max_output_tokens", "temperature", "top_logprobs", "response_format", "model_profile", "request_time... |
class | LanguageModel | fenic._inference.language_model.LanguageModel | null | null | true | false | 33 | 92 | null | null | null | null | [] | null | Type: class
Member Name: LanguageModel
Qualified Name: fenic._inference.language_model.LanguageModel
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic._inference.language_model.LanguageModel.__init__ | null | null | true | false | 34 | 42 | null | null | null | [
"self",
"client"
] | null | LanguageModel | Type: method
Member Name: __init__
Qualified Name: fenic._inference.language_model.LanguageModel.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "client"]
Returns: none
Parent Class: LanguageModel |
method | get_completions | fenic._inference.language_model.LanguageModel.get_completions | null | null | true | false | 44 | 82 | null | list[Optional[FenicCompletionsResponse]] | null | [
"self",
"messages",
"max_tokens",
"temperature",
"response_format",
"top_logprobs",
"model_profile",
"operation_name",
"request_timeout"
] | null | LanguageModel | Type: method
Member Name: get_completions
Qualified Name: fenic._inference.language_model.LanguageModel.get_completions
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "messages", "max_tokens", "temperature", "response_format", "top_logprobs", "model_profile", "op... |
method | count_tokens | fenic._inference.language_model.LanguageModel.count_tokens | null | null | true | false | 84 | 85 | null | int | null | [
"self",
"messages"
] | null | LanguageModel | Type: method
Member Name: count_tokens
Qualified Name: fenic._inference.language_model.LanguageModel.count_tokens
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "messages"]
Returns: int
Parent Class: LanguageModel |
method | reset_metrics | fenic._inference.language_model.LanguageModel.reset_metrics | null | null | true | false | 88 | 89 | null | null | null | [
"self"
] | null | LanguageModel | Type: method
Member Name: reset_metrics
Qualified Name: fenic._inference.language_model.LanguageModel.reset_metrics
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: LanguageModel |
method | get_metrics | fenic._inference.language_model.LanguageModel.get_metrics | null | null | true | false | 91 | 92 | null | LMMetrics | null | [
"self"
] | null | LanguageModel | Type: method
Member Name: get_metrics
Qualified Name: fenic._inference.language_model.LanguageModel.get_metrics
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: LMMetrics
Parent Class: LanguageModel |
module | profile_manager | fenic._inference.profile_manager | Shared profile configuration management for model clients. | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/_inference/profile_manager.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: profile_manager
Qualified Name: fenic._inference.profile_manager
Docstring: Shared profile configuration management for model clients.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
attribute | ProfileT | fenic._inference.profile_manager.ProfileT | null | null | true | false | 7 | 7 | null | null | TypeVar('ProfileT') | null | null | null | Type: attribute
Member Name: ProfileT
Qualified Name: fenic._inference.profile_manager.ProfileT
Docstring: none
Value: TypeVar('ProfileT')
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
attribute | ConfigT | fenic._inference.profile_manager.ConfigT | null | null | true | false | 8 | 8 | null | null | TypeVar('ConfigT') | null | null | null | Type: attribute
Member Name: ConfigT
Qualified Name: fenic._inference.profile_manager.ConfigT
Docstring: none
Value: TypeVar('ConfigT')
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | BaseProfileConfiguration | fenic._inference.profile_manager.BaseProfileConfiguration | null | null | true | false | 11 | 13 | null | null | null | null | [] | null | Type: class
Member Name: BaseProfileConfiguration
Qualified Name: fenic._inference.profile_manager.BaseProfileConfiguration
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic._inference.profile_manager.BaseProfileConfiguration.__init__ | null | null | true | false | 0 | 0 | null | None | null | [
"self"
] | null | BaseProfileConfiguration | Type: method
Member Name: __init__
Qualified Name: fenic._inference.profile_manager.BaseProfileConfiguration.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: None
Parent Class: BaseProfileConfiguration |
class | ProfileManager | fenic._inference.profile_manager.ProfileManager | Abstract base class for managing profile configurations across providers. | null | true | false | 16 | 71 | null | null | null | null | [
"Generic[ProfileT, ConfigT]",
"ABC"
] | null | Type: class
Member Name: ProfileManager
Qualified Name: fenic._inference.profile_manager.ProfileManager
Docstring: Abstract base class for managing profile configurations across providers.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic._inference.profile_manager.ProfileManager.__init__ | Initialize the profile configuration manager.
Args:
profile_configurations: Dictionary mapping profile names to configurations
default_profile_name: Name of the default profile to use when none specified | null | true | false | 19 | 35 | null | null | null | [
"self",
"profile_configurations",
"default_profile_name"
] | null | ProfileManager | Type: method
Member Name: __init__
Qualified Name: fenic._inference.profile_manager.ProfileManager.__init__
Docstring: Initialize the profile configuration manager.
Args:
profile_configurations: Dictionary mapping profile names to configurations
default_profile_name: Name of the default profile to use when non... |
method | _process_profile | fenic._inference.profile_manager.ProfileManager._process_profile | Process a raw profile configuration into the provider-specific format.
Args:
profile: Raw profile configuration from session config
Returns:
Processed configuration object for this provider | null | false | true | 37 | 47 | null | ConfigT | null | [
"self",
"profile"
] | null | ProfileManager | Type: method
Member Name: _process_profile
Qualified Name: fenic._inference.profile_manager.ProfileManager._process_profile
Docstring: Process a raw profile configuration into the provider-specific format.
Args:
profile: Raw profile configuration from session config
Returns:
Processed configuration object for... |
method | get_default_profile | fenic._inference.profile_manager.ProfileManager.get_default_profile | Get the default configuration when no profile is specified.
Returns:
Default configuration object | null | true | false | 49 | 56 | null | ConfigT | null | [
"self"
] | null | ProfileManager | Type: method
Member Name: get_default_profile
Qualified Name: fenic._inference.profile_manager.ProfileManager.get_default_profile
Docstring: Get the default configuration when no profile is specified.
Returns:
Default configuration object
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameter... |
method | get_profile_by_name | fenic._inference.profile_manager.ProfileManager.get_profile_by_name | Get the configuration for a given profile name.
Args:
profile_name: Name of the profile to get configuration for
Returns:
Configuration object for the profile | null | true | false | 58 | 71 | null | ConfigT | null | [
"self",
"profile_name"
] | null | ProfileManager | Type: method
Member Name: get_profile_by_name
Qualified Name: fenic._inference.profile_manager.ProfileManager.get_profile_by_name
Docstring: Get the configuration for a given profile name.
Args:
profile_name: Name of the profile to get configuration for
Returns:
Configuration object for the profile
Value: non... |
module | embedding_model | fenic._inference.embedding_model | null | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/_inference/embedding_model.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: embedding_model
Qualified Name: fenic._inference.embedding_model
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | EmbeddingModel | fenic._inference.embedding_model.EmbeddingModel | null | null | true | false | 14 | 44 | null | null | null | null | [] | null | Type: class
Member Name: EmbeddingModel
Qualified Name: fenic._inference.embedding_model.EmbeddingModel
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
method | __init__ | fenic._inference.embedding_model.EmbeddingModel.__init__ | null | null | true | false | 15 | 19 | null | null | null | [
"self",
"client"
] | null | EmbeddingModel | Type: method
Member Name: __init__
Qualified Name: fenic._inference.embedding_model.EmbeddingModel.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "client"]
Returns: none
Parent Class: EmbeddingModel |
method | get_embeddings | fenic._inference.embedding_model.EmbeddingModel.get_embeddings | null | null | true | false | 21 | 37 | null | pa.ListArray | null | [
"self",
"docs",
"model_alias"
] | null | EmbeddingModel | Type: method
Member Name: get_embeddings
Qualified Name: fenic._inference.embedding_model.EmbeddingModel.get_embeddings
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "docs", "model_alias"]
Returns: pa.ListArray
Parent Class: EmbeddingModel |
method | reset_metrics | fenic._inference.embedding_model.EmbeddingModel.reset_metrics | null | null | true | false | 40 | 41 | null | null | null | [
"self"
] | null | EmbeddingModel | Type: method
Member Name: reset_metrics
Qualified Name: fenic._inference.embedding_model.EmbeddingModel.reset_metrics
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: EmbeddingModel |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.