pub struct QueryExecutor { /* private fields */ }
Expand description
クエリ実行器
Implementations§
Source§impl QueryExecutor
impl QueryExecutor
pub fn new() -> Self
Sourcepub fn execute_gql(
&self,
gql: &str,
graph: &GraphRef,
catalog: &Catalog,
) -> Result<RowStream, Box<dyn Error + Send + Sync>>
pub fn execute_gql( &self, gql: &str, graph: &GraphRef, catalog: &Catalog, ) -> Result<RowStream, Box<dyn Error + Send + Sync>>
分散実行エンジンを設定(現在未サポート) GQLクエリを実行
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryExecutor
impl RefUnwindSafe for QueryExecutor
impl Send for QueryExecutor
impl Sync for QueryExecutor
impl Unpin for QueryExecutor
impl UnwindSafe for QueryExecutor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more