type stringclasses 5
values | name stringlengths 1 55 | qualified_name stringlengths 5 143 | docstring stringlengths 0 3.59k ⌀ | filepath stringclasses 180
values | is_public bool 2
classes | is_private bool 2
classes | line_start float64 0 1.54k ⌀ | line_end float64 0 1.56k ⌀ | annotation stringclasses 8
values | returns stringclasses 236
values | parameters listlengths 0 74 ⌀ | parent_class stringclasses 298
values | value stringclasses 112
values | bases listlengths 0 3 ⌀ | api_element_summary stringlengths 199 23k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
function | _serialize_not_expr | fenic.core._serde.proto.expressions.basic._serialize_not_expr | null | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 177 | 183 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 186 | 192 | null | NotExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 200 | 208 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 211 | 219 | null | SortExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 227 | 234 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 237 | 244 | null | IndexExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 252 | 260 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 263 | 269 | null | StructExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 277 | 284 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 287 | 294 | null | CastExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 302 | 310 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 313 | 319 | null | CoalesceExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 327 | 334 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 337 | 342 | null | InExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 350 | 359 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 362 | 369 | null | IsNullExpr | [
"logical_proto",
"context"
] | null | 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_array_length_expr | fenic.core._serde.proto.expressions.basic._serialize_array_length_expr | null | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 377 | 385 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_array_length_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_array_length_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_array_length_expr | fenic.core._serde.proto.expressions.basic._deserialize_array_length_expr | null | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 388 | 394 | null | ArrayLengthExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_array_length_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_array_length_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ArrayLengthExpr
Parent Class: none |
function | _serialize_array_contains_expr | fenic.core._serde.proto.expressions.basic._serialize_array_contains_expr | null | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 402 | 411 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_array_contains_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._serialize_array_contains_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_array_contains_expr | fenic.core._serde.proto.expressions.basic._deserialize_array_contains_expr | null | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 414 | 421 | null | ArrayContainsExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_array_contains_expr
Qualified Name: fenic.core._serde.proto.expressions.basic._deserialize_array_contains_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ArrayContainsExpr
Parent Class: none |
function | _serialize_greatest_expr | fenic.core._serde.proto.expressions.basic._serialize_greatest_expr | null | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 428 | 434 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 437 | 443 | null | GreatestExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 450 | 456 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 458 | 464 | null | LeastExpr | [
"logical_proto",
"context"
] | null | 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. | site-packages/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 | site-packages/fenic/core/_serde/proto/expressions/markdown.py | false | true | 28 | 36 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/markdown.py | false | true | 39 | 45 | null | MdToJsonExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/markdown.py | false | true | 52 | 61 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/markdown.py | false | true | 64 | 71 | null | MdGenerateTocExpr | [
"logical_proto",
"context"
] | null | 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: none |
function | _serialize_md_extract_header_chunks | fenic.core._serde.proto.expressions.markdown._serialize_md_extract_header_chunks | null | site-packages/fenic/core/_serde/proto/expressions/markdown.py | false | true | 78 | 87 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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: none |
function | _deserialize_md_extract_header_chunks | fenic.core._serde.proto.expressions.markdown._deserialize_md_extract_header_chunks | null | site-packages/fenic/core/_serde/proto/expressions/markdown.py | false | true | 90 | 97 | null | MdExtractHeaderChunks | [
"logical_proto",
"context"
] | null | 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
Parent Class: none |
function | _serialize_md_get_code_blocks_expr | fenic.core._serde.proto.expressions.markdown._serialize_md_get_code_blocks_expr | null | site-packages/fenic/core/_serde/proto/expressions/markdown.py | false | true | 104 | 113 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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: none |
function | _deserialize_md_get_code_blocks_expr | fenic.core._serde.proto.expressions.markdown._deserialize_md_get_code_blocks_expr | null | site-packages/fenic/core/_serde/proto/expressions/markdown.py | false | true | 116 | 123 | null | MdGetCodeBlocksExpr | [
"logical_proto",
"context"
] | null | 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
Parent Class: none |
module | text | fenic.core._serde.proto.expressions.text | Text processing expression serialization/deserialization. | site-packages/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. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 86 | 96 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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: none |
function | _deserialize_textract_expr | fenic.core._serde.proto.expressions.text._deserialize_textract_expr | Deserialize a textract expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 99 | 107 | null | TextractExpr | [
"logical_proto",
"context"
] | null | 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
Parent Class: none |
function | _serialize_text_chunk_expr | fenic.core._serde.proto.expressions.text._serialize_text_chunk_expr | Serialize a text chunk expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 114 | 137 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 Class: none |
function | _deserialize_text_chunk_expr | fenic.core._serde.proto.expressions.text._deserialize_text_chunk_expr | Deserialize a text chunk expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 140 | 166 | null | TextChunkExpr | [
"logical_proto",
"context"
] | null | 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: TextChunkExpr
Parent Class: none |
function | _serialize_recursive_text_chunk_expr | fenic.core._serde.proto.expressions.text._serialize_recursive_text_chunk_expr | Serialize a recursive text chunk expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 174 | 204 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_recursive_text_chunk_expr | fenic.core._serde.proto.expressions.text._deserialize_recursive_text_chunk_expr | Deserialize a recursive text chunk expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 207 | 242 | null | RecursiveTextChunkExpr | [
"logical_proto",
"context"
] | null | 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", "context"]
Returns: RecursiveTextChunkExpr
Parent Class: none |
function | _serialize_count_tokens_expr | fenic.core._serde.proto.expressions.text._serialize_count_tokens_expr | Serialize a count tokens expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 250 | 259 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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
Parent Class: none |
function | _deserialize_count_tokens_expr | fenic.core._serde.proto.expressions.text._deserialize_count_tokens_expr | Deserialize a count tokens expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 262 | 272 | null | CountTokensExpr | [
"logical_proto",
"context"
] | null | 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: CountTokensExpr
Parent Class: none |
function | _serialize_concat_expr | fenic.core._serde.proto.expressions.text._serialize_concat_expr | Serialize a concat expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 280 | 289 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 292 | 301 | null | ConcatExpr | [
"logical_proto",
"context"
] | null | 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: none |
function | _serialize_array_join_expr | fenic.core._serde.proto.expressions.text._serialize_array_join_expr | Serialize an array join expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 309 | 319 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 Class: none |
function | _deserialize_array_join_expr | fenic.core._serde.proto.expressions.text._deserialize_array_join_expr | Deserialize an array join expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 322 | 330 | null | ArrayJoinExpr | [
"logical_proto",
"context"
] | null | 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: ArrayJoinExpr
Parent Class: none |
function | _serialize_contains_expr | fenic.core._serde.proto.expressions.text._serialize_contains_expr | Serialize a contains expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 338 | 348 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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: none |
function | _deserialize_contains_expr | fenic.core._serde.proto.expressions.text._deserialize_contains_expr | Deserialize a contains expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 351 | 361 | null | ContainsExpr | [
"logical_proto",
"context"
] | null | 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
Parent Class: none |
function | _serialize_contains_any_expr | fenic.core._serde.proto.expressions.text._serialize_contains_any_expr | Serialize a contains any expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 369 | 380 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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
Parent Class: none |
function | _deserialize_contains_any_expr | fenic.core._serde.proto.expressions.text._deserialize_contains_any_expr | Deserialize a contains any expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 383 | 393 | null | ContainsAnyExpr | [
"logical_proto",
"context"
] | null | 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: ContainsAnyExpr
Parent Class: none |
function | _serialize_rlike_expr | fenic.core._serde.proto.expressions.text._serialize_rlike_expr | Serialize an rlike expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 401 | 411 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 414 | 422 | null | RLikeExpr | [
"logical_proto",
"context"
] | null | 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: none |
function | _serialize_like_expr | fenic.core._serde.proto.expressions.text._serialize_like_expr | Serialize a like expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 430 | 438 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 441 | 449 | null | LikeExpr | [
"logical_proto",
"context"
] | null | 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. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 457 | 467 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 470 | 478 | null | ILikeExpr | [
"logical_proto",
"context"
] | null | 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: none |
function | _serialize_ts_parse_expr | fenic.core._serde.proto.expressions.text._serialize_ts_parse_expr | Serialize a timestamp parse expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 486 | 498 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 Class: none |
function | _deserialize_ts_parse_expr | fenic.core._serde.proto.expressions.text._deserialize_ts_parse_expr | Deserialize a timestamp parse expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 501 | 514 | null | TsParseExpr | [
"logical_proto",
"context"
] | null | 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
Parent Class: none |
function | _serialize_starts_with_expr | fenic.core._serde.proto.expressions.text._serialize_starts_with_expr | Serialize a starts with expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 522 | 532 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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
Parent Class: none |
function | _deserialize_starts_with_expr | fenic.core._serde.proto.expressions.text._deserialize_starts_with_expr | Deserialize a starts with expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 535 | 545 | null | StartsWithExpr | [
"logical_proto",
"context"
] | null | 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: StartsWithExpr
Parent Class: none |
function | _serialize_ends_with_expr | fenic.core._serde.proto.expressions.text._serialize_ends_with_expr | Serialize an ends with expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 553 | 563 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 Class: none |
function | _deserialize_ends_with_expr | fenic.core._serde.proto.expressions.text._deserialize_ends_with_expr | Deserialize an ends with expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 566 | 576 | null | EndsWithExpr | [
"logical_proto",
"context"
] | null | 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
Parent Class: none |
function | _serialize_regexp_split_expr | fenic.core._serde.proto.expressions.text._serialize_regexp_split_expr | Serialize a regexp split expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 584 | 595 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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
Parent Class: none |
function | _deserialize_regexp_split_expr | fenic.core._serde.proto.expressions.text._deserialize_regexp_split_expr | Deserialize a regexp split expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 598 | 608 | null | RegexpSplitExpr | [
"logical_proto",
"context"
] | null | 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: RegexpSplitExpr
Parent Class: none |
function | _serialize_split_part_expr | fenic.core._serde.proto.expressions.text._serialize_split_part_expr | Serialize a split part expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 616 | 629 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 Class: none |
function | _deserialize_split_part_expr | fenic.core._serde.proto.expressions.text._deserialize_split_part_expr | Deserialize a split part expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 632 | 645 | null | SplitPartExpr | [
"logical_proto",
"context"
] | null | 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: SplitPartExpr
Parent Class: none |
function | _serialize_string_casing_expr | fenic.core._serde.proto.expressions.text._serialize_string_casing_expr | Serialize a string casing expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 653 | 665 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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: LogicalExprProto
Parent Class: none |
function | _deserialize_string_casing_expr | fenic.core._serde.proto.expressions.text._deserialize_string_casing_expr | Deserialize a string casing expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 668 | 682 | null | StringCasingExpr | [
"logical_proto",
"context"
] | null | 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: StringCasingExpr
Parent Class: none |
function | _serialize_strip_chars_expr | fenic.core._serde.proto.expressions.text._serialize_strip_chars_expr | Serialize a strip chars expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 690 | 705 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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
Parent Class: none |
function | _deserialize_strip_chars_expr | fenic.core._serde.proto.expressions.text._deserialize_strip_chars_expr | Deserialize a strip chars expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 708 | 724 | null | StripCharsExpr | [
"logical_proto",
"context"
] | null | 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: StripCharsExpr
Parent Class: none |
function | _serialize_replace_expr | fenic.core._serde.proto.expressions.text._serialize_replace_expr | Serialize a replace expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 732 | 746 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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: none |
function | _deserialize_replace_expr | fenic.core._serde.proto.expressions.text._deserialize_replace_expr | Deserialize a replace expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 749 | 761 | null | ReplaceExpr | [
"logical_proto",
"context"
] | null | 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 Class: none |
function | _serialize_str_length_expr | fenic.core._serde.proto.expressions.text._serialize_str_length_expr | Serialize a string length expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 769 | 778 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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
Parent Class: none |
function | _deserialize_str_length_expr | fenic.core._serde.proto.expressions.text._deserialize_str_length_expr | Deserialize a string length expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 781 | 788 | null | StrLengthExpr | [
"logical_proto",
"context"
] | null | 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: StrLengthExpr
Parent Class: none |
function | _serialize_byte_length_expr | fenic.core._serde.proto.expressions.text._serialize_byte_length_expr | Serialize a byte length expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 796 | 805 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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
Parent Class: none |
function | _deserialize_byte_length_expr | fenic.core._serde.proto.expressions.text._deserialize_byte_length_expr | Deserialize a byte length expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 808 | 815 | null | ByteLengthExpr | [
"logical_proto",
"context"
] | null | 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: ByteLengthExpr
Parent Class: none |
function | _serialize_jinja_expr | fenic.core._serde.proto.expressions.text._serialize_jinja_expr | Serialize a jinja expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 823 | 834 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_jinja_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_jinja_expr
Docstring: Serialize a jinja expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_jinja_expr | fenic.core._serde.proto.expressions.text._deserialize_jinja_expr | Deserialize a jinja expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 837 | 846 | null | JinjaExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_jinja_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_jinja_expr
Docstring: Deserialize a jinja expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: JinjaExpr
Parent Class: none |
function | _serialize_fuzzy_ratio_expr | fenic.core._serde.proto.expressions.text._serialize_fuzzy_ratio_expr | Serialize a fuzzy ratio expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 854 | 867 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_fuzzy_ratio_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_fuzzy_ratio_expr
Docstring: Serialize a fuzzy ratio expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_fuzzy_ratio_expr | fenic.core._serde.proto.expressions.text._deserialize_fuzzy_ratio_expr | Deserialize a fuzzy ratio expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 870 | 886 | null | FuzzyRatioExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_fuzzy_ratio_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_fuzzy_ratio_expr
Docstring: Deserialize a fuzzy ratio expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: FuzzyRatioExpr
Parent Class: none |
function | _serialize_fuzzy_token_sort_ratio_expr | fenic.core._serde.proto.expressions.text._serialize_fuzzy_token_sort_ratio_expr | Serialize a fuzzy token sort ratio expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 889 | 902 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_fuzzy_token_sort_ratio_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_fuzzy_token_sort_ratio_expr
Docstring: Serialize a fuzzy token sort ratio expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_fuzzy_token_sort_ratio_expr | fenic.core._serde.proto.expressions.text._deserialize_fuzzy_token_sort_ratio_expr | Deserialize a fuzzy token sort ratio expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 905 | 921 | null | FuzzyTokenSortRatioExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_fuzzy_token_sort_ratio_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_fuzzy_token_sort_ratio_expr
Docstring: Deserialize a fuzzy token sort ratio expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: FuzzyTokenSortRatioExpr
Parent Class: none |
function | _serialize_fuzzy_token_set_ratio_expr | fenic.core._serde.proto.expressions.text._serialize_fuzzy_token_set_ratio_expr | Serialize a fuzzy token set ratio expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 924 | 937 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_fuzzy_token_set_ratio_expr
Qualified Name: fenic.core._serde.proto.expressions.text._serialize_fuzzy_token_set_ratio_expr
Docstring: Serialize a fuzzy token set ratio expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_fuzzy_token_set_ratio_expr | fenic.core._serde.proto.expressions.text._deserialize_fuzzy_token_set_ratio_expr | Deserialize a fuzzy token set ratio expression. | site-packages/fenic/core/_serde/proto/expressions/text.py | false | true | 940 | 956 | null | FuzzyTokenSetRatioExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_fuzzy_token_set_ratio_expr
Qualified Name: fenic.core._serde.proto.expressions.text._deserialize_fuzzy_token_set_ratio_expr
Docstring: Deserialize a fuzzy token set ratio expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: FuzzyTokenSetRatioExpr
Parent Class: none |
module | case | fenic.core._serde.proto.expressions.case | Case expression serialization/deserialization. | site-packages/fenic/core/_serde/proto/expressions/case.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: case
Qualified Name: fenic.core._serde.proto.expressions.case
Docstring: Case expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_when_expr | fenic.core._serde.proto.expressions.case._serialize_when_expr | null | site-packages/fenic/core/_serde/proto/expressions/case.py | false | true | 22 | 30 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_when_expr
Qualified Name: fenic.core._serde.proto.expressions.case._serialize_when_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_when_expr | fenic.core._serde.proto.expressions.case._deserialize_when_expr | null | site-packages/fenic/core/_serde/proto/expressions/case.py | false | true | 33 | 41 | null | WhenExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_when_expr
Qualified Name: fenic.core._serde.proto.expressions.case._deserialize_when_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: WhenExpr
Parent Class: none |
function | _serialize_otherwise_expr | fenic.core._serde.proto.expressions.case._serialize_otherwise_expr | null | site-packages/fenic/core/_serde/proto/expressions/case.py | false | true | 49 | 58 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_otherwise_expr
Qualified Name: fenic.core._serde.proto.expressions.case._serialize_otherwise_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_otherwise_expr | fenic.core._serde.proto.expressions.case._deserialize_otherwise_expr | null | site-packages/fenic/core/_serde/proto/expressions/case.py | false | true | 61 | 68 | null | OtherwiseExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_otherwise_expr
Qualified Name: fenic.core._serde.proto.expressions.case._deserialize_otherwise_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: OtherwiseExpr
Parent Class: none |
module | json | fenic.core._serde.proto.expressions.json | JSON expression serialization/deserialization. | site-packages/fenic/core/_serde/proto/expressions/json.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: json
Qualified Name: fenic.core._serde.proto.expressions.json
Docstring: JSON expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_jq_expr | fenic.core._serde.proto.expressions.json._serialize_jq_expr | null | site-packages/fenic/core/_serde/proto/expressions/json.py | false | true | 27 | 34 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_jq_expr
Qualified Name: fenic.core._serde.proto.expressions.json._serialize_jq_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_jq_expr | fenic.core._serde.proto.expressions.json._deserialize_jq_expr | null | site-packages/fenic/core/_serde/proto/expressions/json.py | false | true | 37 | 42 | null | JqExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_jq_expr
Qualified Name: fenic.core._serde.proto.expressions.json._deserialize_jq_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: JqExpr
Parent Class: none |
function | _serialize_json_type_expr | fenic.core._serde.proto.expressions.json._serialize_json_type_expr | null | site-packages/fenic/core/_serde/proto/expressions/json.py | false | true | 50 | 58 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_json_type_expr
Qualified Name: fenic.core._serde.proto.expressions.json._serialize_json_type_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_json_type_expr | fenic.core._serde.proto.expressions.json._deserialize_json_type_expr | null | site-packages/fenic/core/_serde/proto/expressions/json.py | false | true | 61 | 67 | null | JsonTypeExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_json_type_expr
Qualified Name: fenic.core._serde.proto.expressions.json._deserialize_json_type_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: JsonTypeExpr
Parent Class: none |
function | _serialize_json_contains_expr | fenic.core._serde.proto.expressions.json._serialize_json_contains_expr | null | site-packages/fenic/core/_serde/proto/expressions/json.py | false | true | 75 | 84 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_json_contains_expr
Qualified Name: fenic.core._serde.proto.expressions.json._serialize_json_contains_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_json_contains_expr | fenic.core._serde.proto.expressions.json._deserialize_json_contains_expr | null | site-packages/fenic/core/_serde/proto/expressions/json.py | false | true | 87 | 94 | null | JsonContainsExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_json_contains_expr
Qualified Name: fenic.core._serde.proto.expressions.json._deserialize_json_contains_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: JsonContainsExpr
Parent Class: none |
module | _interfaces | fenic.core._interfaces | null | site-packages/fenic/core/_interfaces/__init__.py | false | true | null | null | null | null | null | null | null | null | Type: module
Member Name: _interfaces
Qualified Name: fenic.core._interfaces
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: none
Returns: none
Parent Class: none |
attribute | __all__ | fenic.core._interfaces.__all__ | null | site-packages/fenic/core/_interfaces/__init__.py | false | false | 6 | 6 | null | null | null | null | ['BaseLineage', 'BaseExecution', 'BaseSessionState', 'BaseCatalog'] | null | Type: attribute
Member Name: __all__
Qualified Name: fenic.core._interfaces.__all__
Docstring: none
Value: ['BaseLineage', 'BaseExecution', 'BaseSessionState', 'BaseCatalog']
Annotation: none
is Public? : false
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
module | catalog | fenic.core._interfaces.catalog | null | site-packages/fenic/core/_interfaces/catalog.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: catalog
Qualified Name: fenic.core._interfaces.catalog
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
class | BaseCatalog | fenic.core._interfaces.catalog.BaseCatalog | null | site-packages/fenic/core/_interfaces/catalog.py | true | false | 13 | 177 | null | null | null | null | null | [
"ABC"
] | Type: class
Member Name: BaseCatalog
Qualified Name: fenic.core._interfaces.catalog.BaseCatalog
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.