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
class
BooleanExpr
fenic.core._logical_plan.expressions.comparison.BooleanExpr
null
null
true
false
53
68
null
null
null
null
[ "BinaryExpr" ]
null
Type: class Member Name: BooleanExpr Qualified Name: fenic.core._logical_plan.expressions.comparison.BooleanExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
_validate_types
fenic.core._logical_plan.expressions.comparison.BooleanExpr._validate_types
null
null
false
true
54
64
null
null
null
[ "self", "plan", "session_state" ]
null
BooleanExpr
Type: method Member Name: _validate_types Qualified Name: fenic.core._logical_plan.expressions.comparison.BooleanExpr._validate_types Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "plan", "session_state"] Returns: none Parent Class: BooleanExpr
method
to_column_field
fenic.core._logical_plan.expressions.comparison.BooleanExpr.to_column_field
null
null
true
false
66
68
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
BooleanExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.comparison.BooleanExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: BooleanExpr
module
basic
fenic.core._logical_plan.expressions.basic
null
/private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/core/_logical_plan/expressions/basic.py
true
false
null
null
null
null
null
null
null
null
Type: module Member Name: basic Qualified Name: fenic.core._logical_plan.expressions.basic Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
class
ColumnExpr
fenic.core._logical_plan.expressions.basic.ColumnExpr
Expression representing a column reference.
null
true
false
47
71
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: ColumnExpr Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr Docstring: Expression representing a column reference. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.ColumnExpr.__init__
null
null
true
false
50
51
null
null
null
[ "self", "name" ]
null
ColumnExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "name"] Returns: none Parent Class: ColumnExpr
method
__str__
fenic.core._logical_plan.expressions.basic.ColumnExpr.__str__
null
null
true
false
53
54
null
str
null
[ "self" ]
null
ColumnExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: ColumnExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.ColumnExpr.to_column_field
null
null
true
false
56
65
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
ColumnExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: ColumnExpr
method
children
fenic.core._logical_plan.expressions.basic.ColumnExpr.children
null
null
true
false
67
68
null
List[LogicalExpr]
null
[ "self" ]
null
ColumnExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: ColumnExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.ColumnExpr._eq_specific
null
null
false
true
70
71
null
bool
null
[ "self", "other" ]
null
ColumnExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.ColumnExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: ColumnExpr
class
LiteralExpr
fenic.core._logical_plan.expressions.basic.LiteralExpr
Expression representing a literal value.
null
true
false
74
91
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: LiteralExpr Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr Docstring: Expression representing a literal value. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.LiteralExpr.__init__
null
null
true
false
77
79
null
null
null
[ "self", "literal", "data_type" ]
null
LiteralExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "literal", "data_type"] Returns: none Parent Class: LiteralExpr
method
__str__
fenic.core._logical_plan.expressions.basic.LiteralExpr.__str__
null
null
true
false
81
82
null
str
null
[ "self" ]
null
LiteralExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: LiteralExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.LiteralExpr.to_column_field
null
null
true
false
84
85
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
LiteralExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: LiteralExpr
method
children
fenic.core._logical_plan.expressions.basic.LiteralExpr.children
null
null
true
false
87
88
null
List[LogicalExpr]
null
[ "self" ]
null
LiteralExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: LiteralExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.LiteralExpr._eq_specific
null
null
false
true
90
91
null
bool
null
[ "self", "other" ]
null
LiteralExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.LiteralExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: LiteralExpr
class
SeriesLiteralExpr
fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr
Expression representing a Polars or pandas Series as a literal column. This expression allows users to directly add Series data to a DataFrame using with_column or with_columns. The Series is stored as a Polars Series internally and serialized via Arrow IPC format for cloud backend compatibility. Works with both loca...
null
true
false
94
143
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: SeriesLiteralExpr Qualified Name: fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr Docstring: Expression representing a Polars or pandas Series as a literal column. This expression allows users to directly add Series data to a DataFrame using with_column or with_columns. The Series...
method
__init__
fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr.__init__
Initialize a SeriesLiteralExpr. Args: series: A Polars or pandas Series to be used as a literal column
null
true
false
104
127
null
null
null
[ "self", "series" ]
null
SeriesLiteralExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr.__init__ Docstring: Initialize a SeriesLiteralExpr. Args: series: A Polars or pandas Series to be used as a literal column Value: none Annotation: none is Public? : true is Private? : false Parameters: [...
method
__str__
fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr.__str__
null
null
true
false
130
131
null
str
null
[ "self" ]
null
SeriesLiteralExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: SeriesLiteralExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr.to_column_field
null
null
true
false
133
134
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
SeriesLiteralExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: SeriesLiteralExpr
method
children
fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr.children
null
null
true
false
136
137
null
List[LogicalExpr]
null
[ "self" ]
null
SeriesLiteralExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: SeriesLiteralExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr._eq_specific
null
null
false
true
139
143
null
bool
null
[ "self", "other" ]
null
SeriesLiteralExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.SeriesLiteralExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: SeriesLiteralExpr
class
UnresolvedLiteralExpr
fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr
null
null
true
false
146
163
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: UnresolvedLiteralExpr Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.__init__
null
null
true
false
147
149
null
null
null
[ "self", "data_type", "parameter_name" ]
null
UnresolvedLiteralExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "data_type", "parameter_name"] Returns: none Parent Class: UnresolvedLiteralExpr
method
__str__
fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.__str__
null
null
true
false
152
153
null
str
null
[ "self" ]
null
UnresolvedLiteralExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: UnresolvedLiteralExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.to_column_field
null
null
true
false
155
156
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
UnresolvedLiteralExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: UnresolvedLiteral...
method
children
fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.children
null
null
true
false
158
159
null
List[LogicalExpr]
null
[ "self" ]
null
UnresolvedLiteralExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: UnresolvedLiteralExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr._eq_specific
null
null
false
true
161
163
null
bool
null
[ "self", "other" ]
null
UnresolvedLiteralExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.UnresolvedLiteralExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: UnresolvedLiteralExpr
class
AliasExpr
fenic.core._logical_plan.expressions.basic.AliasExpr
Expression representing a column alias.
null
true
false
166
183
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: AliasExpr Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr Docstring: Expression representing a column alias. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.AliasExpr.__init__
null
null
true
false
169
171
null
null
null
[ "self", "expr", "name" ]
null
AliasExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "name"] Returns: none Parent Class: AliasExpr
method
__str__
fenic.core._logical_plan.expressions.basic.AliasExpr.__str__
null
null
true
false
173
174
null
str
null
[ "self" ]
null
AliasExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: AliasExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.AliasExpr.to_column_field
null
null
true
false
176
177
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
AliasExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: AliasExpr
method
children
fenic.core._logical_plan.expressions.basic.AliasExpr.children
null
null
true
false
179
180
null
List[LogicalExpr]
null
[ "self" ]
null
AliasExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: AliasExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.AliasExpr._eq_specific
null
null
false
true
182
183
null
bool
null
[ "self", "other" ]
null
AliasExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.AliasExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: AliasExpr
class
SortExpr
fenic.core._logical_plan.expressions.basic.SortExpr
Expression representing a column sorted in ascending or descending order.
null
true
false
185
207
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: SortExpr Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr Docstring: Expression representing a column sorted in ascending or descending order. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.SortExpr.__init__
null
null
true
false
188
191
null
null
null
[ "self", "expr", "ascending", "nulls_last" ]
null
SortExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "ascending", "nulls_last"] Returns: none Parent Class: SortExpr
method
__str__
fenic.core._logical_plan.expressions.basic.SortExpr.__str__
null
null
true
false
193
195
null
str
null
[ "self" ]
null
SortExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: SortExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.SortExpr.to_column_field
null
null
true
false
197
198
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
SortExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: SortExpr
method
column_expr
fenic.core._logical_plan.expressions.basic.SortExpr.column_expr
null
null
true
false
200
201
null
LogicalExpr
null
[ "self" ]
null
SortExpr
Type: method Member Name: column_expr Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.column_expr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: LogicalExpr Parent Class: SortExpr
method
children
fenic.core._logical_plan.expressions.basic.SortExpr.children
null
null
true
false
203
204
null
List[LogicalExpr]
null
[ "self" ]
null
SortExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: SortExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.SortExpr._eq_specific
null
null
false
true
206
207
null
bool
null
[ "self", "other" ]
null
SortExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.SortExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: SortExpr
class
IndexExpr
fenic.core._logical_plan.expressions.basic.IndexExpr
Expression representing an index or field access operation.
null
true
false
209
258
null
null
null
null
[ "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: IndexExpr Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr Docstring: Expression representing an index or field access operation. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.IndexExpr.__init__
null
null
true
false
212
215
null
null
null
[ "self", "expr", "index" ]
null
IndexExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "index"] Returns: none Parent Class: IndexExpr
method
__str__
fenic.core._logical_plan.expressions.basic.IndexExpr.__str__
null
null
true
false
217
218
null
str
null
[ "self" ]
null
IndexExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: IndexExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.IndexExpr.to_column_field
null
null
true
false
220
255
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
IndexExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: IndexExpr
method
children
fenic.core._logical_plan.expressions.basic.IndexExpr.children
null
null
true
false
257
258
null
List[LogicalExpr]
null
[ "self" ]
null
IndexExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.IndexExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: IndexExpr
class
ArrayExpr
fenic.core._logical_plan.expressions.basic.ArrayExpr
Expression representing array creation from multiple columns.
null
true
false
261
280
null
null
null
null
[ "ValidatedDynamicSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: ArrayExpr Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayExpr Docstring: Expression representing array creation from multiple columns. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.ArrayExpr.__init__
null
null
true
false
266
268
null
null
null
[ "self", "exprs" ]
null
ArrayExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "exprs"] Returns: none Parent Class: ArrayExpr
method
children
fenic.core._logical_plan.expressions.basic.ArrayExpr.children
null
null
true
false
274
275
null
List[LogicalExpr]
null
[ "self" ]
null
ArrayExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: ArrayExpr
method
_infer_dynamic_return_type
fenic.core._logical_plan.expressions.basic.ArrayExpr._infer_dynamic_return_type
Return ArrayType with element type matching the first argument.
null
false
true
277
280
null
DataType
null
[ "self", "arg_types", "plan", "session_state" ]
null
ArrayExpr
Type: method Member Name: _infer_dynamic_return_type Qualified Name: fenic.core._logical_plan.expressions.basic.ArrayExpr._infer_dynamic_return_type Docstring: Return ArrayType with element type matching the first argument. Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "arg_typ...
class
StructExpr
fenic.core._logical_plan.expressions.basic.StructExpr
Expression representing struct creation from multiple columns.
null
true
false
283
306
null
null
null
null
[ "ValidatedDynamicSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: StructExpr Qualified Name: fenic.core._logical_plan.expressions.basic.StructExpr Docstring: Expression representing struct creation from multiple columns. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.StructExpr.__init__
null
null
true
false
288
290
null
null
null
[ "self", "exprs" ]
null
StructExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.StructExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "exprs"] Returns: none Parent Class: StructExpr
method
children
fenic.core._logical_plan.expressions.basic.StructExpr.children
null
null
true
false
296
297
null
List[LogicalExpr]
null
[ "self" ]
null
StructExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.StructExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: StructExpr
method
_infer_dynamic_return_type
fenic.core._logical_plan.expressions.basic.StructExpr._infer_dynamic_return_type
Return StructType with fields based on argument names and types.
null
false
true
299
306
null
DataType
null
[ "self", "arg_types", "plan", "session_state" ]
null
StructExpr
Type: method Member Name: _infer_dynamic_return_type Qualified Name: fenic.core._logical_plan.expressions.basic.StructExpr._infer_dynamic_return_type Docstring: Return StructType with fields based on argument names and types. Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "arg_t...
class
UDFExpr
fenic.core._logical_plan.expressions.basic.UDFExpr
User-defined function expression. Warning: UDFExpr cannot be serialized and is not supported in cloud execution. This expression contains arbitrary Python code that cannot be transmitted to remote workers. Use built-in fenic functions for cloud compatibility.
null
true
false
309
343
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: UDFExpr Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr Docstring: User-defined function expression. Warning: UDFExpr cannot be serialized and is not supported in cloud execution. This expression contains arbitrary Python code that cannot be transmitted to remote...
method
__init__
fenic.core._logical_plan.expressions.basic.UDFExpr.__init__
null
null
true
false
319
327
null
null
null
[ "self", "func", "args", "return_type" ]
null
UDFExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "func", "args", "return_type"] Returns: none Parent Class: UDFExpr
method
__str__
fenic.core._logical_plan.expressions.basic.UDFExpr.__str__
null
null
true
false
329
331
null
null
null
[ "self" ]
null
UDFExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: none Parent Class: UDFExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.UDFExpr.to_column_field
null
null
true
false
333
336
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
UDFExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: UDFExpr
method
children
fenic.core._logical_plan.expressions.basic.UDFExpr.children
null
null
true
false
338
339
null
List[LogicalExpr]
null
[ "self" ]
null
UDFExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: UDFExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.UDFExpr._eq_specific
null
null
false
true
341
343
null
bool
null
[ "self", "other" ]
null
UDFExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.UDFExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: UDFExpr
class
AsyncUDFExpr
fenic.core._logical_plan.expressions.basic.AsyncUDFExpr
Expression for async user-defined functions with configurable concurrency and retries.
null
true
false
346
385
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: AsyncUDFExpr Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr Docstring: Expression for async user-defined functions with configurable concurrency and retries. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: ...
method
__init__
fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.__init__
null
null
true
false
349
363
null
null
null
[ "self", "func", "args", "return_type", "max_concurrency", "timeout_seconds", "num_retries" ]
null
AsyncUDFExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "func", "args", "return_type", "max_concurrency", "timeout_seconds", "num_retries"] Returns: none Pa...
method
__str__
fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.__str__
null
null
true
false
365
367
null
null
null
[ "self" ]
null
AsyncUDFExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: none Parent Class: AsyncUDFExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.to_column_field
null
null
true
false
369
372
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
AsyncUDFExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: AsyncUDFExpr
method
children
fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.children
null
null
true
false
374
375
null
List[LogicalExpr]
null
[ "self" ]
null
AsyncUDFExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: AsyncUDFExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.AsyncUDFExpr._eq_specific
null
null
false
true
377
385
null
bool
null
[ "self", "other" ]
null
AsyncUDFExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.AsyncUDFExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: AsyncUDFExpr
class
IsNullExpr
fenic.core._logical_plan.expressions.basic.IsNullExpr
null
null
true
false
388
405
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: IsNullExpr Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.IsNullExpr.__init__
null
null
true
false
390
392
null
null
null
[ "self", "expr", "is_null" ]
null
IsNullExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "is_null"] Returns: none Parent Class: IsNullExpr
method
__str__
fenic.core._logical_plan.expressions.basic.IsNullExpr.__str__
null
null
true
false
394
395
null
null
null
[ "self" ]
null
IsNullExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: none Parent Class: IsNullExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.IsNullExpr.to_column_field
null
null
true
false
397
399
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
IsNullExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: IsNullExpr
method
children
fenic.core._logical_plan.expressions.basic.IsNullExpr.children
null
null
true
false
401
402
null
List[LogicalExpr]
null
[ "self" ]
null
IsNullExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: IsNullExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.IsNullExpr._eq_specific
null
null
false
true
404
405
null
bool
null
[ "self", "other" ]
null
IsNullExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.IsNullExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: IsNullExpr
class
FlattenExpr
fenic.core._logical_plan.expressions.basic.FlattenExpr
null
null
true
false
408
427
null
null
null
null
[ "ValidatedDynamicSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: FlattenExpr Qualified Name: fenic.core._logical_plan.expressions.basic.FlattenExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.FlattenExpr.__init__
null
null
true
false
411
413
null
null
null
[ "self", "expr" ]
null
FlattenExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.FlattenExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr"] Returns: none Parent Class: FlattenExpr
method
children
fenic.core._logical_plan.expressions.basic.FlattenExpr.children
null
null
true
false
419
420
null
List[LogicalExpr]
null
[ "self" ]
null
FlattenExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.FlattenExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: FlattenExpr
method
_infer_dynamic_return_type
fenic.core._logical_plan.expressions.basic.FlattenExpr._infer_dynamic_return_type
Return array of inner element type (flatten one level).
null
false
true
422
427
null
DataType
null
[ "self", "arg_types", "plan", "session_state" ]
null
FlattenExpr
Type: method Member Name: _infer_dynamic_return_type Qualified Name: fenic.core._logical_plan.expressions.basic.FlattenExpr._infer_dynamic_return_type Docstring: Return array of inner element type (flatten one level). Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "arg_types", "...
class
CastExpr
fenic.core._logical_plan.expressions.basic.CastExpr
null
null
true
false
430
451
null
null
null
null
[ "LogicalExpr" ]
null
Type: class Member Name: CastExpr Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.CastExpr.__init__
null
null
true
false
431
434
null
null
null
[ "self", "expr", "dest_type" ]
null
CastExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "dest_type"] Returns: none Parent Class: CastExpr
method
__str__
fenic.core._logical_plan.expressions.basic.CastExpr.__str__
null
null
true
false
436
437
null
null
null
[ "self" ]
null
CastExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: none Parent Class: CastExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.CastExpr.to_column_field
null
null
true
false
439
445
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
CastExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: CastExpr
method
children
fenic.core._logical_plan.expressions.basic.CastExpr.children
null
null
true
false
447
448
null
List[LogicalExpr]
null
[ "self" ]
null
CastExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: CastExpr
method
_eq_specific
fenic.core._logical_plan.expressions.basic.CastExpr._eq_specific
null
null
false
true
450
451
null
bool
null
[ "self", "other" ]
null
CastExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.basic.CastExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: CastExpr
class
NotExpr
fenic.core._logical_plan.expressions.basic.NotExpr
null
null
true
false
454
471
null
null
null
null
[ "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: NotExpr Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.NotExpr.__init__
null
null
true
false
455
456
null
null
null
[ "self", "expr" ]
null
NotExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr"] Returns: none Parent Class: NotExpr
method
__str__
fenic.core._logical_plan.expressions.basic.NotExpr.__str__
null
null
true
false
458
459
null
null
null
[ "self" ]
null
NotExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: none Parent Class: NotExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.NotExpr.to_column_field
null
null
true
false
461
468
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
NotExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: NotExpr
method
children
fenic.core._logical_plan.expressions.basic.NotExpr.children
null
null
true
false
470
471
null
List[LogicalExpr]
null
[ "self" ]
null
NotExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.NotExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: NotExpr
class
CoalesceExpr
fenic.core._logical_plan.expressions.basic.CoalesceExpr
Expression representing coalesce operation (first non-null value).
null
true
false
474
488
null
null
null
null
[ "ValidatedSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: CoalesceExpr Qualified Name: fenic.core._logical_plan.expressions.basic.CoalesceExpr Docstring: Expression representing coalesce operation (first non-null value). Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.CoalesceExpr.__init__
null
null
true
false
479
481
null
null
null
[ "self", "exprs" ]
null
CoalesceExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.CoalesceExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "exprs"] Returns: none Parent Class: CoalesceExpr
method
children
fenic.core._logical_plan.expressions.basic.CoalesceExpr.children
null
null
true
false
487
488
null
List[LogicalExpr]
null
[ "self" ]
null
CoalesceExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.CoalesceExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: CoalesceExpr
class
InExpr
fenic.core._logical_plan.expressions.basic.InExpr
null
null
true
false
491
516
null
null
null
null
[ "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: InExpr Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.InExpr.__init__
null
null
true
false
492
494
null
null
null
[ "self", "expr", "other" ]
null
InExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "other"] Returns: none Parent Class: InExpr
method
__str__
fenic.core._logical_plan.expressions.basic.InExpr.__str__
null
null
true
false
496
497
null
null
null
[ "self" ]
null
InExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: none Parent Class: InExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.InExpr.to_column_field
null
null
true
false
499
513
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
InExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: InExpr
method
children
fenic.core._logical_plan.expressions.basic.InExpr.children
null
null
true
false
515
516
null
List[LogicalExpr]
null
[ "self" ]
null
InExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.InExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: InExpr
class
GreatestExpr
fenic.core._logical_plan.expressions.basic.GreatestExpr
Expression representing the greatest value of a list of expressions.
null
true
false
518
541
null
null
null
null
[ "ValidatedSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: GreatestExpr Qualified Name: fenic.core._logical_plan.expressions.basic.GreatestExpr Docstring: Expression representing the greatest value of a list of expressions. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.basic.GreatestExpr.__init__
null
null
true
false
522
524
null
null
null
[ "self", "exprs" ]
null
GreatestExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.GreatestExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "exprs"] Returns: none Parent Class: GreatestExpr
method
children
fenic.core._logical_plan.expressions.basic.GreatestExpr.children
null
null
true
false
530
531
null
List[LogicalExpr]
null
[ "self" ]
null
GreatestExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.GreatestExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: GreatestExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.GreatestExpr.to_column_field
null
null
true
false
533
541
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
GreatestExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.GreatestExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: GreatestExpr
class
LeastExpr
fenic.core._logical_plan.expressions.basic.LeastExpr
Expression representing the least value of a list of expressions.
null
true
false
543
567
null
null
null
null
[ "ValidatedSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: LeastExpr Qualified Name: fenic.core._logical_plan.expressions.basic.LeastExpr Docstring: Expression representing the least value of a list of expressions. Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none