Module: Iceberg
- Defined in:
- lib/iceberg.rb,
lib/iceberg/table.rb,
lib/iceberg/schema.rb,
lib/iceberg/catalog.rb,
lib/iceberg/version.rb,
lib/iceberg/table_scan.rb,
lib/iceberg/sql_catalog.rb,
lib/iceberg/glue_catalog.rb,
lib/iceberg/rest_catalog.rb,
lib/iceberg/static_table.rb,
lib/iceberg/memory_catalog.rb,
lib/iceberg/table_definition.rb,
lib/iceberg/s3_tables_catalog.rb
Defined Under Namespace
Classes: Catalog, Error, GlueCatalog, InvalidDataError, MemoryCatalog, NamespaceAlreadyExistsError, NamespaceNotFoundError, RestCatalog, S3TablesCatalog, Schema, SqlCatalog, StaticTable, Table, TableAlreadyExistsError, TableDefinition, TableNotFoundError, TableScan, Todo, UnsupportedFeatureError
Constant Summary collapse
- VERSION =
"0.11.2"