pub async fn describe_table(
context: &SessionContext,
table: &str,
) -> SqlResult<RecordBatch>Expand description
Build a DESCRIBE result batch for table using the DataFusion catalog.
pub async fn describe_table(
context: &SessionContext,
table: &str,
) -> SqlResult<RecordBatch>Build a DESCRIBE result batch for table using the DataFusion catalog.