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_semantic_join | fenic.core._serde.proto.plans.join._serialize_semantic_join | Serialize a semantic join (wrapper). | site-packages/fenic/core/_serde/proto/plans/join.py | false | true | 64 | 94 | null | LogicalPlanProto | [
"semantic_join",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_join
Qualified Name: fenic.core._serde.proto.plans.join._serialize_semantic_join
Docstring: Serialize a semantic join (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["semantic_join", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_semantic_join | fenic.core._serde.proto.plans.join._deserialize_semantic_join | Deserialize a SemanticJoin LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/join.py | false | true | 97 | 126 | null | SemanticJoin | [
"semantic_join",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_join
Qualified Name: fenic.core._serde.proto.plans.join._deserialize_semantic_join
Docstring: Deserialize a SemanticJoin LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["semantic_join", "context", "schema"]
Returns: SemanticJoin
Parent Class: none |
function | _serialize_semantic_similarity_join | fenic.core._serde.proto.plans.join._serialize_semantic_similarity_join | Serialize a semantic similarity join (wrapper). | site-packages/fenic/core/_serde/proto/plans/join.py | false | true | 134 | 154 | null | LogicalPlanProto | [
"semantic_similarity_join",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_similarity_join
Qualified Name: fenic.core._serde.proto.plans.join._serialize_semantic_similarity_join
Docstring: Serialize a semantic similarity join (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["semantic_similarity_join", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_semantic_similarity_join | fenic.core._serde.proto.plans.join._deserialize_semantic_similarity_join | Deserialize a SemanticSimilarityJoin LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/join.py | false | true | 157 | 178 | null | SemanticSimilarityJoin | [
"semantic_similarity_join",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_similarity_join
Qualified Name: fenic.core._serde.proto.plans.join._deserialize_semantic_similarity_join
Docstring: Deserialize a SemanticSimilarityJoin LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["semantic_similarity_join", "context", "schema"]
Returns: SemanticSimilarityJoin
Parent Class: none |
module | transform | fenic.core._serde.proto.plans.transform | Transform plan serialization/deserialization. | site-packages/fenic/core/_serde/proto/plans/transform.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: transform
Qualified Name: fenic.core._serde.proto.plans.transform
Docstring: Transform plan serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_projection | fenic.core._serde.proto.plans.transform._serialize_projection | Serialize a projection (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 41 | 51 | null | LogicalPlanProto | [
"projection",
"context"
] | null | null | null | Type: function
Member Name: _serialize_projection
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_projection
Docstring: Serialize a projection (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["projection", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_projection | fenic.core._serde.proto.plans.transform._deserialize_projection | Deserialize a Projection LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 54 | 61 | null | Projection | [
"projection",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_projection
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_projection
Docstring: Deserialize a Projection LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["projection", "context", "schema"]
Returns: Projection
Parent Class: none |
function | _serialize_filter | fenic.core._serde.proto.plans.transform._serialize_filter | Serialize a filter (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 69 | 79 | null | LogicalPlanProto | [
"filter_plan",
"context"
] | null | null | null | Type: function
Member Name: _serialize_filter
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_filter
Docstring: Serialize a filter (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["filter_plan", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_filter | fenic.core._serde.proto.plans.transform._deserialize_filter | Deserialize a Filter LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 82 | 89 | null | Filter | [
"filter_proto",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_filter
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_filter
Docstring: Deserialize a Filter LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["filter_proto", "context", "schema"]
Returns: Filter
Parent Class: none |
function | _serialize_union | fenic.core._serde.proto.plans.transform._serialize_union | Serialize a union (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 97 | 104 | null | LogicalPlanProto | [
"union",
"context"
] | null | null | null | Type: function
Member Name: _serialize_union
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_union
Docstring: Serialize a union (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["union", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_union | fenic.core._serde.proto.plans.transform._deserialize_union | Deserialize a Union LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 107 | 113 | null | Union | [
"union",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_union
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_union
Docstring: Deserialize a Union LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["union", "context", "schema"]
Returns: Union
Parent Class: none |
function | _serialize_limit | fenic.core._serde.proto.plans.transform._serialize_limit | Serialize a limit (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 121 | 129 | null | LogicalPlanProto | [
"limit",
"context"
] | null | null | null | Type: function
Member Name: _serialize_limit
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_limit
Docstring: Serialize a limit (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["limit", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_limit | fenic.core._serde.proto.plans.transform._deserialize_limit | Deserialize a Limit LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 132 | 139 | null | Limit | [
"limit",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_limit
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_limit
Docstring: Deserialize a Limit LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["limit", "context", "schema"]
Returns: Limit
Parent Class: none |
function | _serialize_explode | fenic.core._serde.proto.plans.transform._serialize_explode | Serialize an explode (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 147 | 157 | null | LogicalPlanProto | [
"explode",
"context"
] | null | null | null | Type: function
Member Name: _serialize_explode
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_explode
Docstring: Serialize an explode (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["explode", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_explode | fenic.core._serde.proto.plans.transform._deserialize_explode | Deserialize an Explode LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 160 | 167 | null | Explode | [
"explode",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_explode
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_explode
Docstring: Deserialize an Explode LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["explode", "context", "schema"]
Returns: Explode
Parent Class: none |
function | _serialize_drop_duplicates | fenic.core._serde.proto.plans.transform._serialize_drop_duplicates | Serialize a drop duplicates (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 175 | 185 | null | LogicalPlanProto | [
"drop_duplicates",
"context"
] | null | null | null | Type: function
Member Name: _serialize_drop_duplicates
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_drop_duplicates
Docstring: Serialize a drop duplicates (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["drop_duplicates", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_drop_duplicates | fenic.core._serde.proto.plans.transform._deserialize_drop_duplicates | Deserialize a DropDuplicates LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 188 | 199 | null | DropDuplicates | [
"drop_duplicates",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_drop_duplicates
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_drop_duplicates
Docstring: Deserialize a DropDuplicates LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["drop_duplicates", "context", "schema"]
Returns: DropDuplicates
Parent Class: none |
function | _serialize_sort | fenic.core._serde.proto.plans.transform._serialize_sort | Serialize a sort (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 207 | 215 | null | LogicalPlanProto | [
"sort",
"context"
] | null | null | null | Type: function
Member Name: _serialize_sort
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_sort
Docstring: Serialize a sort (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["sort", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_sort | fenic.core._serde.proto.plans.transform._deserialize_sort | Deserialize a Sort LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 218 | 225 | null | Sort | [
"sort",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_sort
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_sort
Docstring: Deserialize a Sort LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["sort", "context", "schema"]
Returns: Sort
Parent Class: none |
function | _serialize_unnest | fenic.core._serde.proto.plans.transform._serialize_unnest | Serialize an unnest (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 233 | 243 | null | LogicalPlanProto | [
"unnest",
"context"
] | null | null | null | Type: function
Member Name: _serialize_unnest
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_unnest
Docstring: Serialize an unnest (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["unnest", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_unnest | fenic.core._serde.proto.plans.transform._deserialize_unnest | Deserialize an Unnest LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 246 | 253 | null | Unnest | [
"unnest",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_unnest
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_unnest
Docstring: Deserialize an Unnest LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["unnest", "context", "schema"]
Returns: Unnest
Parent Class: none |
function | _serialize_sql | fenic.core._serde.proto.plans.transform._serialize_sql | Serialize a SQL (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 261 | 270 | null | LogicalPlanProto | [
"sql",
"context"
] | null | null | null | Type: function
Member Name: _serialize_sql
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_sql
Docstring: Serialize a SQL (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["sql", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_sql | fenic.core._serde.proto.plans.transform._deserialize_sql | Deserialize a SQL LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 273 | 281 | null | SQL | [
"sql",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_sql
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_sql
Docstring: Deserialize a SQL LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["sql", "context", "schema"]
Returns: SQL
Parent Class: none |
function | _serialize_semantic_cluster | fenic.core._serde.proto.plans.transform._serialize_semantic_cluster | Serialize a semantic cluster (wrapper). | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 289 | 304 | null | LogicalPlanProto | [
"semantic_cluster",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_cluster
Qualified Name: fenic.core._serde.proto.plans.transform._serialize_semantic_cluster
Docstring: Serialize a semantic cluster (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["semantic_cluster", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_semantic_cluster | fenic.core._serde.proto.plans.transform._deserialize_semantic_cluster | Deserialize a SemanticCluster LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/transform.py | false | true | 307 | 323 | null | SemanticCluster | [
"semantic_cluster_proto",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_cluster
Qualified Name: fenic.core._serde.proto.plans.transform._deserialize_semantic_cluster
Docstring: Deserialize a SemanticCluster LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["semantic_cluster_proto", "context", "schema"]
Returns: SemanticCluster
Parent Class: none |
module | source | fenic.core._serde.proto.plans.source | Source plan serialization/deserialization. | site-packages/fenic/core/_serde/proto/plans/source.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: source
Qualified Name: fenic.core._serde.proto.plans.source
Docstring: Source plan serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_in_memory_source | fenic.core._serde.proto.plans.source._serialize_in_memory_source | Serialize a logical plan in memory (wrapper). | site-packages/fenic/core/_serde/proto/plans/source.py | false | true | 32 | 41 | null | LogicalPlanProto | [
"in_memory_source",
"context"
] | null | null | null | Type: function
Member Name: _serialize_in_memory_source
Qualified Name: fenic.core._serde.proto.plans.source._serialize_in_memory_source
Docstring: Serialize a logical plan in memory (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["in_memory_source", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_in_memory_source | fenic.core._serde.proto.plans.source._deserialize_in_memory_source | Deserialize an InMemorySource LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/source.py | false | true | 44 | 54 | null | null | [
"in_memory_source",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_in_memory_source
Qualified Name: fenic.core._serde.proto.plans.source._deserialize_in_memory_source
Docstring: Deserialize an InMemorySource LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["in_memory_source", "context", "schema"]
Returns: none
Parent Class: none |
function | _serialize_file_source | fenic.core._serde.proto.plans.source._serialize_file_source | Serialize a file source (wrapper). | site-packages/fenic/core/_serde/proto/plans/source.py | false | true | 62 | 83 | null | LogicalPlanProto | [
"file_source",
"context"
] | null | null | null | Type: function
Member Name: _serialize_file_source
Qualified Name: fenic.core._serde.proto.plans.source._serialize_file_source
Docstring: Serialize a file source (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["file_source", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_file_source | fenic.core._serde.proto.plans.source._deserialize_file_source | Deserialize a FileSource LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/source.py | false | true | 86 | 101 | null | FileSource | [
"file_source",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_file_source
Qualified Name: fenic.core._serde.proto.plans.source._deserialize_file_source
Docstring: Deserialize a FileSource LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["file_source", "context", "schema"]
Returns: FileSource
Parent Class: none |
function | _serialize_table_source | fenic.core._serde.proto.plans.source._serialize_table_source | Serialize a table source (wrapper). | site-packages/fenic/core/_serde/proto/plans/source.py | false | true | 109 | 118 | null | LogicalPlanProto | [
"table_source",
"context"
] | null | null | null | Type: function
Member Name: _serialize_table_source
Qualified Name: fenic.core._serde.proto.plans.source._serialize_table_source
Docstring: Serialize a table source (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["table_source", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_table_source | fenic.core._serde.proto.plans.source._deserialize_table_source | Deserialize a TableSource LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/source.py | false | true | 121 | 129 | null | TableSource | [
"table_source",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_table_source
Qualified Name: fenic.core._serde.proto.plans.source._deserialize_table_source
Docstring: Deserialize a TableSource LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["table_source", "context", "schema"]
Returns: TableSource
Parent Class: none |
function | _serialize_doc_source | fenic.core._serde.proto.plans.source._serialize_doc_source | Serialize a doc source (wrapper). | site-packages/fenic/core/_serde/proto/plans/source.py | false | true | 136 | 148 | null | LogicalPlanProto | [
"doc_source",
"context"
] | null | null | null | Type: function
Member Name: _serialize_doc_source
Qualified Name: fenic.core._serde.proto.plans.source._serialize_doc_source
Docstring: Serialize a doc source (wrapper).
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["doc_source", "context"]
Returns: LogicalPlanProto
Parent Class: none |
function | _deserialize_doc_source | fenic.core._serde.proto.plans.source._deserialize_doc_source | Deserialize a DocSource LogicalPlan Node. | site-packages/fenic/core/_serde/proto/plans/source.py | false | true | 151 | 164 | null | DocSource | [
"doc_source",
"context",
"schema"
] | null | null | null | Type: function
Member Name: _deserialize_doc_source
Qualified Name: fenic.core._serde.proto.plans.source._deserialize_doc_source
Docstring: Deserialize a DocSource LogicalPlan Node.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["doc_source", "context", "schema"]
Returns: DocSource
Parent Class: none |
module | expressions | fenic.core._serde.proto.expressions | Expression serialization modules.
This package contains modular expression serialization organized by expression type,
mirroring the structure of core._logical_plan.expressions. | site-packages/fenic/core/_serde/proto/expressions/__init__.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: expressions
Qualified Name: fenic.core._serde.proto.expressions
Docstring: Expression serialization modules.
This package contains modular expression serialization organized by expression type,
mirroring the structure of core._logical_plan.expressions.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
attribute | __all__ | fenic.core._serde.proto.expressions.__all__ | null | site-packages/fenic/core/_serde/proto/expressions/__init__.py | false | false | 19 | 29 | null | null | null | null | ['aggregate', 'basic', 'binary', 'case', 'embedding', 'json', 'markdown', 'semantic', 'text'] | null | Type: attribute
Member Name: __all__
Qualified Name: fenic.core._serde.proto.expressions.__all__
Docstring: none
Value: ['aggregate', 'basic', 'binary', 'case', 'embedding', 'json', 'markdown', 'semantic', 'text']
Annotation: none
is Public? : false
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
module | aggregate | fenic.core._serde.proto.expressions.aggregate | Aggregate expression serialization/deserialization. | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: aggregate
Qualified Name: fenic.core._serde.proto.expressions.aggregate
Docstring: Aggregate expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_sum_expr | fenic.core._serde.proto.expressions.aggregate._serialize_sum_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 35 | 41 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_sum_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._serialize_sum_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_sum_expr | fenic.core._serde.proto.expressions.aggregate._deserialize_sum_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 44 | 50 | null | SumExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_sum_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._deserialize_sum_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SumExpr
Parent Class: none |
function | _serialize_avg_expr | fenic.core._serde.proto.expressions.aggregate._serialize_avg_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 58 | 64 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_avg_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._serialize_avg_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_avg_expr | fenic.core._serde.proto.expressions.aggregate._deserialize_avg_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 67 | 73 | null | AvgExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_avg_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._deserialize_avg_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: AvgExpr
Parent Class: none |
function | _serialize_min_expr | fenic.core._serde.proto.expressions.aggregate._serialize_min_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 81 | 87 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_min_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._serialize_min_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_min_expr | fenic.core._serde.proto.expressions.aggregate._deserialize_min_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 90 | 96 | null | MinExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_min_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._deserialize_min_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: MinExpr
Parent Class: none |
function | _serialize_max_expr | fenic.core._serde.proto.expressions.aggregate._serialize_max_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 104 | 110 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_max_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._serialize_max_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_max_expr | fenic.core._serde.proto.expressions.aggregate._deserialize_max_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 113 | 119 | null | MaxExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_max_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._deserialize_max_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: MaxExpr
Parent Class: none |
function | _serialize_count_expr | fenic.core._serde.proto.expressions.aggregate._serialize_count_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 127 | 135 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_count_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._serialize_count_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_count_expr | fenic.core._serde.proto.expressions.aggregate._deserialize_count_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 138 | 144 | null | CountExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_count_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._deserialize_count_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: CountExpr
Parent Class: none |
function | _serialize_list_expr | fenic.core._serde.proto.expressions.aggregate._serialize_list_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 152 | 158 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_list_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._serialize_list_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_list_expr | fenic.core._serde.proto.expressions.aggregate._deserialize_list_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 161 | 167 | null | ListExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_list_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._deserialize_list_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ListExpr
Parent Class: none |
function | _serialize_first_expr | fenic.core._serde.proto.expressions.aggregate._serialize_first_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 175 | 183 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_first_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._serialize_first_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_first_expr | fenic.core._serde.proto.expressions.aggregate._deserialize_first_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 186 | 192 | null | FirstExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_first_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._deserialize_first_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: FirstExpr
Parent Class: none |
function | _serialize_std_dev_expr | fenic.core._serde.proto.expressions.aggregate._serialize_std_dev_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 200 | 208 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_std_dev_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._serialize_std_dev_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_std_dev_expr | fenic.core._serde.proto.expressions.aggregate._deserialize_std_dev_expr | null | site-packages/fenic/core/_serde/proto/expressions/aggregate.py | false | true | 211 | 217 | null | StdDevExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_std_dev_expr
Qualified Name: fenic.core._serde.proto.expressions.aggregate._deserialize_std_dev_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: StdDevExpr
Parent Class: none |
module | binary | fenic.core._serde.proto.expressions.binary | Binary expression serialization/deserialization. | site-packages/fenic/core/_serde/proto/expressions/binary.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: binary
Qualified Name: fenic.core._serde.proto.expressions.binary
Docstring: Binary expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_arithmetic_expr | fenic.core._serde.proto.expressions.binary._serialize_arithmetic_expr | null | site-packages/fenic/core/_serde/proto/expressions/binary.py | false | true | 29 | 39 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_arithmetic_expr
Qualified Name: fenic.core._serde.proto.expressions.binary._serialize_arithmetic_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_arithmetic_expr | fenic.core._serde.proto.expressions.binary._deserialize_arithmetic_expr | Deserialize an arithmetic expression. | site-packages/fenic/core/_serde/proto/expressions/binary.py | false | true | 42 | 51 | null | ArithmeticExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_arithmetic_expr
Qualified Name: fenic.core._serde.proto.expressions.binary._deserialize_arithmetic_expr
Docstring: Deserialize an arithmetic expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: ArithmeticExpr
Parent Class: none |
function | _serialize_boolean_expr | fenic.core._serde.proto.expressions.binary._serialize_boolean_expr | null | site-packages/fenic/core/_serde/proto/expressions/binary.py | false | true | 59 | 69 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_boolean_expr
Qualified Name: fenic.core._serde.proto.expressions.binary._serialize_boolean_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_boolean_expr | fenic.core._serde.proto.expressions.binary._deserialize_boolean_expr | Deserialize a boolean expression. | site-packages/fenic/core/_serde/proto/expressions/binary.py | false | true | 72 | 81 | null | BooleanExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_boolean_expr
Qualified Name: fenic.core._serde.proto.expressions.binary._deserialize_boolean_expr
Docstring: Deserialize a boolean expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: BooleanExpr
Parent Class: none |
function | _serialize_numeric_comparison_expr | fenic.core._serde.proto.expressions.binary._serialize_numeric_comparison_expr | null | site-packages/fenic/core/_serde/proto/expressions/binary.py | false | true | 89 | 99 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_numeric_comparison_expr
Qualified Name: fenic.core._serde.proto.expressions.binary._serialize_numeric_comparison_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_numeric_comparison_expr | fenic.core._serde.proto.expressions.binary._deserialize_numeric_comparison_expr | Deserialize a numeric comparison expression. | site-packages/fenic/core/_serde/proto/expressions/binary.py | false | true | 102 | 111 | null | NumericComparisonExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_numeric_comparison_expr
Qualified Name: fenic.core._serde.proto.expressions.binary._deserialize_numeric_comparison_expr
Docstring: Deserialize a numeric comparison expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: NumericComparisonExpr
Parent Class: none |
function | _serialize_equality_comparison_expr | fenic.core._serde.proto.expressions.binary._serialize_equality_comparison_expr | Serialize an equality comparison expression. | site-packages/fenic/core/_serde/proto/expressions/binary.py | false | true | 119 | 130 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_equality_comparison_expr
Qualified Name: fenic.core._serde.proto.expressions.binary._serialize_equality_comparison_expr
Docstring: Serialize an equality comparison expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_equality_comparison_expr | fenic.core._serde.proto.expressions.binary._deserialize_equality_comparison_expr | Deserialize an equality comparison expression. | site-packages/fenic/core/_serde/proto/expressions/binary.py | false | true | 133 | 142 | null | EqualityComparisonExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_equality_comparison_expr
Qualified Name: fenic.core._serde.proto.expressions.binary._deserialize_equality_comparison_expr
Docstring: Deserialize an equality comparison expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: EqualityComparisonExpr
Parent Class: none |
module | semantic | fenic.core._serde.proto.expressions.semantic | Semantic/LLM expression serialization/deserialization. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: semantic
Qualified Name: fenic.core._serde.proto.expressions.semantic
Docstring: Semantic/LLM expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_semantic_map_expr | fenic.core._serde.proto.expressions.semantic._serialize_semantic_map_expr | Serialize a semantic map expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 56 | 100 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_map_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._serialize_semantic_map_expr
Docstring: Serialize a semantic map expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_semantic_map_expr | fenic.core._serde.proto.expressions.semantic._deserialize_semantic_map_expr | Deserialize a semantic map expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 103 | 132 | null | SemanticMapExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_map_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._deserialize_semantic_map_expr
Docstring: Deserialize a semantic map expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SemanticMapExpr
Parent Class: none |
function | _serialize_semantic_extract_expr | fenic.core._serde.proto.expressions.semantic._serialize_semantic_extract_expr | Serialize a semantic extract expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 139 | 150 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_extract_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._serialize_semantic_extract_expr
Docstring: Serialize a semantic extract expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_semantic_extract_expr | fenic.core._serde.proto.expressions.semantic._deserialize_semantic_extract_expr | Deserialize a semantic extract expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 153 | 165 | null | SemanticExtractExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_extract_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._deserialize_semantic_extract_expr
Docstring: Deserialize a semantic extract expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SemanticExtractExpr
Parent Class: none |
function | _serialize_semantic_pred_expr | fenic.core._serde.proto.expressions.semantic._serialize_semantic_pred_expr | Serialize a semantic predicate expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 172 | 202 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_pred_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._serialize_semantic_pred_expr
Docstring: Serialize a semantic predicate expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_semantic_pred_expr | fenic.core._serde.proto.expressions.semantic._deserialize_semantic_pred_expr | Deserialize a semantic predicate expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 205 | 232 | null | SemanticPredExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_pred_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._deserialize_semantic_pred_expr
Docstring: Deserialize a semantic predicate expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SemanticPredExpr
Parent Class: none |
function | _serialize_semantic_reduce_expr | fenic.core._serde.proto.expressions.semantic._serialize_semantic_reduce_expr | Serialize a semantic reduce expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 239 | 252 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_reduce_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._serialize_semantic_reduce_expr
Docstring: Serialize a semantic reduce expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_semantic_reduce_expr | fenic.core._serde.proto.expressions.semantic._deserialize_semantic_reduce_expr | Deserialize a semantic reduce expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 255 | 269 | null | SemanticReduceExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_reduce_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._deserialize_semantic_reduce_expr
Docstring: Deserialize a semantic reduce expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SemanticReduceExpr
Parent Class: none |
function | _serialize_semantic_classify_expr | fenic.core._serde.proto.expressions.semantic._serialize_semantic_classify_expr | Serialize a semantic classify expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 276 | 304 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_classify_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._serialize_semantic_classify_expr
Docstring: Serialize a semantic classify expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_semantic_classify_expr | fenic.core._serde.proto.expressions.semantic._deserialize_semantic_classify_expr | Deserialize a semantic classify expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 307 | 332 | null | SemanticClassifyExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_classify_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._deserialize_semantic_classify_expr
Docstring: Deserialize a semantic classify expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SemanticClassifyExpr
Parent Class: none |
function | _serialize_analyze_sentiment_expr | fenic.core._serde.proto.expressions.semantic._serialize_analyze_sentiment_expr | Serialize an analyze sentiment expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 339 | 351 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_analyze_sentiment_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._serialize_analyze_sentiment_expr
Docstring: Serialize an analyze sentiment expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_analyze_sentiment_expr | fenic.core._serde.proto.expressions.semantic._deserialize_analyze_sentiment_expr | Deserialize an analyze sentiment expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 354 | 364 | null | AnalyzeSentimentExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_analyze_sentiment_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._deserialize_analyze_sentiment_expr
Docstring: Deserialize an analyze sentiment expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: AnalyzeSentimentExpr
Parent Class: none |
function | _serialize_embeddings_expr | fenic.core._serde.proto.expressions.semantic._serialize_embeddings_expr | Serialize an embeddings expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 371 | 379 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_embeddings_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._serialize_embeddings_expr
Docstring: Serialize an embeddings expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_embeddings_expr | fenic.core._serde.proto.expressions.semantic._deserialize_embeddings_expr | Deserialize an embeddings expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 382 | 391 | null | EmbeddingsExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_embeddings_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._deserialize_embeddings_expr
Docstring: Deserialize an embeddings expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: EmbeddingsExpr
Parent Class: none |
function | _serialize_semantic_summarize_expr | fenic.core._serde.proto.expressions.semantic._serialize_semantic_summarize_expr | Serialize a semantic summarize expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 398 | 422 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_semantic_summarize_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._serialize_semantic_summarize_expr
Docstring: Serialize a semantic summarize expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_semantic_summarize_expr | fenic.core._serde.proto.expressions.semantic._deserialize_semantic_summarize_expr | Deserialize a semantic summarize expression. | site-packages/fenic/core/_serde/proto/expressions/semantic.py | false | true | 425 | 443 | null | SemanticSummarizeExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_semantic_summarize_expr
Qualified Name: fenic.core._serde.proto.expressions.semantic._deserialize_semantic_summarize_expr
Docstring: Deserialize a semantic summarize expression.
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: SemanticSummarizeExpr
Parent Class: none |
module | embedding | fenic.core._serde.proto.expressions.embedding | Embedding expression serialization/deserialization. | site-packages/fenic/core/_serde/proto/expressions/embedding.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: embedding
Qualified Name: fenic.core._serde.proto.expressions.embedding
Docstring: Embedding expression serialization/deserialization.
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_embedding_normalize_expr | fenic.core._serde.proto.expressions.embedding._serialize_embedding_normalize_expr | null | site-packages/fenic/core/_serde/proto/expressions/embedding.py | false | true | 26 | 34 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_embedding_normalize_expr
Qualified Name: fenic.core._serde.proto.expressions.embedding._serialize_embedding_normalize_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_embedding_normalize_expr | fenic.core._serde.proto.expressions.embedding._deserialize_embedding_normalize_expr | null | site-packages/fenic/core/_serde/proto/expressions/embedding.py | false | true | 37 | 43 | null | EmbeddingNormalizeExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_embedding_normalize_expr
Qualified Name: fenic.core._serde.proto.expressions.embedding._deserialize_embedding_normalize_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: EmbeddingNormalizeExpr
Parent Class: none |
function | _serialize_embedding_similarity_expr | fenic.core._serde.proto.expressions.embedding._serialize_embedding_similarity_expr | null | site-packages/fenic/core/_serde/proto/expressions/embedding.py | false | true | 51 | 60 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_embedding_similarity_expr
Qualified Name: fenic.core._serde.proto.expressions.embedding._serialize_embedding_similarity_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_embedding_similarity_expr | fenic.core._serde.proto.expressions.embedding._deserialize_embedding_similarity_expr | null | site-packages/fenic/core/_serde/proto/expressions/embedding.py | false | true | 63 | 77 | null | EmbeddingSimilarityExpr | [
"logical_proto",
"context"
] | null | null | null | Type: function
Member Name: _deserialize_embedding_similarity_expr
Qualified Name: fenic.core._serde.proto.expressions.embedding._deserialize_embedding_similarity_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical_proto", "context"]
Returns: EmbeddingSimilarityExpr
Parent Class: none |
module | unserializable | fenic.core._serde.proto.expressions.unserializable | null | site-packages/fenic/core/_serde/proto/expressions/unserializable.py | true | false | null | null | null | null | null | null | null | null | Type: module
Member Name: unserializable
Qualified Name: fenic.core._serde.proto.expressions.unserializable
Docstring: none
Value: none
Annotation: none
is Public? : true
is Private? : false
Parameters: none
Returns: none
Parent Class: none |
function | _serialize_udf_expr | fenic.core._serde.proto.expressions.unserializable._serialize_udf_expr | null | site-packages/fenic/core/_serde/proto/expressions/unserializable.py | false | true | 14 | 16 | null | LogicalExprProto | [
"logical",
"context"
] | null | null | null | Type: function
Member Name: _serialize_udf_expr
Qualified Name: fenic.core._serde.proto.expressions.unserializable._serialize_udf_expr
Docstring: none
Value: none
Annotation: none
is Public? : false
is Private? : true
Parameters: ["logical", "context"]
Returns: LogicalExprProto
Parent Class: none |
function | _deserialize_udf_expr | fenic.core._serde.proto.expressions.unserializable._deserialize_udf_expr | null | site-packages/fenic/core/_serde/proto/expressions/unserializable.py | false | true | 18 | 21 | null | UDFExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/unserializable.py | false | true | 23 | 25 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/unserializable.py | false | true | 27 | 30 | null | AsyncUDFExpr | [
"logical_proto",
"context"
] | null | 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. | site-packages/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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 53 | 57 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 60 | 64 | null | ColumnExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 72 | 81 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 84 | 93 | null | LiteralExpr | [
"logical_proto",
"context"
] | null | 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_unresolved_literal_expr | fenic.core._serde.proto.expressions.basic._serialize_unresolved_literal_expr | null | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 100 | 109 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 111 | 118 | null | UnresolvedLiteralExpr | [
"logical_proto",
"context"
] | null | 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
Parent Class: none |
function | _serialize_alias_expr | fenic.core._serde.proto.expressions.basic._serialize_alias_expr | null | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 125 | 134 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 137 | 144 | null | AliasExpr | [
"logical_proto",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 152 | 160 | null | LogicalExprProto | [
"logical",
"context"
] | null | 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 | site-packages/fenic/core/_serde/proto/expressions/basic.py | false | true | 163 | 169 | null | ArrayExpr | [
"logical_proto",
"context"
] | null | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.