type stringclasses 5
values | name stringlengths 1 55 | qualified_name stringlengths 5 143 | docstring stringlengths 0 3.59k ⌀ | filepath stringclasses 180
values | is_public bool 2
classes | is_private bool 2
classes | line_start float64 0 1.54k ⌀ | line_end float64 0 1.56k ⌀ | annotation stringclasses 8
values | returns stringclasses 236
values | parameters listlengths 0 74 ⌀ | parent_class stringclasses 298
values | value stringclasses 112
values | bases listlengths 0 3 ⌀ | api_element_summary stringlengths 199 23k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
method | children | fenic.core._logical_plan.expressions.text.SplitPartExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 690 | 691 | null | List[LogicalExpr] | [
"self"
] | SplitPartExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.SplitPartExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: SplitPartExpr |
class | StringCasingExpr | fenic.core._logical_plan.expressions.text.StringCasingExpr | Expression for converting the case of a string column.
This expression creates a new string column with all values converted to the specified case.
Args:
expr: The input string column expression
case: The case to convert the string to ("upper", "lower", "title")
Raises:
TypeError: If the input expression... | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 694 | 722 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | Type: class
Member Name: StringCasingExpr
Qualified Name: fenic.core._logical_plan.expressions.text.StringCasingExpr
Docstring: Expression for converting the case of a string column.
This expression creates a new string column with all values converted to the specified case.
Args:
expr: The input string column ex... |
method | __init__ | fenic.core._logical_plan.expressions.text.StringCasingExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 709 | 712 | null | null | [
"self",
"expr",
"case"
] | StringCasingExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.StringCasingExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "case"]
Returns: none
Parent Class: StringCasingExpr |
method | children | fenic.core._logical_plan.expressions.text.StringCasingExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 718 | 719 | null | List[LogicalExpr] | [
"self"
] | StringCasingExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.StringCasingExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: StringCasingExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.text.StringCasingExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/text.py | false | true | 721 | 722 | null | bool | [
"self",
"other"
] | StringCasingExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.text.StringCasingExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: StringCasingExpr |
class | StripCharsExpr | fenic.core._logical_plan.expressions.text.StripCharsExpr | Expression for removing specified characters from string ends.
This expression creates a new string column with specified characters removed from
the beginning and/or end of each string. The characters to remove can be specified
as a literal string, a column expression, or None for whitespace.
Args:
expr: The inp... | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 725 | 768 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | Type: class
Member Name: StripCharsExpr
Qualified Name: fenic.core._logical_plan.expressions.text.StripCharsExpr
Docstring: Expression for removing specified characters from string ends.
This expression creates a new string column with specified characters removed from
the beginning and/or end of each string. The char... |
method | __init__ | fenic.core._logical_plan.expressions.text.StripCharsExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 743 | 752 | null | null | [
"self",
"expr",
"chars",
"side"
] | StripCharsExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.StripCharsExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "chars", "side"]
Returns: none
Parent Class: StripCharsExpr |
method | children | fenic.core._logical_plan.expressions.text.StripCharsExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 758 | 762 | null | List[LogicalExpr] | [
"self"
] | StripCharsExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.StripCharsExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: StripCharsExpr |
method | __str__ | fenic.core._logical_plan.expressions.text.StripCharsExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 764 | 765 | null | str | [
"self"
] | StripCharsExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.text.StripCharsExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: StripCharsExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.text.StripCharsExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/text.py | false | true | 767 | 768 | null | bool | [
"self",
"other"
] | StripCharsExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.text.StripCharsExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: StripCharsExpr |
class | ReplaceExpr | fenic.core._logical_plan.expressions.text.ReplaceExpr | Expression for replacing substrings in a string column.
This expression creates a new string column with occurrences of a search pattern
replaced with a replacement string. Both the search pattern and replacement can be
either literal values or column expressions. When either is a column expression,
the operation is p... | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 770 | 816 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | Type: class
Member Name: ReplaceExpr
Qualified Name: fenic.core._logical_plan.expressions.text.ReplaceExpr
Docstring: Expression for replacing substrings in a string column.
This expression creates a new string column with occurrences of a search pattern
replaced with a replacement string. Both the search pattern and ... |
method | __init__ | fenic.core._logical_plan.expressions.text.ReplaceExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 791 | 803 | null | null | [
"self",
"expr",
"search",
"replacement",
"literal"
] | ReplaceExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.ReplaceExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "search", "replacement", "literal"]
Returns: none
Parent Class: ReplaceExpr |
method | children | fenic.core._logical_plan.expressions.text.ReplaceExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 809 | 810 | null | List[LogicalExpr] | [
"self"
] | ReplaceExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.ReplaceExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ReplaceExpr |
method | __str__ | fenic.core._logical_plan.expressions.text.ReplaceExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 812 | 813 | null | str | [
"self"
] | ReplaceExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.text.ReplaceExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: ReplaceExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.text.ReplaceExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/text.py | false | true | 815 | 816 | null | bool | [
"self",
"other"
] | ReplaceExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.text.ReplaceExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: ReplaceExpr |
class | StrLengthExpr | fenic.core._logical_plan.expressions.text.StrLengthExpr | Expression for calculating the length of a string column.
This expression creates a new integer column with the number of characters in each value
of the input string column.
Args:
expr: The input string column expression
Raises:
TypeError: If the input expression is not a string column | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 818 | 842 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: StrLengthExpr
Qualified Name: fenic.core._logical_plan.expressions.text.StrLengthExpr
Docstring: Expression for calculating the length of a string column.
This expression creates a new integer column with the number of characters in each value
of the input string column.
Args:
expr: The i... |
method | __init__ | fenic.core._logical_plan.expressions.text.StrLengthExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 833 | 835 | null | null | [
"self",
"expr"
] | StrLengthExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.StrLengthExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: StrLengthExpr |
method | children | fenic.core._logical_plan.expressions.text.StrLengthExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 841 | 842 | null | List[LogicalExpr] | [
"self"
] | StrLengthExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.StrLengthExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: StrLengthExpr |
class | ByteLengthExpr | fenic.core._logical_plan.expressions.text.ByteLengthExpr | Expression for calculating the length of a string column in bytes.
This expression creates a new integer column with the number of bytes in each value
of the input string column.
Args:
expr: The input string column expression
Raises:
TypeError: If the input expression is not a string column | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 845 | 869 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: ByteLengthExpr
Qualified Name: fenic.core._logical_plan.expressions.text.ByteLengthExpr
Docstring: Expression for calculating the length of a string column in bytes.
This expression creates a new integer column with the number of bytes in each value
of the input string column.
Args:
expr:... |
method | __init__ | fenic.core._logical_plan.expressions.text.ByteLengthExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 860 | 862 | null | null | [
"self",
"expr"
] | ByteLengthExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.ByteLengthExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr"]
Returns: none
Parent Class: ByteLengthExpr |
method | children | fenic.core._logical_plan.expressions.text.ByteLengthExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 868 | 869 | null | List[LogicalExpr] | [
"self"
] | ByteLengthExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.ByteLengthExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: ByteLengthExpr |
class | JinjaExpr | fenic.core._logical_plan.expressions.text.JinjaExpr | Expression for evaluating a Jinja template.
This expression creates a new string column with the result of evaluating the Jinja template.
Args:
exprs: The input string column expressions
template: The Jinja template to evaluate | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 872 | 905 | null | null | null | null | null | [
"LogicalExpr"
] | Type: class
Member Name: JinjaExpr
Qualified Name: fenic.core._logical_plan.expressions.text.JinjaExpr
Docstring: Expression for evaluating a Jinja template.
This expression creates a new string column with the result of evaluating the Jinja template.
Args:
exprs: The input string column expressions
template:... |
method | __init__ | fenic.core._logical_plan.expressions.text.JinjaExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 882 | 886 | null | null | [
"self",
"exprs",
"template",
"strict"
] | JinjaExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.JinjaExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "exprs", "template", "strict"]
Returns: none
Parent Class: JinjaExpr |
method | children | fenic.core._logical_plan.expressions.text.JinjaExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 888 | 889 | null | List[LogicalExpr] | [
"self"
] | JinjaExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.JinjaExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: JinjaExpr |
method | to_column_field | fenic.core._logical_plan.expressions.text.JinjaExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 891 | 899 | null | ColumnField | [
"self",
"plan",
"session_state"
] | JinjaExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.text.JinjaExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: JinjaExpr |
method | __str__ | fenic.core._logical_plan.expressions.text.JinjaExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 901 | 902 | null | str | [
"self"
] | JinjaExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.text.JinjaExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: str
Parent Class: JinjaExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.text.JinjaExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/text.py | false | true | 904 | 905 | null | bool | [
"self",
"other"
] | JinjaExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.text.JinjaExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: JinjaExpr |
class | FuzzyRatioExpr | fenic.core._logical_plan.expressions.text.FuzzyRatioExpr | Expression for computing the similarity between two strings using a fuzzy matching algorithm.
This expression creates a new float column with the similarity score between the two input strings.
The similarity score is computed using a fuzzy matching algorithm.
Args:
expr: The input string column expression
ot... | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 907 | 934 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | Type: class
Member Name: FuzzyRatioExpr
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyRatioExpr
Docstring: Expression for computing the similarity between two strings using a fuzzy matching algorithm.
This expression creates a new float column with the similarity score between the two input strings.
T... |
method | __init__ | fenic.core._logical_plan.expressions.text.FuzzyRatioExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 920 | 924 | null | null | [
"self",
"expr",
"other",
"method"
] | FuzzyRatioExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyRatioExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "other", "method"]
Returns: none
Parent Class: FuzzyRatioExpr |
method | children | fenic.core._logical_plan.expressions.text.FuzzyRatioExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 930 | 931 | null | List[LogicalExpr] | [
"self"
] | FuzzyRatioExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyRatioExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: FuzzyRatioExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.text.FuzzyRatioExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/text.py | false | true | 933 | 934 | null | bool | [
"self",
"other"
] | FuzzyRatioExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyRatioExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: FuzzyRatioExpr |
class | FuzzyTokenSortRatioExpr | fenic.core._logical_plan.expressions.text.FuzzyTokenSortRatioExpr | Expression for computing the fuzzy token sort ratio between two strings.
This expression creates a new float column with the fuzzy token sort ratio between the two input strings.
The fuzzy token sort ratio is computed using a fuzzy matching algorithm. | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 936 | 959 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | Type: class
Member Name: FuzzyTokenSortRatioExpr
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyTokenSortRatioExpr
Docstring: Expression for computing the fuzzy token sort ratio between two strings.
This expression creates a new float column with the fuzzy token sort ratio between the two input strings... |
method | __init__ | fenic.core._logical_plan.expressions.text.FuzzyTokenSortRatioExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 945 | 949 | null | null | [
"self",
"expr",
"other",
"method"
] | FuzzyTokenSortRatioExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyTokenSortRatioExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "other", "method"]
Returns: none
Parent Class: FuzzyTokenSortRatioExpr |
method | children | fenic.core._logical_plan.expressions.text.FuzzyTokenSortRatioExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 955 | 956 | null | List[LogicalExpr] | [
"self"
] | FuzzyTokenSortRatioExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyTokenSortRatioExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: FuzzyTokenSortRatioExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.text.FuzzyTokenSortRatioExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/text.py | false | true | 958 | 959 | null | bool | [
"self",
"other"
] | FuzzyTokenSortRatioExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyTokenSortRatioExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: FuzzyTokenSortRatioExpr |
class | FuzzyTokenSetRatioExpr | fenic.core._logical_plan.expressions.text.FuzzyTokenSetRatioExpr | Expression for computing the fuzzy token set ratio between two strings.
This expression creates a new float column with the fuzzy token set ratio between the two input strings.
The fuzzy token set ratio is computed using a fuzzy matching algorithm. | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 961 | 984 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | Type: class
Member Name: FuzzyTokenSetRatioExpr
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyTokenSetRatioExpr
Docstring: Expression for computing the fuzzy token set ratio between two strings.
This expression creates a new float column with the fuzzy token set ratio between the two input strings.
Th... |
method | __init__ | fenic.core._logical_plan.expressions.text.FuzzyTokenSetRatioExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 970 | 974 | null | null | [
"self",
"expr",
"other",
"method"
] | FuzzyTokenSetRatioExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyTokenSetRatioExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "other", "method"]
Returns: none
Parent Class: FuzzyTokenSetRatioExpr |
method | children | fenic.core._logical_plan.expressions.text.FuzzyTokenSetRatioExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/text.py | true | false | 980 | 981 | null | List[LogicalExpr] | [
"self"
] | FuzzyTokenSetRatioExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyTokenSetRatioExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: FuzzyTokenSetRatioExpr |
method | _eq_specific | fenic.core._logical_plan.expressions.text.FuzzyTokenSetRatioExpr._eq_specific | null | site-packages/fenic/core/_logical_plan/expressions/text.py | false | true | 983 | 984 | null | bool | [
"self",
"other"
] | FuzzyTokenSetRatioExpr | null | null | Type: method
Member Name: _eq_specific
Qualified Name: fenic.core._logical_plan.expressions.text.FuzzyTokenSetRatioExpr._eq_specific
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["self", "other"]
Returns: bool
Parent Class: FuzzyTokenSetRatioExpr |
module | case | fenic.core._logical_plan.expressions.case | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: case
Qualified Name: fenic.core._logical_plan.expressions.case
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | WhenExpr | fenic.core._logical_plan.expressions.case.WhenExpr | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 13 | 36 | null | null | null | null | null | [
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: WhenExpr
Qualified Name: fenic.core._logical_plan.expressions.case.WhenExpr
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.case.WhenExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 14 | 17 | null | null | [
"self",
"expr",
"condition",
"value"
] | WhenExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.case.WhenExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "condition", "value"]
Returns: none
Parent Class: WhenExpr |
method | __str__ | fenic.core._logical_plan.expressions.case.WhenExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 19 | 20 | null | null | [
"self"
] | WhenExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.case.WhenExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: WhenExpr |
method | to_column_field | fenic.core._logical_plan.expressions.case.WhenExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 22 | 29 | null | ColumnField | [
"self",
"plan",
"session_state"
] | WhenExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.case.WhenExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: WhenExpr |
method | children | fenic.core._logical_plan.expressions.case.WhenExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 31 | 36 | null | List[LogicalExpr] | [
"self"
] | WhenExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.case.WhenExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: WhenExpr |
class | OtherwiseExpr | fenic.core._logical_plan.expressions.case.OtherwiseExpr | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 39 | 53 | null | null | null | null | null | [
"UnparameterizedExpr",
"LogicalExpr"
] | Type: class
Member Name: OtherwiseExpr
Qualified Name: fenic.core._logical_plan.expressions.case.OtherwiseExpr
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.case.OtherwiseExpr.__init__ | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 40 | 44 | null | null | [
"self",
"expr",
"value"
] | OtherwiseExpr | null | null | Type: method
Member Name: __init__
Qualified Name: fenic.core._logical_plan.expressions.case.OtherwiseExpr.__init__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "expr", "value"]
Returns: none
Parent Class: OtherwiseExpr |
method | __str__ | fenic.core._logical_plan.expressions.case.OtherwiseExpr.__str__ | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 46 | 47 | null | null | [
"self"
] | OtherwiseExpr | null | null | Type: method
Member Name: __str__
Qualified Name: fenic.core._logical_plan.expressions.case.OtherwiseExpr.__str__
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: none
Parent Class: OtherwiseExpr |
method | to_column_field | fenic.core._logical_plan.expressions.case.OtherwiseExpr.to_column_field | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 49 | 50 | null | ColumnField | [
"self",
"plan",
"session_state"
] | OtherwiseExpr | null | null | Type: method
Member Name: to_column_field
Qualified Name: fenic.core._logical_plan.expressions.case.OtherwiseExpr.to_column_field
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self", "plan", "session_state"]
Returns: ColumnField
Parent Class: OtherwiseExpr |
method | children | fenic.core._logical_plan.expressions.case.OtherwiseExpr.children | null | site-packages/fenic/core/_logical_plan/expressions/case.py | true | false | 52 | 53 | null | List[LogicalExpr] | [
"self"
] | OtherwiseExpr | null | null | Type: method
Member Name: children
Qualified Name: fenic.core._logical_plan.expressions.case.OtherwiseExpr.children
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: ["self"]
Returns: List[LogicalExpr]
Parent Class: OtherwiseExpr |
module | json | fenic.core._logical_plan.expressions.json | null | site-packages/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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 16 | 39 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 19 | 29 | null | null | [
"self",
"expr",
"query"
] | JqExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 35 | 36 | null | List[LogicalExpr] | [
"self"
] | JqExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | false | true | 38 | 39 | null | bool | [
"self",
"other"
] | JqExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 41 | 54 | null | null | null | null | null | [
"ValidatedSignature",
"UnparameterizedExpr",
"LogicalExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 44 | 47 | null | null | [
"self",
"expr"
] | JsonTypeExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 53 | 54 | null | List[LogicalExpr] | [
"self"
] | JsonTypeExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 57 | 87 | null | null | null | null | null | [
"ValidatedSignature",
"LogicalExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 60 | 77 | null | null | [
"self",
"expr",
"value"
] | JsonContainsExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | true | false | 83 | 84 | null | List[LogicalExpr] | [
"self"
] | JsonContainsExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/json.py | false | true | 86 | 87 | null | bool | [
"self",
"other"
] | JsonContainsExpr | null | null | 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. | site-packages/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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 18 | 32 | null | null | null | null | null | [
"Enum"
] | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 35 | 79 | null | null | null | null | null | [
"ABC"
] | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 38 | 41 | null | null | [
"self"
] | LogicalExpr | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 43 | 46 | null | ColumnField | [
"self",
"plan",
"session_state"
] | LogicalExpr | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 48 | 51 | null | List[LogicalExpr] | [
"self"
] | LogicalExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 53 | 67 | null | bool | [
"self",
"other"
] | LogicalExpr | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | false | true | 69 | 79 | null | bool | [
"self",
"other"
] | LogicalExpr | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 81 | 83 | null | null | null | null | null | [
"LogicalExpr"
] | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 86 | 92 | null | null | null | null | null | [
"LogicalExpr"
] | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | false | true | 89 | 92 | null | null | [
"self",
"session_state"
] | SemanticExpr | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 117 | 119 | null | List[LogicalExpr] | [
"self"
] | ValidatedSignature | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 121 | 124 | null | ColumnField | [
"self",
"plan",
"session_state"
] | ValidatedSignature | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 126 | 129 | null | str | [
"self"
] | ValidatedSignature | null | null | 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 ... | site-packages/fenic/core/_logical_plan/expressions/base.py | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 154 | 156 | null | List[LogicalExpr] | [
"self"
] | ValidatedDynamicSignature | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | false | true | 158 | 170 | null | DataType | [
"self",
"arg_types",
"plan",
"session_state"
] | ValidatedDynamicSignature | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 172 | 177 | null | ColumnField | [
"self",
"plan",
"session_state"
] | ValidatedDynamicSignature | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 179 | 182 | null | str | [
"self"
] | ValidatedDynamicSignature | null | null | 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). | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 185 | 200 | null | null | null | null | null | [
"LogicalExpr"
] | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 188 | 191 | null | null | [
"self",
"left",
"right",
"op"
] | BinaryExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 193 | 194 | null | null | [
"self"
] | BinaryExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | true | false | 196 | 197 | null | List[LogicalExpr] | [
"self"
] | BinaryExpr | null | null | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | false | true | 199 | 200 | null | bool | [
"self",
"other"
] | BinaryExpr | null | null | 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. | site-packages/fenic/core/_logical_plan/expressions/base.py | 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 | site-packages/fenic/core/_logical_plan/expressions/base.py | false | true | 204 | 205 | null | bool | [
"self",
"other"
] | UnparameterizedExpr | null | null | 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 | site-packages/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 | site-packages/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 | site-packages/fenic/_inference/language_model.py | true | false | 21 | 21 | null | null | null | null | logging.getLogger(__name__) | 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 | site-packages/fenic/_inference/language_model.py | true | false | 23 | 29 | 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 | site-packages/fenic/_inference/language_model.py | true | false | 0 | 0 | null | None | [
"self",
"max_output_tokens",
"temperature",
"top_logprobs",
"response_format",
"model_profile"
] | InferenceConfiguration | null | null | 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"]
Returns: None... |
class | LanguageModel | fenic._inference.language_model.LanguageModel | null | site-packages/fenic/_inference/language_model.py | true | false | 31 | 89 | 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 | site-packages/fenic/_inference/language_model.py | true | false | 32 | 40 | null | null | [
"self",
"client"
] | LanguageModel | null | null | 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 | site-packages/fenic/_inference/language_model.py | true | false | 42 | 79 | null | list[Optional[FenicCompletionsResponse]] | [
"self",
"messages",
"max_tokens",
"temperature",
"response_format",
"top_logprobs",
"model_profile",
"operation_name"
] | LanguageModel | null | null | 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 | site-packages/fenic/_inference/language_model.py | true | false | 81 | 82 | null | int | [
"self",
"messages"
] | LanguageModel | null | null | 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 | site-packages/fenic/_inference/language_model.py | true | false | 85 | 86 | null | null | [
"self"
] | LanguageModel | null | null | 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 | site-packages/fenic/_inference/language_model.py | true | false | 88 | 89 | null | LMMetrics | [
"self"
] | LanguageModel | null | null | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.