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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
function | _deserialize_udf_expr | fenic.core._serde.proto.expressions.unserializable._deserialize_udf_expr | null | null | false | true | 18 | 21 | null | UDFExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_udf_expr
Qualified Name: fenic.core._serde.proto.expressions.unserializable._deserialize_udf_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: UDFExpr
Parent Class: none |
function | _serialize_async_udf_expr | fenic.core._serde.proto.expressions.unserializable._serialize_async_udf_expr | null | null | false | true | 23 | 25 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_async_udf_expr
Qualified Name: fenic.core._serde.proto.expressions.unserializable._serialize_async_udf_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_async_udf_expr | fenic.core._serde.proto.expressions.unserializable._deserialize_async_udf_expr | null | null | false | true | 27 | 30 | null | AsyncUDFExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_async_udf_expr
Qualified Name: fenic.core._serde.proto.expressions.unserializable._deserialize_async_udf_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: AsyncUDFExpr
Parent Class: none |
module | basic | fenic.core._serde.proto.expressions.basic | Basic expression serialization/deserialization. | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/core/_serde/proto/expressions/basic.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: basic
Qualified Name: fenic.core._serde.proto.expressions.basic
Docstring: Basic expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_column_expr | fenic.core._serde.proto.expressions.basic._serialize_column_expr | null | null | false | true | 57 | 61 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_column_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_column_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_column_expr | fenic.core._serde.proto.expressions.basic._deserialize_column_expr | null | null | false | true | 64 | 68 | null | ColumnExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_column_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_column_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ColumnExpr
Parent Class: none |
function | _serialize_literal_expr | fenic.core._serde.proto.expressions.basic._serialize_literal_expr | null | null | false | true | 76 | 85 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_literal_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_literal_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_literal_expr | fenic.core._serde.proto.expressions.basic._deserialize_literal_expr | null | null | false | true | 88 | 95 | null | LiteralExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_literal_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_literal_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: LiteralExpr
Parent Class: none |
function | _serialize_series_literal_expr | fenic.core._serde.proto.expressions.basic._serialize_series_literal_expr | Serialize SeriesLiteralExpr by converting Polars Series to bytes via Arrow IPC. | null | false | true | 103 | 118 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_series_literal_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_series_literal_expr
Docstring: Serialize SeriesLiteralExpr by converting Polars Series to bytes via Arrow IPC.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["... |
function | _deserialize_series_literal_expr | fenic.core._serde.proto.expressions.basic._deserialize_series_literal_expr | Deserialize SeriesLiteralExpr from bytes back to Polars Series. | null | false | true | 121 | 131 | null | SeriesLiteralExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_series_literal_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_series_literal_expr
Docstring: Deserialize SeriesLiteralExpr from bytes back to Polars Series.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_prot... |
function | _serialize_unresolved_literal_expr | fenic.core._serde.proto.expressions.basic._serialize_unresolved_literal_expr | null | null | false | true | 139 | 148 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_unresolved_literal_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_unresolved_literal_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_unresolved_literal_expr | fenic.core._serde.proto.expressions.basic._deserialize_unresolved_literal_expr | null | null | false | true | 150 | 157 | null | UnresolvedLiteralExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_unresolved_literal_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_unresolved_literal_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: UnresolvedLiteralExpr
Paren... |
function | _serialize_alias_expr | fenic.core._serde.proto.expressions.basic._serialize_alias_expr | null | null | false | true | 164 | 173 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_alias_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_alias_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_alias_expr | fenic.core._serde.proto.expressions.basic._deserialize_alias_expr | null | null | false | true | 176 | 183 | null | AliasExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_alias_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_alias_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: AliasExpr
Parent Class: none |
function | _serialize_array_expr | fenic.core._serde.proto.expressions.basic._serialize_array_expr | null | null | false | true | 191 | 199 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_array_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_array_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_array_expr | fenic.core._serde.proto.expressions.basic._deserialize_array_expr | null | null | false | true | 202 | 208 | null | ArrayExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_array_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_array_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ArrayExpr
Parent Class: none |
function | _serialize_not_expr | fenic.core._serde.proto.expressions.basic._serialize_not_expr | null | null | false | true | 216 | 222 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_not_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_not_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_not_expr | fenic.core._serde.proto.expressions.basic._deserialize_not_expr | null | null | false | true | 225 | 231 | null | NotExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_not_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_not_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: NotExpr
Parent Class: none |
function | _serialize_sort_expr | fenic.core._serde.proto.expressions.basic._serialize_sort_expr | null | null | false | true | 239 | 247 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_sort_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_sort_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_sort_expr | fenic.core._serde.proto.expressions.basic._deserialize_sort_expr | null | null | false | true | 250 | 258 | null | SortExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_sort_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_sort_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SortExpr
Parent Class: none |
function | _serialize_index_expr | fenic.core._serde.proto.expressions.basic._serialize_index_expr | null | null | false | true | 266 | 273 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_index_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_index_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_index_expr | fenic.core._serde.proto.expressions.basic._deserialize_index_expr | null | null | false | true | 276 | 283 | null | IndexExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_index_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_index_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: IndexExpr
Parent Class: none |
function | _serialize_struct_expr | fenic.core._serde.proto.expressions.basic._serialize_struct_expr | null | null | false | true | 291 | 299 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_struct_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_struct_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_struct_expr | fenic.core._serde.proto.expressions.basic._deserialize_struct_expr | null | null | false | true | 302 | 308 | null | StructExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_struct_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_struct_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: StructExpr
Parent Class: none |
function | _serialize_cast_expr | fenic.core._serde.proto.expressions.basic._serialize_cast_expr | null | null | false | true | 316 | 323 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_cast_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_cast_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_cast_expr | fenic.core._serde.proto.expressions.basic._deserialize_cast_expr | null | null | false | true | 326 | 333 | null | CastExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_cast_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_cast_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: CastExpr
Parent Class: none |
function | _serialize_coalesce_expr | fenic.core._serde.proto.expressions.basic._serialize_coalesce_expr | null | null | false | true | 341 | 349 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_coalesce_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_coalesce_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_coalesce_expr | fenic.core._serde.proto.expressions.basic._deserialize_coalesce_expr | null | null | false | true | 352 | 358 | null | CoalesceExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_coalesce_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_coalesce_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: CoalesceExpr
Parent Class: none |
function | _serialize_in_expr | fenic.core._serde.proto.expressions.basic._serialize_in_expr | null | null | false | true | 366 | 373 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_in_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_in_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_in_expr | fenic.core._serde.proto.expressions.basic._deserialize_in_expr | null | null | false | true | 376 | 381 | null | InExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_in_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_in_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: InExpr
Parent Class: none |
function | _serialize_is_null_expr | fenic.core._serde.proto.expressions.basic._serialize_is_null_expr | null | null | false | true | 389 | 398 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_is_null_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_is_null_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_is_null_expr | fenic.core._serde.proto.expressions.basic._deserialize_is_null_expr | null | null | false | true | 401 | 408 | null | IsNullExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_is_null_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_is_null_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: IsNullExpr
Parent Class: none |
function | _serialize_flatten_expr | fenic.core._serde.proto.expressions.basic._serialize_flatten_expr | null | null | false | true | 416 | 424 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_flatten_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_flatten_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_flatten_expr | fenic.core._serde.proto.expressions.basic._deserialize_flatten_expr | null | null | false | true | 427 | 433 | null | FlattenExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_flatten_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_flatten_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: FlattenExpr
Parent Class: none |
function | _serialize_greatest_expr | fenic.core._serde.proto.expressions.basic._serialize_greatest_expr | null | null | false | true | 441 | 447 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_greatest_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_greatest_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_greatest_expr | fenic.core._serde.proto.expressions.basic._deserialize_greatest_expr | null | null | false | true | 450 | 456 | null | GreatestExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_greatest_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_greatest_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: GreatestExpr
Parent Class: none |
function | _serialize_least_expr | fenic.core._serde.proto.expressions.basic._serialize_least_expr | null | null | false | true | 463 | 469 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_least_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_least_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_least_expr | fenic.core._serde.proto.expressions.basic._deserialize_least_expr | null | null | false | true | 471 | 477 | null | LeastExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_least_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_least_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: LeastExpr
Parent Class: none |
module | markdown | fenic.core._serde.proto.expressions.markdown | Markdown expression serialization/deserialization. | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/core/_serde/proto/expressions/markdown.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: markdown
Qualified Name: fenic.core._serde.proto.expressions.markdown
Docstring: Markdown expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_md_to_json_expr | fenic.core._serde.proto.expressions.markdown._serialize_md_to_json_expr | null | null | false | true | 28 | 36 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_md_to_json_expr
Qualified Name: fenic.core._serde.proto.expressions.markdown._serialize_md_to_json_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_md_to_json_expr | fenic.core._serde.proto.expressions.markdown._deserialize_md_to_json_expr | null | null | false | true | 39 | 45 | null | MdToJsonExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_md_to_json_expr
Qualified Name: fenic.core._serde.proto.expressions.markdown._deserialize_md_to_json_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: MdToJsonExpr
Parent Class: none |
function | _serialize_md_generate_toc_expr | fenic.core._serde.proto.expressions.markdown._serialize_md_generate_toc_expr | null | null | false | true | 52 | 61 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_md_generate_toc_expr
Qualified Name: fenic.core._serde.proto.expressions.markdown._serialize_md_generate_toc_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_md_generate_toc_expr | fenic.core._serde.proto.expressions.markdown._deserialize_md_generate_toc_expr | null | null | false | true | 64 | 71 | null | MdGenerateTocExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_md_generate_toc_expr
Qualified Name: fenic.core._serde.proto.expressions.markdown._deserialize_md_generate_toc_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: MdGenerateTocExpr
Parent Class... |
function | _serialize_md_extract_header_chunks | fenic.core._serde.proto.expressions.markdown._serialize_md_extract_header_chunks | null | null | false | true | 78 | 87 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_md_extract_header_chunks
Qualified Name: fenic.core._serde.proto.expressions.markdown._serialize_md_extract_header_chunks
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: n... |
function | _deserialize_md_extract_header_chunks | fenic.core._serde.proto.expressions.markdown._deserialize_md_extract_header_chunks | null | null | false | true | 90 | 97 | null | MdExtractHeaderChunks | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_md_extract_header_chunks
Qualified Name: fenic.core._serde.proto.expressions.markdown._deserialize_md_extract_header_chunks
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: MdExtractHeaderChunks
... |
function | _serialize_md_get_code_blocks_expr | fenic.core._serde.proto.expressions.markdown._serialize_md_get_code_blocks_expr | null | null | false | true | 104 | 113 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_md_get_code_blocks_expr
Qualified Name: fenic.core._serde.proto.expressions.markdown._serialize_md_get_code_blocks_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: non... |
function | _deserialize_md_get_code_blocks_expr | fenic.core._serde.proto.expressions.markdown._deserialize_md_get_code_blocks_expr | null | null | false | true | 116 | 123 | null | MdGetCodeBlocksExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_md_get_code_blocks_expr
Qualified Name: fenic.core._serde.proto.expressions.markdown._deserialize_md_get_code_blocks_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: MdGetCodeBlocksExpr
Pare... |
module | text | fenic.core._serde.proto.expressions.text | Text processing expression serialization/deserialization. | /private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/core/_serde/proto/expressions/text.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: text
Qualified Name: fenic.core._serde.proto.expressions.text
Docstring: Text processing expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_textract_expr | fenic.core._serde.proto.expressions.text._serialize_textract_expr | Serialize a textract expression. | null | false | true | 96 | 106 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_textract_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_textract_expr
Docstring: Serialize a textract expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class:... |
function | _deserialize_textract_expr | fenic.core._serde.proto.expressions.text._deserialize_textract_expr | Deserialize a textract expression. | null | false | true | 109 | 117 | null | TextractExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_textract_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_textract_expr
Docstring: Deserialize a textract expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: TextractExpr
Paren... |
function | _serialize_text_chunk_expr | fenic.core._serde.proto.expressions.text._serialize_text_chunk_expr | Serialize a text chunk expression. | null | false | true | 124 | 147 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_text_chunk_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_text_chunk_expr
Docstring: Serialize a text chunk expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent ... |
function | _deserialize_text_chunk_expr | fenic.core._serde.proto.expressions.text._deserialize_text_chunk_expr | Deserialize a text chunk expression. | null | false | true | 150 | 176 | null | TextChunkExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_text_chunk_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_text_chunk_expr
Docstring: Deserialize a text chunk expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: TextChunkExp... |
function | _serialize_recursive_text_chunk_expr | fenic.core._serde.proto.expressions.text._serialize_recursive_text_chunk_expr | Serialize a recursive text chunk expression. | null | false | true | 184 | 214 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_recursive_text_chunk_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_recursive_text_chunk_expr
Docstring: Serialize a recursive text chunk expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Ret... |
function | _deserialize_recursive_text_chunk_expr | fenic.core._serde.proto.expressions.text._deserialize_recursive_text_chunk_expr | Deserialize a recursive text chunk expression. | null | false | true | 217 | 252 | null | RecursiveTextChunkExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_recursive_text_chunk_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_recursive_text_chunk_expr
Docstring: Deserialize a recursive text chunk expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "c... |
function | _serialize_count_tokens_expr | fenic.core._serde.proto.expressions.text._serialize_count_tokens_expr | Serialize a count tokens expression. | null | false | true | 260 | 269 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_count_tokens_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_count_tokens_expr
Docstring: Serialize a count tokens expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
P... |
function | _deserialize_count_tokens_expr | fenic.core._serde.proto.expressions.text._deserialize_count_tokens_expr | Deserialize a count tokens expression. | null | false | true | 272 | 282 | null | CountTokensExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_count_tokens_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_count_tokens_expr
Docstring: Deserialize a count tokens expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: CountT... |
function | _serialize_concat_expr | fenic.core._serde.proto.expressions.text._serialize_concat_expr | Serialize a concat expression. | null | false | true | 290 | 299 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_concat_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_concat_expr
Docstring: Serialize a concat expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_concat_expr | fenic.core._serde.proto.expressions.text._deserialize_concat_expr | Deserialize a concat expression. | null | false | true | 302 | 311 | null | ConcatExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_concat_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_concat_expr
Docstring: Deserialize a concat expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ConcatExpr
Parent Class:... |
function | _serialize_array_join_expr | fenic.core._serde.proto.expressions.text._serialize_array_join_expr | Serialize an array join expression. | null | false | true | 319 | 329 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_array_join_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_array_join_expr
Docstring: Serialize an array join expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent... |
function | _deserialize_array_join_expr | fenic.core._serde.proto.expressions.text._deserialize_array_join_expr | Deserialize an array join expression. | null | false | true | 332 | 340 | null | ArrayJoinExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_array_join_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_array_join_expr
Docstring: Deserialize an array join expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ArrayJoinEx... |
function | _serialize_contains_expr | fenic.core._serde.proto.expressions.text._serialize_contains_expr | Serialize a contains expression. | null | false | true | 348 | 358 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_contains_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_contains_expr
Docstring: Serialize a contains expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class:... |
function | _deserialize_contains_expr | fenic.core._serde.proto.expressions.text._deserialize_contains_expr | Deserialize a contains expression. | null | false | true | 361 | 371 | null | ContainsExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_contains_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_contains_expr
Docstring: Deserialize a contains expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ContainsExpr
Paren... |
function | _serialize_contains_any_expr | fenic.core._serde.proto.expressions.text._serialize_contains_any_expr | Serialize a contains any expression. | null | false | true | 379 | 390 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_contains_any_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_contains_any_expr
Docstring: Serialize a contains any expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
P... |
function | _deserialize_contains_any_expr | fenic.core._serde.proto.expressions.text._deserialize_contains_any_expr | Deserialize a contains any expression. | null | false | true | 393 | 403 | null | ContainsAnyExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_contains_any_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_contains_any_expr
Docstring: Deserialize a contains any expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: Contai... |
function | _serialize_rlike_expr | fenic.core._serde.proto.expressions.text._serialize_rlike_expr | Serialize an rlike expression. | null | false | true | 411 | 421 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_rlike_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_rlike_expr
Docstring: Serialize an rlike expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_rlike_expr | fenic.core._serde.proto.expressions.text._deserialize_rlike_expr | Deserialize an rlike expression. | null | false | true | 424 | 432 | null | RLikeExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_rlike_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_rlike_expr
Docstring: Deserialize an rlike expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: RLikeExpr
Parent Class: no... |
function | _serialize_like_expr | fenic.core._serde.proto.expressions.text._serialize_like_expr | Serialize a like expression. | null | false | true | 440 | 448 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_like_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_like_expr
Docstring: Serialize a like expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_like_expr | fenic.core._serde.proto.expressions.text._deserialize_like_expr | Deserialize a like expression. | null | false | true | 451 | 459 | null | LikeExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_like_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_like_expr
Docstring: Deserialize a like expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: LikeExpr
Parent Class: none |
function | _serialize_ilike_expr | fenic.core._serde.proto.expressions.text._serialize_ilike_expr | Serialize an ilike expression. | null | false | true | 467 | 477 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_ilike_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_ilike_expr
Docstring: Serialize an ilike expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_ilike_expr | fenic.core._serde.proto.expressions.text._deserialize_ilike_expr | Deserialize an ilike expression. | null | false | true | 480 | 488 | null | ILikeExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_ilike_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_ilike_expr
Docstring: Deserialize an ilike expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ILikeExpr
Parent Class: no... |
function | _serialize_ts_parse_expr | fenic.core._serde.proto.expressions.text._serialize_ts_parse_expr | Serialize a timestamp parse expression. | null | false | true | 496 | 508 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_ts_parse_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_ts_parse_expr
Docstring: Serialize a timestamp parse expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent... |
function | _deserialize_ts_parse_expr | fenic.core._serde.proto.expressions.text._deserialize_ts_parse_expr | Deserialize a timestamp parse expression. | null | false | true | 511 | 524 | null | TsParseExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_ts_parse_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_ts_parse_expr
Docstring: Deserialize a timestamp parse expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: TsParseExpr... |
function | _serialize_starts_with_expr | fenic.core._serde.proto.expressions.text._serialize_starts_with_expr | Serialize a starts with expression. | null | false | true | 532 | 542 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_starts_with_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_starts_with_expr
Docstring: Serialize a starts with expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Pare... |
function | _deserialize_starts_with_expr | fenic.core._serde.proto.expressions.text._deserialize_starts_with_expr | Deserialize a starts with expression. | null | false | true | 545 | 555 | null | StartsWithExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_starts_with_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_starts_with_expr
Docstring: Deserialize a starts with expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: StartsWit... |
function | _serialize_ends_with_expr | fenic.core._serde.proto.expressions.text._serialize_ends_with_expr | Serialize an ends with expression. | null | false | true | 563 | 573 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_ends_with_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_ends_with_expr
Docstring: Serialize an ends with expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Cl... |
function | _deserialize_ends_with_expr | fenic.core._serde.proto.expressions.text._deserialize_ends_with_expr | Deserialize an ends with expression. | null | false | true | 576 | 586 | null | EndsWithExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_ends_with_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_ends_with_expr
Docstring: Deserialize an ends with expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: EndsWithExpr
P... |
function | _serialize_regexp_split_expr | fenic.core._serde.proto.expressions.text._serialize_regexp_split_expr | Serialize a regexp split expression. | null | false | true | 594 | 605 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_regexp_split_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_regexp_split_expr
Docstring: Serialize a regexp split expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
P... |
function | _deserialize_regexp_split_expr | fenic.core._serde.proto.expressions.text._deserialize_regexp_split_expr | Deserialize a regexp split expression. | null | false | true | 608 | 618 | null | RegexpSplitExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_regexp_split_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_regexp_split_expr
Docstring: Deserialize a regexp split expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: Regexp... |
function | _serialize_regexp_count_expr | fenic.core._serde.proto.expressions.text._serialize_regexp_count_expr | Serialize a regexp count expression. | null | false | true | 626 | 636 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_regexp_count_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_regexp_count_expr
Docstring: Serialize a regexp count expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
P... |
function | _deserialize_regexp_count_expr | fenic.core._serde.proto.expressions.text._deserialize_regexp_count_expr | Deserialize a regexp count expression. | null | false | true | 639 | 648 | null | RegexpCountExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_regexp_count_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_regexp_count_expr
Docstring: Deserialize a regexp count expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: Regexp... |
function | _serialize_regexp_extract_expr | fenic.core._serde.proto.expressions.text._serialize_regexp_extract_expr | Serialize a regexp extract expression. | null | false | true | 656 | 667 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_regexp_extract_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_regexp_extract_expr
Docstring: Serialize a regexp extract expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprP... |
function | _deserialize_regexp_extract_expr | fenic.core._serde.proto.expressions.text._deserialize_regexp_extract_expr | Deserialize a regexp extract expression. | null | false | true | 670 | 680 | null | RegexpExtractExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_regexp_extract_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_regexp_extract_expr
Docstring: Deserialize a regexp extract expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ... |
function | _serialize_regexp_extract_all_expr | fenic.core._serde.proto.expressions.text._serialize_regexp_extract_all_expr | Serialize a regexp extract all expression. | null | false | true | 688 | 699 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_regexp_extract_all_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_regexp_extract_all_expr
Docstring: Serialize a regexp extract all expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: ... |
function | _deserialize_regexp_extract_all_expr | fenic.core._serde.proto.expressions.text._deserialize_regexp_extract_all_expr | Deserialize a regexp extract all expression. | null | false | true | 702 | 712 | null | RegexpExtractAllExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_regexp_extract_all_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_regexp_extract_all_expr
Docstring: Deserialize a regexp extract all expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context... |
function | _serialize_regexp_instr_expr | fenic.core._serde.proto.expressions.text._serialize_regexp_instr_expr | Serialize a regexp instr expression. | null | false | true | 720 | 731 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_regexp_instr_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_regexp_instr_expr
Docstring: Serialize a regexp instr expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
P... |
function | _deserialize_regexp_instr_expr | fenic.core._serde.proto.expressions.text._deserialize_regexp_instr_expr | Deserialize a regexp instr expression. | null | false | true | 734 | 744 | null | RegexpInstrExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_regexp_instr_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_regexp_instr_expr
Docstring: Deserialize a regexp instr expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: Regexp... |
function | _serialize_regexp_substr_expr | fenic.core._serde.proto.expressions.text._serialize_regexp_substr_expr | Serialize a regexp substr expression. | null | false | true | 752 | 762 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_regexp_substr_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_regexp_substr_expr
Docstring: Serialize a regexp substr expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProt... |
function | _deserialize_regexp_substr_expr | fenic.core._serde.proto.expressions.text._deserialize_regexp_substr_expr | Deserialize a regexp substr expression. | null | false | true | 765 | 774 | null | RegexpSubstrExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_regexp_substr_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_regexp_substr_expr
Docstring: Deserialize a regexp substr expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: Reg... |
function | _serialize_split_part_expr | fenic.core._serde.proto.expressions.text._serialize_split_part_expr | Serialize a split part expression. | null | false | true | 782 | 795 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_split_part_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_split_part_expr
Docstring: Serialize a split part expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent ... |
function | _deserialize_split_part_expr | fenic.core._serde.proto.expressions.text._deserialize_split_part_expr | Deserialize a split part expression. | null | false | true | 798 | 811 | null | SplitPartExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_split_part_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_split_part_expr
Docstring: Deserialize a split part expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SplitPartExp... |
function | _serialize_string_casing_expr | fenic.core._serde.proto.expressions.text._serialize_string_casing_expr | Serialize a string casing expression. | null | false | true | 819 | 831 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_string_casing_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_string_casing_expr
Docstring: Serialize a string casing expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProt... |
function | _deserialize_string_casing_expr | fenic.core._serde.proto.expressions.text._deserialize_string_casing_expr | Deserialize a string casing expression. | null | false | true | 834 | 848 | null | StringCasingExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_string_casing_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_string_casing_expr
Docstring: Deserialize a string casing expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: Str... |
function | _serialize_strip_chars_expr | fenic.core._serde.proto.expressions.text._serialize_strip_chars_expr | Serialize a strip chars expression. | null | false | true | 856 | 871 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_strip_chars_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_strip_chars_expr
Docstring: Serialize a strip chars expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Pare... |
function | _deserialize_strip_chars_expr | fenic.core._serde.proto.expressions.text._deserialize_strip_chars_expr | Deserialize a strip chars expression. | null | false | true | 874 | 890 | null | StripCharsExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_strip_chars_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_strip_chars_expr
Docstring: Deserialize a strip chars expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: StripChar... |
function | _serialize_replace_expr | fenic.core._serde.proto.expressions.text._serialize_replace_expr | Serialize a replace expression. | null | false | true | 898 | 912 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_replace_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_replace_expr
Docstring: Serialize a replace expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: no... |
function | _deserialize_replace_expr | fenic.core._serde.proto.expressions.text._deserialize_replace_expr | Deserialize a replace expression. | null | false | true | 915 | 927 | null | ReplaceExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_replace_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_replace_expr
Docstring: Deserialize a replace expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ReplaceExpr
Parent Cl... |
function | _serialize_str_length_expr | fenic.core._serde.proto.expressions.text._serialize_str_length_expr | Serialize a string length expression. | null | false | true | 935 | 944 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_str_length_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_str_length_expr
Docstring: Serialize a string length expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Pare... |
function | _deserialize_str_length_expr | fenic.core._serde.proto.expressions.text._deserialize_str_length_expr | Deserialize a string length expression. | null | false | true | 947 | 954 | null | StrLengthExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_str_length_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_str_length_expr
Docstring: Deserialize a string length expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: StrLength... |
function | _serialize_byte_length_expr | fenic.core._serde.proto.expressions.text._serialize_byte_length_expr | Serialize a byte length expression. | null | false | true | 962 | 971 | null | LogicalExprProto | null | [
"logical",
"context"
] | null | null | Type: function
Member Name: _serialize_byte_length_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_byte_length_expr
Docstring: Serialize a byte length expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Pare... |
function | _deserialize_byte_length_expr | fenic.core._serde.proto.expressions.text._deserialize_byte_length_expr | Deserialize a byte length expression. | null | false | true | 974 | 981 | null | ByteLengthExpr | null | [
"logical_proto",
"context"
] | null | null | Type: function
Member Name: _deserialize_byte_length_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_byte_length_expr
Docstring: Deserialize a byte length expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ByteLengt... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.