Class: Aws::Types::OrcSerDe
- Inherits:
-
Object
- Object
- Aws::Types::OrcSerDe
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_size_bytes ⇒ ::Integer
Returns the value of attribute block_size_bytes.
-
#bloom_filter_columns ⇒ ::Array[::String]
Returns the value of attribute bloom_filter_columns.
-
#bloom_filter_false_positive_probability ⇒ ::Float
Returns the value of attribute bloom_filter_false_positive_probability.
-
#compression ⇒ "NONE", ...
Returns the value of attribute compression.
-
#dictionary_key_threshold ⇒ ::Float
Returns the value of attribute dictionary_key_threshold.
-
#enable_padding ⇒ Boolean
Returns the value of attribute enable_padding.
-
#format_version ⇒ "V0_11", "V0_12"
Returns the value of attribute format_version.
-
#padding_tolerance ⇒ ::Float
Returns the value of attribute padding_tolerance.
-
#row_index_stride ⇒ ::Integer
Returns the value of attribute row_index_stride.
-
#stripe_size_bytes ⇒ ::Integer
Returns the value of attribute stripe_size_bytes.
Instance Attribute Details
#block_size_bytes ⇒ ::Integer
Returns the value of attribute block_size_bytes.
728 729 730 |
# File 'sig/types.rbs', line 728 def block_size_bytes @block_size_bytes end |
#bloom_filter_columns ⇒ ::Array[::String]
Returns the value of attribute bloom_filter_columns.
733 734 735 |
# File 'sig/types.rbs', line 733 def bloom_filter_columns @bloom_filter_columns end |
#bloom_filter_false_positive_probability ⇒ ::Float
Returns the value of attribute bloom_filter_false_positive_probability.
734 735 736 |
# File 'sig/types.rbs', line 734 def bloom_filter_false_positive_probability @bloom_filter_false_positive_probability end |
#compression ⇒ "NONE", ...
Returns the value of attribute compression.
732 733 734 |
# File 'sig/types.rbs', line 732 def compression @compression end |
#dictionary_key_threshold ⇒ ::Float
Returns the value of attribute dictionary_key_threshold.
735 736 737 |
# File 'sig/types.rbs', line 735 def dictionary_key_threshold @dictionary_key_threshold end |
#enable_padding ⇒ Boolean
Returns the value of attribute enable_padding.
730 731 732 |
# File 'sig/types.rbs', line 730 def enable_padding @enable_padding end |
#format_version ⇒ "V0_11", "V0_12"
Returns the value of attribute format_version.
736 737 738 |
# File 'sig/types.rbs', line 736 def format_version @format_version end |
#padding_tolerance ⇒ ::Float
Returns the value of attribute padding_tolerance.
731 732 733 |
# File 'sig/types.rbs', line 731 def padding_tolerance @padding_tolerance end |
#row_index_stride ⇒ ::Integer
Returns the value of attribute row_index_stride.
729 730 731 |
# File 'sig/types.rbs', line 729 def row_index_stride @row_index_stride end |
#stripe_size_bytes ⇒ ::Integer
Returns the value of attribute stripe_size_bytes.
727 728 729 |
# File 'sig/types.rbs', line 727 def stripe_size_bytes @stripe_size_bytes end |