Class: Aws::Types::ParquetSerDe

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_size_bytes::Integer

Returns the value of attribute block_size_bytes.

Returns:

  • (::Integer)


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.

Returns:

  • ("UNCOMPRESSED", "GZIP", "SNAPPY")


748
749
750
# File 'sig/types.rbs', line 748

def compression
  @compression
end

#enable_dictionary_compressionBoolean

Returns the value of attribute enable_dictionary_compression.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("V1", "V2")


751
752
753
# File 'sig/types.rbs', line 751

def writer_version
  @writer_version
end