Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ Tuple
Class
Tuple
libs/@local/hashql/core/src/value/tuple.rs:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
/// ```
44
#[derive(Debug, Clone, PartialOrd, Ord, PartialEq, Eq, Hash)]
45
pub struct Tuple<'heap> {
46
values: Rc<[Value<'heap>]>,
47
}
48
49
impl<
'heap> Tuple<'
heap> {
50
/// Creates a new [`Tuple`] from values.
Callers
15
tuple
Method · 0.50
postprocess_distribution
Method · 0.50
postprocess_lattice
Method · 0.50
simplify
Method · 0.50
instantiate
Method · 0.50
simplify_recursive_tuple
Function · 0.50
compile_filter_expr_data
Method · 0.50
serialize_tuple_as_array
Function · 0.50
type_kind
Method · 0.50
lower_expr_to_type_tuple
Method · 0.50
parse_type_paren_empty_tuple
Function · 0.50
parse_type_paren_tuple
Function · 0.50
Calls
no outgoing calls
Tested by
2
simplify_recursive_tuple
Function · 0.40
serialize_tuple_as_array
Function · 0.40