MatchSubstringOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_match_substring_options_get_type ()" ) ]
public class MatchSubstringOptions :
FunctionOptions
Content:
Properties:
- public bool ignore_case { get; set; }
Whether to perform a case-insensitive match.
- public string pattern { owned get; set; }
The exact substring (or regex, depending on kernel) to look for inside
input values.
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object