Class: Aws::Types::OrcSerDe

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:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def dictionary_key_threshold
  @dictionary_key_threshold
end

#enable_paddingBoolean

Returns the value of attribute enable_padding.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



727
728
729
# File 'sig/types.rbs', line 727

def stripe_size_bytes
  @stripe_size_bytes
end