Class: Iceberg::StaticTable

Inherits:
Table
  • Object
show all
Defined in:
lib/iceberg/static_table.rb

Instance Method Summary collapse

Methods inherited from Table

#append, #current_schema, #current_schema_id, #current_snapshot, #current_snapshot_id, #default_partition_spec, #default_partition_spec_id, #default_sort_order, #default_sort_order_id, #encryption_keys, #format_version, #history, #inspect, #last_column_id, #last_partition_id, #last_sequence_number, #last_updated_at, #location, #metadata_log, #next_row_id, #next_sequence_number, #partition_spec_by_id, #partition_specs, #partition_statistics, #partition_statistics_for_snapshot, #properties, #refresh, #scan, #schema_by_id, #schemas, #snapshot_by_id, #snapshots, #sort_orders, #statistics, #statistics_for_snapshot, #to_a, #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