pub async fn scan_table(
table: &Table,
snapshot_id: Option<i64>,
select_columns: &[String],
) -> Result<Vec<RecordBatch>, ConnectorError>๐Deprecated since 0.30.0:
use IcebergSource for streaming reads
Expand description
Scans a table into a compatibility buffer with fixed file, batch, byte, and time bounds.
ยงErrors
Returns ConnectorError::ReadError when the snapshot is absent, a bound is exceeded, or the
scan fails.