-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathpublic-api.lock
More file actions
167 lines (84 loc) · 7.09 KB
/
public-api.lock
File metadata and controls
167 lines (84 loc) · 7.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
pub mod vortex_error
pub macro vortex_error::vortex_bail!
pub macro vortex_error::vortex_ensure!
pub macro vortex_error::vortex_ensure_eq!
pub macro vortex_error::vortex_err!
pub macro vortex_error::vortex_panic!
#[non_exhaustive] pub enum vortex_error::VortexError
pub vortex_error::VortexError::Arrow(arrow_schema::error::ArrowError, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::AssertionFailed(vortex_error::ErrString, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Compute(vortex_error::ErrString, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Context(vortex_error::ErrString, alloc::boxed::Box<vortex_error::VortexError>)
pub vortex_error::VortexError::External(alloc::boxed::Box<(dyn core::error::Error + core::marker::Send + core::marker::Sync + 'static)>, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::FlatBuffers(flatbuffers::verifier::InvalidFlatbuffer, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Fmt(core::fmt::Error, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::InvalidArgument(vortex_error::ErrString, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Io(std::io::error::Error, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Jiff(jiff::error::Error, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Join(tokio::runtime::task::error::JoinError, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::MismatchedTypes(vortex_error::ErrString, vortex_error::ErrString, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::NotImplemented(vortex_error::ErrString, vortex_error::ErrString, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::ObjectStore(object_store::Error, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Other(vortex_error::ErrString, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::OutOfBounds(usize, usize, usize, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Prost(alloc::boxed::Box<(dyn core::error::Error + core::marker::Send + core::marker::Sync + 'static)>, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Serde(vortex_error::ErrString, alloc::boxed::Box<std::backtrace::Backtrace>)
pub vortex_error::VortexError::Shared(alloc::sync::Arc<vortex_error::VortexError>)
pub vortex_error::VortexError::TryFromInt(core::num::error::TryFromIntError, alloc::boxed::Box<std::backtrace::Backtrace>)
impl vortex_error::VortexError
pub fn vortex_error::VortexError::with_context<T: core::convert::Into<vortex_error::ErrString>>(self, msg: T) -> Self
impl core::convert::From<&alloc::sync::Arc<vortex_error::VortexError>> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(e: &alloc::sync::Arc<vortex_error::VortexError>) -> Self
impl core::convert::From<alloc::sync::Arc<vortex_error::VortexError>> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: alloc::sync::Arc<vortex_error::VortexError>) -> Self
impl core::convert::From<arrow_schema::error::ArrowError> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: arrow_schema::error::ArrowError) -> Self
impl core::convert::From<core::convert::Infallible> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(_: core::convert::Infallible) -> Self
impl core::convert::From<core::num::error::TryFromIntError> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: core::num::error::TryFromIntError) -> Self
impl core::convert::From<flatbuffers::verifier::InvalidFlatbuffer> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: flatbuffers::verifier::InvalidFlatbuffer) -> Self
impl core::convert::From<jiff::error::Error> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: jiff::error::Error) -> Self
impl core::convert::From<object_store::Error> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: object_store::Error) -> Self
impl core::convert::From<prost::error::DecodeError> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: prost::error::DecodeError) -> Self
impl core::convert::From<prost::error::EncodeError> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: prost::error::EncodeError) -> Self
impl core::convert::From<prost::error::UnknownEnumValue> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: prost::error::UnknownEnumValue) -> Self
impl core::convert::From<std::io::error::Error> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: std::io::error::Error) -> Self
impl core::convert::From<tokio::runtime::task::error::JoinError> for vortex_error::VortexError
pub fn vortex_error::VortexError::from(value: tokio::runtime::task::error::JoinError) -> Self
impl core::error::Error for vortex_error::VortexError
pub fn vortex_error::VortexError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
impl core::fmt::Debug for vortex_error::VortexError
pub fn vortex_error::VortexError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::fmt::Display for vortex_error::VortexError
pub fn vortex_error::VortexError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
pub struct vortex_error::ErrString(_)
impl core::convert::AsRef<str> for vortex_error::ErrString
pub fn vortex_error::ErrString::as_ref(&self) -> &str
impl core::fmt::Debug for vortex_error::ErrString
pub fn vortex_error::ErrString::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::fmt::Display for vortex_error::ErrString
pub fn vortex_error::ErrString::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::ops::deref::Deref for vortex_error::ErrString
pub type vortex_error::ErrString::Target = str
pub fn vortex_error::ErrString::deref(&self) -> &Self::Target
impl<T> core::convert::From<T> for vortex_error::ErrString where T: core::convert::Into<alloc::borrow::Cow<'static, str>>
pub fn vortex_error::ErrString::from(msg: T) -> Self
pub trait vortex_error::VortexExpect
pub type vortex_error::VortexExpect::Output
pub fn vortex_error::VortexExpect::vortex_expect(self, msg: &'static str) -> Self::Output
impl<T, E> vortex_error::VortexExpect for core::result::Result<T, E> where E: core::convert::Into<vortex_error::VortexError>
pub type core::result::Result<T, E>::Output = T
pub fn core::result::Result<T, E>::vortex_expect(self, msg: &'static str) -> Self::Output
impl<T> vortex_error::VortexExpect for core::option::Option<T>
pub type core::option::Option<T>::Output = T
pub fn core::option::Option<T>::vortex_expect(self, msg: &'static str) -> Self::Output
pub type vortex_error::SharedVortexResult<T> = core::result::Result<T, alloc::sync::Arc<vortex_error::VortexError>>
pub type vortex_error::VortexResult<T> = core::result::Result<T, vortex_error::VortexError>