Class: DeltaLake::ProtocolVersions

Inherits:
Struct
  • Object
show all
Defined in:
lib/deltalake.rb

Instance Attribute Summary collapse

Instance Attribute Details

#min_reader_versionObject

Returns the value of attribute min_reader_version

Returns:

  • (Object)

    the current value of min_reader_version



33
34
35
# File 'lib/deltalake.rb', line 33

def min_reader_version
  @min_reader_version
end

#min_writer_versionObject

Returns the value of attribute min_writer_version

Returns:

  • (Object)

    the current value of min_writer_version



33
34
35
# File 'lib/deltalake.rb', line 33

def min_writer_version
  @min_writer_version
end

#reader_featuresObject

Returns the value of attribute reader_features

Returns:

  • (Object)

    the current value of reader_features



33
34
35
# File 'lib/deltalake.rb', line 33

def reader_features
  @reader_features
end

#writer_featuresObject

Returns the value of attribute writer_features

Returns:

  • (Object)

    the current value of writer_features



33
34
35
# File 'lib/deltalake.rb', line 33

def writer_features
  @writer_features
end