type
stringclasses
5 values
name
stringlengths
1
55
qualified_name
stringlengths
5
147
docstring
stringlengths
15
4.52k
filepath
stringclasses
206 values
is_public
bool
2 classes
is_private
bool
2 classes
line_start
int64
0
1.99k
line_end
int64
0
2.01k
annotation
stringclasses
14 values
returns
stringclasses
308 values
value
stringclasses
152 values
parameters
listlengths
0
117
bases
listlengths
0
3
parent_class
stringclasses
376 values
api_element_summary
stringlengths
199
33.8k
method
__init__
fenic.core._logical_plan.expressions.basic.LeastExpr.__init__
null
null
true
false
547
549
null
null
null
[ "self", "exprs" ]
null
LeastExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.basic.LeastExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "exprs"] Returns: none Parent Class: LeastExpr
method
children
fenic.core._logical_plan.expressions.basic.LeastExpr.children
null
null
true
false
555
556
null
List[LogicalExpr]
null
[ "self" ]
null
LeastExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.basic.LeastExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: LeastExpr
method
to_column_field
fenic.core._logical_plan.expressions.basic.LeastExpr.to_column_field
null
null
true
false
558
567
null
ColumnField
null
[ "self", "plan", "session_state" ]
null
LeastExpr
Type: method Member Name: to_column_field Qualified Name: fenic.core._logical_plan.expressions.basic.LeastExpr.to_column_field Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "plan", "session_state"] Returns: ColumnField Parent Class: LeastExpr
attribute
UNIMPLEMENTED_TYPES
fenic.core._logical_plan.expressions.basic.UNIMPLEMENTED_TYPES
null
null
true
false
569
569
null
null
(_HtmlType, TranscriptType, DocumentPathType)
null
null
null
Type: attribute Member Name: UNIMPLEMENTED_TYPES Qualified Name: fenic.core._logical_plan.expressions.basic.UNIMPLEMENTED_TYPES Docstring: none Value: (_HtmlType, TranscriptType, DocumentPathType) Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
function
_can_cast
fenic.core._logical_plan.expressions.basic._can_cast
null
null
false
true
570
616
null
bool
null
[ "src", "dst" ]
null
null
Type: function Member Name: _can_cast Qualified Name: fenic.core._logical_plan.expressions.basic._can_cast Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["src", "dst"] Returns: bool Parent Class: none
module
markdown
fenic.core._logical_plan.expressions.markdown
null
/private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/core/_logical_plan/expressions/markdown.py
true
false
null
null
null
null
null
null
null
null
Type: module Member Name: markdown Qualified Name: fenic.core._logical_plan.expressions.markdown Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
class
MdToJsonExpr
fenic.core._logical_plan.expressions.markdown.MdToJsonExpr
null
null
true
false
13
25
null
null
null
null
[ "ValidatedSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: MdToJsonExpr Qualified Name: fenic.core._logical_plan.expressions.markdown.MdToJsonExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.markdown.MdToJsonExpr.__init__
null
null
true
false
16
18
null
null
null
[ "self", "expr" ]
null
MdToJsonExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.markdown.MdToJsonExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr"] Returns: none Parent Class: MdToJsonExpr
method
children
fenic.core._logical_plan.expressions.markdown.MdToJsonExpr.children
null
null
true
false
24
25
null
List[LogicalExpr]
null
[ "self" ]
null
MdToJsonExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.markdown.MdToJsonExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: MdToJsonExpr
class
MdGetCodeBlocksExpr
fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr
null
null
true
false
28
62
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: MdGetCodeBlocksExpr Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr.__init__
null
null
true
false
31
35
null
null
null
[ "self", "expr", "language_filter" ]
null
MdGetCodeBlocksExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "language_filter"] Returns: none Parent Class: MdGetCodeBlocksExpr
method
children
fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr.children
null
null
true
false
41
42
null
List[LogicalExpr]
null
[ "self" ]
null
MdGetCodeBlocksExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: MdGetCodeBlocksExpr
method
_build_jq_query
fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr._build_jq_query
null
null
false
true
44
59
null
str
null
[ "self", "language_filter" ]
null
MdGetCodeBlocksExpr
Type: method Member Name: _build_jq_query Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr._build_jq_query Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "language_filter"] Returns: str Parent Class: MdGetCodeBlocksExpr
method
_eq_specific
fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr._eq_specific
null
null
false
true
61
62
null
bool
null
[ "self", "other" ]
null
MdGetCodeBlocksExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGetCodeBlocksExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: MdGetCodeBlocksExpr
class
MdGenerateTocExpr
fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr
null
null
true
false
65
90
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: MdGenerateTocExpr Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr.__init__
null
null
true
false
68
72
null
null
null
[ "self", "expr", "max_level" ]
null
MdGenerateTocExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "max_level"] Returns: none Parent Class: MdGenerateTocExpr
method
children
fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr.children
null
null
true
false
78
79
null
List[LogicalExpr]
null
[ "self" ]
null
MdGenerateTocExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: MdGenerateTocExpr
method
_build_jq_query
fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr._build_jq_query
null
null
false
true
81
87
null
str
null
[ "self", "max_level" ]
null
MdGenerateTocExpr
Type: method Member Name: _build_jq_query Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr._build_jq_query Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "max_level"] Returns: str Parent Class: MdGenerateTocExpr
method
_eq_specific
fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr._eq_specific
null
null
false
true
89
90
null
bool
null
[ "self", "other" ]
null
MdGenerateTocExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.markdown.MdGenerateTocExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: MdGenerateTocExpr
class
MdExtractHeaderChunks
fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks
null
null
true
false
93
140
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: MdExtractHeaderChunks Qualified Name: fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks.__init__
null
null
true
false
96
100
null
null
null
[ "self", "expr", "header_level" ]
null
MdExtractHeaderChunks
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "header_level"] Returns: none Parent Class: MdExtractHeaderChunks
method
children
fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks.children
null
null
true
false
106
107
null
List[LogicalExpr]
null
[ "self" ]
null
MdExtractHeaderChunks
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: MdExtractHeaderChunks
method
_build_jq_query
fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks._build_jq_query
null
null
false
true
109
134
null
str
null
[ "self", "header_level" ]
null
MdExtractHeaderChunks
Type: method Member Name: _build_jq_query Qualified Name: fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks._build_jq_query Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "header_level"] Returns: str Parent Class: MdExtractHeaderChunks
method
__str__
fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks.__str__
null
null
true
false
136
137
null
str
null
[ "self" ]
null
MdExtractHeaderChunks
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: MdExtractHeaderChunks
method
_eq_specific
fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks._eq_specific
null
null
false
true
139
140
null
bool
null
[ "self", "other" ]
null
MdExtractHeaderChunks
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.markdown.MdExtractHeaderChunks._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: MdExtractHeaderChunks
module
text
fenic.core._logical_plan.expressions.text
null
/private/var/folders/w2/dyfkx_354cqghs4b74vb_x380000gn/T/fenic-clone-0.11.0-a2lcuovw/fenic/src/fenic/core/_logical_plan/expressions/text.py
true
false
null
null
null
null
null
null
null
null
Type: module Member Name: text Qualified Name: fenic.core._logical_plan.expressions.text Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
attribute
logger
fenic.core._logical_plan.expressions.text.logger
null
null
true
false
48
48
null
null
logging.getLogger(__name__)
null
null
null
Type: attribute Member Name: logger Qualified Name: fenic.core._logical_plan.expressions.text.logger Docstring: none Value: logging.getLogger(__name__) Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
class
ChunkLengthFunction
fenic.core._logical_plan.expressions.text.ChunkLengthFunction
null
null
true
false
50
54
null
null
null
null
[ "Enum" ]
null
Type: class Member Name: ChunkLengthFunction Qualified Name: fenic.core._logical_plan.expressions.text.ChunkLengthFunction Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
class
ChunkCharacterSet
fenic.core._logical_plan.expressions.text.ChunkCharacterSet
null
null
true
false
57
60
null
null
null
null
[ "Enum" ]
null
Type: class Member Name: ChunkCharacterSet Qualified Name: fenic.core._logical_plan.expressions.text.ChunkCharacterSet Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
class
TokenType
fenic.core._logical_plan.expressions.text.TokenType
null
null
true
false
63
65
null
null
null
null
[ "Enum" ]
null
Type: class Member Name: TokenType Qualified Name: fenic.core._logical_plan.expressions.text.TokenType Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
class
EscapingRule
fenic.core._logical_plan.expressions.text.EscapingRule
null
null
true
false
68
82
null
null
null
null
[ "Enum" ]
null
Type: class Member Name: EscapingRule Qualified Name: fenic.core._logical_plan.expressions.text.EscapingRule Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
from_string
fenic.core._logical_plan.expressions.text.EscapingRule.from_string
null
null
true
false
76
82
null
'EscapingRule'
null
[ "cls", "s" ]
null
EscapingRule
Type: method Member Name: from_string Qualified Name: fenic.core._logical_plan.expressions.text.EscapingRule.from_string Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "s"] Returns: 'EscapingRule' Parent Class: EscapingRule
class
ParsedTemplateFormat
fenic.core._logical_plan.expressions.text.ParsedTemplateFormat
null
null
true
false
84
188
null
null
null
null
[]
null
Type: class Member Name: ParsedTemplateFormat Qualified Name: fenic.core._logical_plan.expressions.text.ParsedTemplateFormat Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
parse
fenic.core._logical_plan.expressions.text.ParsedTemplateFormat.parse
Parse a template format string like 'prefix${col1}middle${col2:csv}suffix'.
null
true
false
91
103
null
'ParsedTemplateFormat'
null
[ "cls", "format_string" ]
null
ParsedTemplateFormat
Type: method Member Name: parse Qualified Name: fenic.core._logical_plan.expressions.text.ParsedTemplateFormat.parse Docstring: Parse a template format string like 'prefix${col1}middle${col2:csv}suffix'. Value: none Annotation: none is Public? : true is Private? : false Parameters: ["cls", "format_string"] Returns: 'Pa...
method
_tokenize
fenic.core._logical_plan.expressions.text.ParsedTemplateFormat._tokenize
Break format string into TEXT and COLUMN tokens.
null
false
true
105
139
null
List[Tuple[TokenType, str]]
null
[ "self", "format_string" ]
null
ParsedTemplateFormat
Type: method Member Name: _tokenize Qualified Name: fenic.core._logical_plan.expressions.text.ParsedTemplateFormat._tokenize Docstring: Break format string into TEXT and COLUMN tokens. Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "format_string"] Returns: List[Tuple[TokenType,...
method
_process_tokens
fenic.core._logical_plan.expressions.text.ParsedTemplateFormat._process_tokens
Process tokens into delimiters, columns, and escaping rules.
null
false
true
141
150
null
None
null
[ "self", "tokens" ]
null
ParsedTemplateFormat
Type: method Member Name: _process_tokens Qualified Name: fenic.core._logical_plan.expressions.text.ParsedTemplateFormat._process_tokens Docstring: Process tokens into delimiters, columns, and escaping rules. Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "tokens"] Returns: None...
method
_process_column_token
fenic.core._logical_plan.expressions.text.ParsedTemplateFormat._process_column_token
Process a column token like 'col_name' or 'col_name:csv'.
null
false
true
152
167
null
None
null
[ "self", "content" ]
null
ParsedTemplateFormat
Type: method Member Name: _process_column_token Qualified Name: fenic.core._logical_plan.expressions.text.ParsedTemplateFormat._process_column_token Docstring: Process a column token like 'col_name' or 'col_name:csv'. Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "content"] Ret...
method
dump
fenic.core._logical_plan.expressions.text.ParsedTemplateFormat.dump
Return a debug representation of the parsed format.
null
true
false
169
177
null
str
null
[ "self" ]
null
ParsedTemplateFormat
Type: method Member Name: dump Qualified Name: fenic.core._logical_plan.expressions.text.ParsedTemplateFormat.dump Docstring: Return a debug representation of the parsed format. Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: ParsedTemplateFormat
method
to_struct_schema
fenic.core._logical_plan.expressions.text.ParsedTemplateFormat.to_struct_schema
null
null
true
false
179
188
null
StructType
null
[ "self" ]
null
ParsedTemplateFormat
Type: method Member Name: to_struct_schema Qualified Name: fenic.core._logical_plan.expressions.text.ParsedTemplateFormat.to_struct_schema Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: StructType Parent Class: ParsedTemplateFormat
method
__init__
fenic.core._logical_plan.expressions.text.ParsedTemplateFormat.__init__
null
null
true
false
0
0
null
None
null
[ "self", "delimiters", "escaping_rules", "columns" ]
null
ParsedTemplateFormat
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.ParsedTemplateFormat.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "delimiters", "escaping_rules", "columns"] Returns: None Parent Class: ParsedTemplateFormat
class
TextractExpr
fenic.core._logical_plan.expressions.text.TextractExpr
null
null
true
false
190
214
null
null
null
null
[ "ValidatedDynamicSignature", "LogicalExpr" ]
null
Type: class Member Name: TextractExpr Qualified Name: fenic.core._logical_plan.expressions.text.TextractExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.text.TextractExpr.__init__
null
null
true
false
193
197
null
null
null
[ "self", "input_expr", "template" ]
null
TextractExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.TextractExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input_expr", "template"] Returns: none Parent Class: TextractExpr
method
children
fenic.core._logical_plan.expressions.text.TextractExpr.children
null
null
true
false
203
204
null
List[LogicalExpr]
null
[ "self" ]
null
TextractExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.TextractExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: TextractExpr
method
__str__
fenic.core._logical_plan.expressions.text.TextractExpr.__str__
null
null
true
false
206
207
null
null
null
[ "self" ]
null
TextractExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.TextractExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: none Parent Class: TextractExpr
method
_infer_dynamic_return_type
fenic.core._logical_plan.expressions.text.TextractExpr._infer_dynamic_return_type
Return StructType with fields based on parsed template.
null
false
true
209
211
null
DataType
null
[ "self", "arg_types", "plan", "session_state" ]
null
TextractExpr
Type: method Member Name: _infer_dynamic_return_type Qualified Name: fenic.core._logical_plan.expressions.text.TextractExpr._infer_dynamic_return_type Docstring: Return StructType with fields based on parsed template. Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "arg_types", "...
method
_eq_specific
fenic.core._logical_plan.expressions.text.TextractExpr._eq_specific
null
null
false
true
213
214
null
bool
null
[ "self", "other" ]
null
TextractExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.TextractExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: TextractExpr
class
TextChunkExprConfiguration
fenic.core._logical_plan.expressions.text.TextChunkExprConfiguration
null
null
true
false
217
220
null
null
null
null
[ "BaseModel" ]
null
Type: class Member Name: TextChunkExprConfiguration Qualified Name: fenic.core._logical_plan.expressions.text.TextChunkExprConfiguration Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
class
TextChunkExpr
fenic.core._logical_plan.expressions.text.TextChunkExpr
null
null
true
false
223
247
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: TextChunkExpr Qualified Name: fenic.core._logical_plan.expressions.text.TextChunkExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.text.TextChunkExpr.__init__
null
null
true
false
226
234
null
null
null
[ "self", "input_expr", "chunking_configuration" ]
null
TextChunkExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.TextChunkExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input_expr", "chunking_configuration"] Returns: none Parent Class: TextChunkExpr
method
children
fenic.core._logical_plan.expressions.text.TextChunkExpr.children
null
null
true
false
240
241
null
List[LogicalExpr]
null
[ "self" ]
null
TextChunkExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.TextChunkExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: TextChunkExpr
method
__str__
fenic.core._logical_plan.expressions.text.TextChunkExpr.__str__
null
null
true
false
243
244
null
str
null
[ "self" ]
null
TextChunkExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.TextChunkExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: TextChunkExpr
method
_eq_specific
fenic.core._logical_plan.expressions.text.TextChunkExpr._eq_specific
null
null
false
true
246
247
null
bool
null
[ "self", "other" ]
null
TextChunkExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.TextChunkExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: TextChunkExpr
class
RecursiveTextChunkExprConfiguration
fenic.core._logical_plan.expressions.text.RecursiveTextChunkExprConfiguration
null
null
true
false
249
251
null
null
null
null
[ "TextChunkExprConfiguration" ]
null
Type: class Member Name: RecursiveTextChunkExprConfiguration Qualified Name: fenic.core._logical_plan.expressions.text.RecursiveTextChunkExprConfiguration Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
class
RecursiveTextChunkExpr
fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr
null
null
true
false
254
278
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: RecursiveTextChunkExpr Qualified Name: fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr.__init__
null
null
true
false
257
265
null
null
null
[ "self", "input_expr", "chunking_configuration" ]
null
RecursiveTextChunkExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input_expr", "chunking_configuration"] Returns: none Parent Class: RecursiveTextChunkExpr
method
children
fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr.children
null
null
true
false
271
272
null
List[LogicalExpr]
null
[ "self" ]
null
RecursiveTextChunkExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: RecursiveTextChunkExpr
method
__str__
fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr.__str__
null
null
true
false
274
275
null
str
null
[ "self" ]
null
RecursiveTextChunkExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: RecursiveTextChunkExpr
method
_eq_specific
fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr._eq_specific
null
null
false
true
277
278
null
bool
null
[ "self", "other" ]
null
RecursiveTextChunkExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.RecursiveTextChunkExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: RecursiveTextChunkExpr
class
CountTokensExpr
fenic.core._logical_plan.expressions.text.CountTokensExpr
null
null
true
false
281
293
null
null
null
null
[ "ValidatedSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: CountTokensExpr Qualified Name: fenic.core._logical_plan.expressions.text.CountTokensExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.text.CountTokensExpr.__init__
null
null
true
false
284
286
null
null
null
[ "self", "input_expr" ]
null
CountTokensExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.CountTokensExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "input_expr"] Returns: none Parent Class: CountTokensExpr
method
children
fenic.core._logical_plan.expressions.text.CountTokensExpr.children
null
null
true
false
292
293
null
List[LogicalExpr]
null
[ "self" ]
null
CountTokensExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.CountTokensExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: CountTokensExpr
class
ConcatExpr
fenic.core._logical_plan.expressions.text.ConcatExpr
null
null
true
false
296
308
null
null
null
null
[ "ValidatedSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: ConcatExpr Qualified Name: fenic.core._logical_plan.expressions.text.ConcatExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.text.ConcatExpr.__init__
null
null
true
false
299
301
null
null
null
[ "self", "exprs" ]
null
ConcatExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.ConcatExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "exprs"] Returns: none Parent Class: ConcatExpr
method
children
fenic.core._logical_plan.expressions.text.ConcatExpr.children
null
null
true
false
307
308
null
List[LogicalExpr]
null
[ "self" ]
null
ConcatExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.ConcatExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: ConcatExpr
class
ArrayJoinExpr
fenic.core._logical_plan.expressions.text.ArrayJoinExpr
null
null
true
false
311
330
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: ArrayJoinExpr Qualified Name: fenic.core._logical_plan.expressions.text.ArrayJoinExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.text.ArrayJoinExpr.__init__
null
null
true
false
314
317
null
null
null
[ "self", "expr", "delimiter" ]
null
ArrayJoinExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.ArrayJoinExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "delimiter"] Returns: none Parent Class: ArrayJoinExpr
method
children
fenic.core._logical_plan.expressions.text.ArrayJoinExpr.children
null
null
true
false
323
324
null
List[LogicalExpr]
null
[ "self" ]
null
ArrayJoinExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.ArrayJoinExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: ArrayJoinExpr
method
__str__
fenic.core._logical_plan.expressions.text.ArrayJoinExpr.__str__
null
null
true
false
326
327
null
str
null
[ "self" ]
null
ArrayJoinExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.ArrayJoinExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: ArrayJoinExpr
method
_eq_specific
fenic.core._logical_plan.expressions.text.ArrayJoinExpr._eq_specific
null
null
false
true
329
330
null
bool
null
[ "self", "other" ]
null
ArrayJoinExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.ArrayJoinExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: ArrayJoinExpr
class
ContainsExpr
fenic.core._logical_plan.expressions.text.ContainsExpr
Expression for checking if a string column contains a substring. This expression creates a boolean result indicating whether each value in the input string column contains the specified substring. Args: expr: The input string column expression substr: The substring to search for within each value (column expr...
null
true
false
333
362
null
null
null
null
[ "ValidatedSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: ContainsExpr Qualified Name: fenic.core._logical_plan.expressions.text.ContainsExpr Docstring: Expression for checking if a string column contains a substring. This expression creates a boolean result indicating whether each value in the input string column contains the specified substring. A...
method
__init__
fenic.core._logical_plan.expressions.text.ContainsExpr.__init__
null
null
true
false
349
352
null
null
null
[ "self", "expr", "substr" ]
null
ContainsExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.ContainsExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "substr"] Returns: none Parent Class: ContainsExpr
method
children
fenic.core._logical_plan.expressions.text.ContainsExpr.children
null
null
true
false
358
359
null
List[LogicalExpr]
null
[ "self" ]
null
ContainsExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.ContainsExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: ContainsExpr
method
__str__
fenic.core._logical_plan.expressions.text.ContainsExpr.__str__
null
null
true
false
361
362
null
str
null
[ "self" ]
null
ContainsExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.ContainsExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: ContainsExpr
class
ContainsAnyExpr
fenic.core._logical_plan.expressions.text.ContainsAnyExpr
Expression for checking if a string column contains any of multiple substrings. This expression creates a boolean result indicating whether each value in the input string column contains any of the specified substrings. Args: expr: The input string column expression substrs: List of substrings to search for w...
null
true
false
365
401
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: ContainsAnyExpr Qualified Name: fenic.core._logical_plan.expressions.text.ContainsAnyExpr Docstring: Expression for checking if a string column contains any of multiple substrings. This expression creates a boolean result indicating whether each value in the input string column contains any of...
method
__init__
fenic.core._logical_plan.expressions.text.ContainsAnyExpr.__init__
null
null
true
false
382
388
null
null
null
[ "self", "expr", "substrs", "case_insensitive" ]
null
ContainsAnyExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.ContainsAnyExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "substrs", "case_insensitive"] Returns: none Parent Class: ContainsAnyExpr
method
children
fenic.core._logical_plan.expressions.text.ContainsAnyExpr.children
null
null
true
false
394
395
null
List[LogicalExpr]
null
[ "self" ]
null
ContainsAnyExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.ContainsAnyExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: ContainsAnyExpr
method
__str__
fenic.core._logical_plan.expressions.text.ContainsAnyExpr.__str__
null
null
true
false
397
398
null
str
null
[ "self" ]
null
ContainsAnyExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.ContainsAnyExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: ContainsAnyExpr
method
_eq_specific
fenic.core._logical_plan.expressions.text.ContainsAnyExpr._eq_specific
null
null
false
true
400
401
null
bool
null
[ "self", "other" ]
null
ContainsAnyExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.ContainsAnyExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: ContainsAnyExpr
class
RLikeExpr
fenic.core._logical_plan.expressions.text.RLikeExpr
Expression for matching a string column against a regular expression pattern. This expression creates a boolean result indicating whether each value in the input string column matches the specified regular expression pattern. Args: expr: The input string column expression pattern: The regular expression patte...
null
true
false
404
442
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: RLikeExpr Qualified Name: fenic.core._logical_plan.expressions.text.RLikeExpr Docstring: Expression for matching a string column against a regular expression pattern. This expression creates a boolean result indicating whether each value in the input string column matches the specified regular...
method
__init__
fenic.core._logical_plan.expressions.text.RLikeExpr.__init__
null
null
true
false
420
429
null
null
null
[ "self", "expr", "pattern" ]
null
RLikeExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.RLikeExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "pattern"] Returns: none Parent Class: RLikeExpr
method
children
fenic.core._logical_plan.expressions.text.RLikeExpr.children
null
null
true
false
435
436
null
List[LogicalExpr]
null
[ "self" ]
null
RLikeExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.RLikeExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: RLikeExpr
method
__str__
fenic.core._logical_plan.expressions.text.RLikeExpr.__str__
null
null
true
false
438
439
null
str
null
[ "self" ]
null
RLikeExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.RLikeExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: RLikeExpr
method
_eq_specific
fenic.core._logical_plan.expressions.text.RLikeExpr._eq_specific
null
null
false
true
441
442
null
bool
null
[ "self", "other" ]
null
RLikeExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.RLikeExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: RLikeExpr
class
LikeExpr
fenic.core._logical_plan.expressions.text.LikeExpr
Expression for matching a string column against a SQL LIKE pattern. This expression creates a boolean result indicating whether each value in the input string column matches the specified SQL LIKE pattern. The pattern can contain % and _ wildcards. Args: expr: The input string column expression pattern: The S...
null
true
false
445
485
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: LikeExpr Qualified Name: fenic.core._logical_plan.expressions.text.LikeExpr Docstring: Expression for matching a string column against a SQL LIKE pattern. This expression creates a boolean result indicating whether each value in the input string column matches the specified SQL LIKE pattern. T...
method
__init__
fenic.core._logical_plan.expressions.text.LikeExpr.__init__
null
null
true
false
462
472
null
null
null
[ "self", "expr", "pattern" ]
null
LikeExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.LikeExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "pattern"] Returns: none Parent Class: LikeExpr
method
children
fenic.core._logical_plan.expressions.text.LikeExpr.children
null
null
true
false
478
479
null
List[LogicalExpr]
null
[ "self" ]
null
LikeExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.LikeExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: LikeExpr
method
__str__
fenic.core._logical_plan.expressions.text.LikeExpr.__str__
null
null
true
false
481
482
null
str
null
[ "self" ]
null
LikeExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.LikeExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: LikeExpr
method
_eq_specific
fenic.core._logical_plan.expressions.text.LikeExpr._eq_specific
null
null
false
true
484
485
null
bool
null
[ "self", "other" ]
null
LikeExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.LikeExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: LikeExpr
class
ILikeExpr
fenic.core._logical_plan.expressions.text.ILikeExpr
Expression for case-insensitive matching of a string column against a SQL LIKE pattern. This expression creates a boolean result indicating whether each value in the input string column matches the specified SQL LIKE pattern, ignoring case. The pattern can contain % and _ wildcards. Args: expr: The input string c...
null
true
false
488
529
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: ILikeExpr Qualified Name: fenic.core._logical_plan.expressions.text.ILikeExpr Docstring: Expression for case-insensitive matching of a string column against a SQL LIKE pattern. This expression creates a boolean result indicating whether each value in the input string column matches the specifi...
method
__init__
fenic.core._logical_plan.expressions.text.ILikeExpr.__init__
null
null
true
false
506
516
null
null
null
[ "self", "expr", "pattern" ]
null
ILikeExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.ILikeExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "pattern"] Returns: none Parent Class: ILikeExpr
method
children
fenic.core._logical_plan.expressions.text.ILikeExpr.children
null
null
true
false
522
523
null
List[LogicalExpr]
null
[ "self" ]
null
ILikeExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.ILikeExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: ILikeExpr
method
__str__
fenic.core._logical_plan.expressions.text.ILikeExpr.__str__
null
null
true
false
525
526
null
str
null
[ "self" ]
null
ILikeExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.ILikeExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: ILikeExpr
method
_eq_specific
fenic.core._logical_plan.expressions.text.ILikeExpr._eq_specific
null
null
false
true
528
529
null
bool
null
[ "self", "other" ]
null
ILikeExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.ILikeExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: ILikeExpr
class
TsParseExpr
fenic.core._logical_plan.expressions.text.TsParseExpr
null
null
true
false
532
551
null
null
null
null
[ "ValidatedSignature", "LogicalExpr" ]
null
Type: class Member Name: TsParseExpr Qualified Name: fenic.core._logical_plan.expressions.text.TsParseExpr Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: none Returns: none Parent Class: none
method
__init__
fenic.core._logical_plan.expressions.text.TsParseExpr.__init__
null
null
true
false
535
538
null
null
null
[ "self", "expr", "format" ]
null
TsParseExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.TsParseExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "format"] Returns: none Parent Class: TsParseExpr
method
children
fenic.core._logical_plan.expressions.text.TsParseExpr.children
null
null
true
false
544
545
null
List[LogicalExpr]
null
[ "self" ]
null
TsParseExpr
Type: method Member Name: children Qualified Name: fenic.core._logical_plan.expressions.text.TsParseExpr.children Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: List[LogicalExpr] Parent Class: TsParseExpr
method
__str__
fenic.core._logical_plan.expressions.text.TsParseExpr.__str__
null
null
true
false
547
548
null
str
null
[ "self" ]
null
TsParseExpr
Type: method Member Name: __str__ Qualified Name: fenic.core._logical_plan.expressions.text.TsParseExpr.__str__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self"] Returns: str Parent Class: TsParseExpr
method
_eq_specific
fenic.core._logical_plan.expressions.text.TsParseExpr._eq_specific
null
null
false
true
550
551
null
bool
null
[ "self", "other" ]
null
TsParseExpr
Type: method Member Name: _eq_specific Qualified Name: fenic.core._logical_plan.expressions.text.TsParseExpr._eq_specific Docstring: none Value: none Annotation: none is Public? : false is Private? : true Parameters: ["self", "other"] Returns: bool Parent Class: TsParseExpr
class
StartsWithExpr
fenic.core._logical_plan.expressions.text.StartsWithExpr
Expression for checking if a string column starts with a substring. This expression creates a boolean result indicating whether each value in the input string column starts with the specified substring. Args: expr: The input string column expression substr: The substring to check for at the start of each valu...
null
true
false
554
581
null
null
null
null
[ "ValidatedSignature", "UnparameterizedExpr", "LogicalExpr" ]
null
Type: class Member Name: StartsWithExpr Qualified Name: fenic.core._logical_plan.expressions.text.StartsWithExpr Docstring: Expression for checking if a string column starts with a substring. This expression creates a boolean result indicating whether each value in the input string column starts with the specified sub...
method
__init__
fenic.core._logical_plan.expressions.text.StartsWithExpr.__init__
null
null
true
false
571
574
null
null
null
[ "self", "expr", "substr" ]
null
StartsWithExpr
Type: method Member Name: __init__ Qualified Name: fenic.core._logical_plan.expressions.text.StartsWithExpr.__init__ Docstring: none Value: none Annotation: none is Public? : true is Private? : false Parameters: ["self", "expr", "substr"] Returns: none Parent Class: StartsWithExpr