We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f3167 commit 7b2147eCopy full SHA for 7b2147e
1 file changed
datafusion-federation/src/sql/executor.rs
@@ -47,11 +47,6 @@ pub trait SQLExecutor: Sync + Send {
47
48
/// Returns the schema of table_name within this [`SQLExecutor`]
49
async fn get_table_schema(&self, table_name: &str) -> Result<SchemaRef>;
50
-
51
- /// Returns whether the executor requires partial table path in subquery
52
- fn subquery_use_partial_path(&self) -> bool {
53
- false
54
- }
55
}
56
57
impl fmt::Debug for dyn SQLExecutor {
0 commit comments