Module: Restate::Sys
- Defined in:
- lib/restate/introspection.rb
Overview
Arel table references for Restate’s SQL introspection tables.
Restate exposes a DataFusion-powered SQL endpoint at /query on the admin API. These tables let you build queries using Arel’s composable, type-safe predicate API — the same one ActiveRecord uses under the hood.
Constant Summary collapse
- Invocation =
Arel::Table.new(:sys_invocation)
- Journal =
Arel::Table.new(:sys_journal)
- JournalEvents =
Arel::Table.new(:sys_journal_events)
- Inbox =
Arel::Table.new(:sys_inbox)
- KeyedStatus =
Arel::Table.new(:sys_keyed_service_status)
- Service =
Arel::Table.new(:sys_service)
- Deployment =
Arel::Table.new(:sys_deployment)
- Idempotency =
Arel::Table.new(:sys_idempotency)
- Promise =
Arel::Table.new(:sys_promise)
- State =
Arel::Table.new(:state)