#[repr(C)]pub struct FfiControllerLanceDbEnableRequest {
pub space_id: *const c_char,
pub default_db_path: *const c_char,
pub db_root: *const c_char,
pub read_consistency_interval_ms: c_ulonglong,
pub max_upsert_payload: c_ulonglong,
pub max_search_limit: c_ulonglong,
pub max_concurrent_requests: c_ulonglong,
}Expand description
Native LanceDB enable request used by structured ABI calls. 供结构化 ABI 调用使用的原生 LanceDB 启用请求。
Fields§
§space_id: *const c_char§default_db_path: *const c_char§db_root: *const c_char§read_consistency_interval_ms: c_ulonglong§max_upsert_payload: c_ulonglong§max_search_limit: c_ulonglong§max_concurrent_requests: c_ulonglongAuto Trait Implementations§
impl Freeze for FfiControllerLanceDbEnableRequest
impl RefUnwindSafe for FfiControllerLanceDbEnableRequest
impl !Send for FfiControllerLanceDbEnableRequest
impl !Sync for FfiControllerLanceDbEnableRequest
impl Unpin for FfiControllerLanceDbEnableRequest
impl UnsafeUnpin for FfiControllerLanceDbEnableRequest
impl UnwindSafe for FfiControllerLanceDbEnableRequest
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request