ReplaceSubstringOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_replace_substring_options_get_type ()" ) ]
public class ReplaceSubstringOptions :
FunctionOptions
Content:
Properties:
- public int64 max_replacements { get; set; }
Max number of substrings to replace (-1 means unbounded).
- public string pattern { owned get; set; }
Pattern to match, literal, or regular expression depending on which
kernel is used.
- public string replacement { owned get; set; }
String to replace the pattern with.
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object