Docs.rs
uqa-execution-0.1.6
uqa-execution 0.1.6
Docs.rs crate page
AGPL-3.0-only
21 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
jaepil
Dependencies
ahash ^0.8
normal
parking_lot ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
smallvec ^1.15
normal
tempfile ^3.13
normal
thiserror ^1.0
normal
uqa-core ^0.1.6
normal
uqa-sql ^0.1.6
normal
Versions
43.98%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
common_type
uqa_
execution
0.1.6
In uqa_
execution::
type_
resolution
uqa_execution
::
type_resolution
Function
common_
type
Copy item path
Source
pub fn common_type( left: &
ColumnType
, right: &
ColumnType
, ) ->
Result
<
ColumnType
,
SQLError
>