Module source

Source

Re-exportsยง

pub use state_table_handler::*;

Modulesยง

executor_core ๐Ÿ”’
fs_fetch_executor ๐Ÿ”’
fs_list_executor ๐Ÿ”’
iceberg_fetch_executor ๐Ÿ”’
iceberg_list_executor ๐Ÿ”’
reader_stream ๐Ÿ”’
source_backfill_executor ๐Ÿ”’
source_backfill_state_table ๐Ÿ”’
source_executor ๐Ÿ”’
state_table_handler

Structsยง

BackfillStateWithProgress
Only state field is the real state for fail-over. Other fields are for observability (but we still need to persist them).
FsFetchExecutor
FsListExecutor
IcebergFetchExecutor
An executor that fetches data from Iceberg tables.
IcebergListExecutor
SourceBackfillExecutor
SourceBackfillExecutorInner
SourceExecutor
StreamSourceCore
StreamSourceCore stores the necessary information for the source executor to execute on the external connector.

Enumsยง

BackfillState

Constantsยง

WAIT_BARRIER_MULTIPLE_TIMES
A constant to multiply when calculating the maximum time to wait for a barrier. This is due to some latencies in network and cost in meta.

Functionsยง

apply_rate_limit
apply_rate_limit_with_for_streaming_file_source_reader
barrier_to_message_stream
Receive barriers from barrier manager with the channel, error on channel close.
get_infinite_backoff_strategy
get_split_offset_col_idx
get_split_offset_mapping_from_chunk
process_chunk ๐Ÿ”’
prune_additional_cols

Type Aliasesยง

BackfillStates