ReplaceSliceOptions
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_replace_slice_options_get_type ()" ) ]
public class ReplaceSliceOptions :
FunctionOptions
Content:
Properties:
- public string replacement { owned get; set; }
String to replace the slice with.
- public int64 start { get; set; }
Index to start slicing at.
- public int64 stop { get; set; }
Index to stop slicing at.
Creation methods:
Inherited Members:
All known members inherited from class GArrow.FunctionOptions
All known members inherited from class GLib.Object