Re-exportsΒ§
pub use layer::AdminEventRecorderHandle;pub use layer::AdminFunctionLayer;pub use layer::AdminFunctionLayerRef;pub use layer::AdminFunctionRecordingLayer;
ModulesΒ§
StructsΒ§
- Admin
Function Request - A request to execute one ADMIN function statement.
- Admin
Function Response - The client output and immediate typed result of one ADMIN function execution.
- Core
Admin πFunction Service - Resolved
Admin πFunction - Parts of an
ADMINcall needed both for execution and schema derivation.
ConstantsΒ§
- DUMMY_
COLUMN π
TraitsΒ§
- Admin
Function Service - Executes an ADMIN function request.
FunctionsΒ§
- admin_
output_ schema - Output schema of an
ADMINstatement, mirroring whatCoreAdminFunctionService::executeproduces.Noneif the function or arguments are unresolvable; execution will then surface the error. - args_
to_ πvector - Try to cast the arguments to vectors by functionβs signature.
- immediate_
result π - new_
admin_ πfunction_ service - Creates the core ADMIN function service.
- resolve_
admin_ πfunction - Resolves the function, parses its literal arguments and derives its return type, without executing it.
- try_
get_ πdata_ type_ for_ sql_ value - Try to infer the data type from sql value.
- value_
to_ πvector - Build a
VectorReffromValue - values_
to_ πvectors_ by_ exact_ types - Try to cast sql values to vectors by exact data types.
- values_
to_ πvectors_ by_ valid_ types - Try to cast sql values to vectors by valid data types.
Type AliasesΒ§
- Admin
Function Service Ref - A shared ADMIN function service.