module documentation
FiftyOne Server lightning queries
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Async Function | lightning |
Undocumented |
Constant | INT |
Undocumented |
Variable |
|
Undocumented |
Async Function | _do |
Undocumented |
Async Function | _do |
Undocumented |
Async Function | _do |
Undocumented |
Async Function | _do |
Undocumented |
Function | _first |
Undocumented |
Function | _handle |
Undocumented |
Function | _has |
Undocumented |
Function | _match |
Undocumented |
Function | _match |
Undocumented |
Function | _parse |
Undocumented |
Function | _resolve |
Undocumented |
Function | _unwind |
Undocumented |
Constant | _TWENTY |
Undocumented |
async def lightning_resolver(input:
LightningInput
, info: Info
) -> list[LightningResults]
:
(source)
¶
Undocumented
async def _do_async_pooled_queries(dataset:
fo.Dataset
, queries: list[tuple[AsyncIOMotorCollection, DistinctQuery | list[dict], bool]]
, filter: t.Mapping[str, str] | None
):
(source)
¶
Undocumented
async def _do_async_query(dataset:
fo.Dataset
, collection: AsyncIOMotorCollection
, query: DistinctQuery | list[dict]
, filter: t.Mapping[str, str] | None
):
(source)
¶
Undocumented
async def _do_distinct_pipeline(dataset:
fo.Dataset
, collection: AsyncIOMotorCollection
, query: DistinctQuery
, filter: t.Mapping[str, str] | None
):
(source)
¶
Undocumented
def _first(path:
str
, dataset: fo.Dataset
, sort: t.Literal[-1] | t.Literal[1]
, is_frame_field: bool
, floats=False):
(source)
¶
Undocumented
def _resolve_lightning_path_queries(path:
LightningPathInput
, dataset: fo.Dataset
, info: Info
) -> tuple[AsyncIOMotorCollection, DistinctQuery | list[dict], t.Callable]
:
(source)
¶
Undocumented