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 |
Function | _add |
Undocumented |
Async Function | _do |
Undocumented |
Async Function | _do |
Undocumented |
Async Function | _do |
Undocumented |
Async Function | _do |
Undocumented |
Async Function | _do |
Undocumented |
Async Function | _do |
Undocumented |
Function | _first |
Undocumented |
Function | _handle |
Undocumented |
Async 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
, is_frames: bool
):
(source)
¶
Undocumented
async def _do_distinct_grouped_pipeline(dataset:
fo.Dataset
, collection: AsyncIOMotorCollection
, query: DistinctQuery
, is_frames: bool
):
(source)
¶
Undocumented
async def _do_distinct_lazy_pipeline(dataset:
fo.Dataset
, collection: AsyncIOMotorCollection
, query: DistinctQuery
, filter: t.Mapping[ str, str] | None
, is_frames: bool
):
(source)
¶
Undocumented
async def _do_distinct_queries(dataset:
fo.Dataset
, collection: AsyncIOMotorCollection
, query: DistinctQuery | list[ dict]
, filter: t.Mapping[ str, str] | None
, is_frames: bool
):
(source)
¶
Undocumented
async def _do_list_distinct_query(collection:
AsyncIOMotorCollection
, query: DistinctQuery | list[ dict]
):
(source)
¶
Undocumented
def _first(path:
str
, dataset: fo.Dataset
, sort: t.Literal[ -1] | t.Literal[ 1]
, is_frame_field: bool
, floats=False, limit=None):
(source)
¶
Undocumented
async def _handle_pipeline(pipeline, dataset:
fo.Dataset
, collection: AsyncIOMotorCollection
, query: DistinctQuery
, is_frames: bool
, disable_limit=False):
(source)
¶
Undocumented
def _resolve_lightning_path_queries(path:
LightningPathInput
, dataset: fo.Dataset
, info: Info
) -> tuple[ AsyncIOMotorCollection, DistinctQuery | list[ dict], t.Callable]
:
(source)
¶
Undocumented