Class: Iceberg::StaticTable
Instance Method Summary collapse
-
#initialize(metadata_location) ⇒ StaticTable
constructor
A new instance of StaticTable.
Methods inherited from Table
#append, #current_schema, #current_schema_id, #current_snapshot, #current_snapshot_id, #default_partition_spec_id, #format_version, #history, #inspect, #last_column_id, #last_partition_id, #last_sequence_number, #location, #metadata_log, #next_sequence_number, #properties, #schema_by_id, #schemas, #snapshot_by_id, #snapshots, #to_polars, #uuid
Constructor Details
#initialize(metadata_location) ⇒ StaticTable
Returns a new instance of StaticTable.
3 4 5 6 |
# File 'lib/iceberg/static_table.rb', line 3 def initialize() table = RbTable.() super(table, nil) end |