Class: Aws::Types::ParquetSerDe
- Inherits:
-
Object
- Object
- Aws::Types::ParquetSerDe
- 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.
-
#compression ⇒ "UNCOMPRESSED", ...
Returns the value of attribute compression.
-
#enable_dictionary_compression ⇒ Boolean
Returns the value of attribute enable_dictionary_compression.
-
#max_padding_bytes ⇒ ::Integer
Returns the value of attribute max_padding_bytes.
-
#page_size_bytes ⇒ ::Integer
Returns the value of attribute page_size_bytes.
-
#writer_version ⇒ "V1", "V2"
Returns the value of attribute writer_version.
Instance Attribute Details
#block_size_bytes ⇒ ::Integer
Returns the value of attribute block_size_bytes.
746 747 748 |
# File 'sig/types.rbs', line 746 def block_size_bytes @block_size_bytes end |
#compression ⇒ "UNCOMPRESSED", ...
Returns the value of attribute compression.
748 749 750 |
# File 'sig/types.rbs', line 748 def compression @compression end |
#enable_dictionary_compression ⇒ Boolean
Returns the value of attribute enable_dictionary_compression.
749 750 751 |
# File 'sig/types.rbs', line 749 def enable_dictionary_compression @enable_dictionary_compression end |
#max_padding_bytes ⇒ ::Integer
Returns the value of attribute max_padding_bytes.
750 751 752 |
# File 'sig/types.rbs', line 750 def max_padding_bytes @max_padding_bytes end |
#page_size_bytes ⇒ ::Integer
Returns the value of attribute page_size_bytes.
747 748 749 |
# File 'sig/types.rbs', line 747 def page_size_bytes @page_size_bytes end |
#writer_version ⇒ "V1", "V2"
Returns the value of attribute writer_version.
751 752 753 |
# File 'sig/types.rbs', line 751 def writer_version @writer_version end |