arrow.cast_options
Module for [CastOptions] class
Types 3
Methods
CastOptionsGidBuilder builder() static nothrowGet builder for [arrow.cast_options.CastOptions] Returns: New builder objectbool allowDecimalTruncate() @property nothrowGet `allowDecimalTruncate` property. Returns: Whether truncating decimal value is allowed or not.void allowDecimalTruncate(bool propval) @property nothrowSet `allowDecimalTruncate` property. Params: propval = Whether truncating decimal value is allowed or not.bool allowFloatTruncate() @property nothrowGet `allowFloatTruncate` property. Returns: Whether truncating float value is allowed or not.void allowFloatTruncate(bool propval) @property nothrowSet `allowFloatTruncate` property. Params: propval = Whether truncating float value is allowed or not.bool allowIntOverflow() @property nothrowGet `allowIntOverflow` property. Returns: Whether integer overflow is allowed or not.void allowIntOverflow(bool propval) @property nothrowSet `allowIntOverflow` property. Params: propval = Whether integer overflow is allowed or not.bool allowInvalidUtf8() @property nothrowGet `allowInvalidUtf8` property. Returns: Whether invalid UTF-8 string value is allowed or not.void allowInvalidUtf8(bool propval) @property nothrowSet `allowInvalidUtf8` property. Params: propval = Whether invalid UTF-8 string value is allowed or not.bool allowTimeOverflow() @property nothrowGet `allowTimeOverflow` property. Returns: Whether time overflow is allowed or not.void allowTimeOverflow(bool propval) @property nothrowSet `allowTimeOverflow` property. Params: propval = Whether time overflow is allowed or not.bool allowTimeTruncate() @property nothrowGet `allowTimeTruncate` property. Returns: Whether truncating time value is allowed or not.void allowTimeTruncate(bool propval) @property nothrowSet `allowTimeTruncate` property. Params: propval = Whether truncating time value is allowed or not.arrow.data_type.DataType toDataType() @property nothrowGet `toDataType` property. Returns: The #GArrowDataType being casted to.void toDataType(arrow.data_type.DataType propval) @property nothrowSet `toDataType` property. Params: propval = The #GArrowDataType being casted to.Fluent builder implementation template for arrow.cast_options.CastOptions
Methods
T allowDecimalTruncate(bool propval) nothrowSet `allowDecimalTruncate` property. Params: propval = Whether truncating decimal value is allowed or not. Returns: Builder instance for fluent chainingT allowFloatTruncate(bool propval) nothrowSet `allowFloatTruncate` property. Params: propval = Whether truncating float value is allowed or not. Returns: Builder instance for fluent chainingT allowIntOverflow(bool propval) nothrowSet `allowIntOverflow` property. Params: propval = Whether integer overflow is allowed or not. Returns: Builder instance for fluent chainingT allowInvalidUtf8(bool propval) nothrowSet `allowInvalidUtf8` property. Params: propval = Whether invalid UTF-8 string value is allowed or not. Returns: Builder instance for fluent chainingT allowTimeOverflow(bool propval) nothrowSet `allowTimeOverflow` property. Params: propval = Whether time overflow is allowed or not. Returns: Builder instance for fluent chainingT allowTimeTruncate(bool propval) nothrowSet `allowTimeTruncate` property. Params: propval = Whether truncating time value is allowed or not. Returns: Builder instance for fluent chainingT toDataType(arrow.data_type.DataType propval) nothrowSet `toDataType` property. Params: propval = The #GArrowDataType being casted to. Returns: Builder instance for fluent chainingFluent builder for arrow.cast_options.CastOptions
Methods