Skip to main content

Crate teaql_runtime

Crate teaql_runtime 

Source

Re-exports§

pub use entity_save::AuditedSaveExt;
pub use entity_save::graph_node_from_entity;
pub use inmemory_engine::ExprEvaluator;
pub use inmemory_engine::InMemoryQueryEngine;
pub use generated_support::*;

Modules§

entity_save
generated_support
inmemory_engine
log_formatter

Macros§

module

Structs§

AtomicCounterIdGenerator
A simple atomic counter that produces sequential IDs starting from a configurable base value (default 1000).
BuiltinTranslator
ChangeSetStack
CheckResult
ContextEntityRef
ContextRootError
ContinuousPageCursor
EntityChangeSet
EntityDataService
EntityKey
EntityPropertyChange
EntityRoot
FailOpenRuntimeTelemetryPropagationContext
FailOpenRuntimeTelemetryScope
GraphMutationBatch
GraphMutationPlan
GraphMutationPlanItem
GraphNode
I18nCatalog
Immutable TeaQL internationalization catalog.
InMemoryAggregationCache
InMemoryCheckerRegistry
InMemoryContinuousPageCursorStore
InMemoryDataStore
InMemoryEntityDataServiceBehaviorRegistry
InMemoryEntityRegistry
InMemoryMetadataStore
InMemoryRawAuditEventSink
InfoLogEntry
NoopRuntimeTelemetry
ObjectLocation
RawAuditEvent
RelationLoadPlan
RootContext
RuntimeModule
RuntimeOperation
SafeAuditEvent
SafeAuditField
ScopedCommentNode
A stack-allocated scope node forming a parent-pointer cons list.
SnowflakeIdGenerator
SqlLogEntry
SqlLogOptions
TraceScopeToken
A persistent linked-list token for hierarchical trace context.
TypedEntityChecker
Adapter that turns a TypedChecker<T> into a Checker.
UnifiedLogBuffer
UnifiedLogEntry
UserContext

Enums§

CheckObjectStatus
CheckRule
ContextError
DataServiceError
EntityAction
Actions that can be applied to an entity to transition its status.
EntityStatus
Tracks the lifecycle status of an entity through a state machine.
GraphMutationKind
GraphOperation
GraphTransactionBoundary
Language
LocationSegment
LogPayload
RawAuditEventKind
RuntimeAttributeValue
RuntimeError
SqlLogOperation

Constants§

CHECK_OBJECT_STATUS_FIELD

Traits§

AggregationCacheBackend
Checker
CheckerRegistry
ContinuousPageCursorStore
DataStore
EntityDataServiceBehavior
EntityDataServiceBehaviorRegistry
EntityRegistry
InternalIdGenerator
LedgerEntity
MessageTranslator
MetadataStore
RawAuditEventSink
RemoteLockProvider
Provider-neutral distributed lock boundary.
RequestPolicy
RuntimeTelemetry
RuntimeTelemetryPropagationContext
RuntimeTelemetryScope
SafeAuditEventSink
SchemaProvider
TypedChecker
Typed version of Checker that works with concrete entity types (T) instead of generic Records.

Functions§

clear_record_status
extract_runtime_context
mark_record_status
runtime_error_category
Stable category derived from a native error type, never its message.
sorted_update_fields
start_runtime_operation
translate_check_result
translate_location

Type Aliases§

CheckResults
Locale