pub enum Error {
Show 122 variants
External {
source: BoxedError,
context: String,
location: Location,
},
EncodeSparsePrimaryKey {
reason: String,
location: Location,
},
UnexpectedReplay {
location: Location,
region_id: RegionId,
expected_last_entry_id: u64,
replayed_last_entry_id: u64,
},
OpenDal {
location: Location,
error: Error,
},
CompressObject {
compress_type: CompressionType,
path: String,
error: Error,
},
DecompressObject {
compress_type: CompressionType,
path: String,
error: Error,
},
SerdeJson {
location: Location,
error: Error,
},
InvalidScanIndex {
start: ManifestVersion,
end: ManifestVersion,
location: Location,
},
Utf8 {
location: Location,
error: Utf8Error,
},
RegionMetadataNotFound {
location: Location,
},
Join {
error: JoinError,
location: Location,
},
WorkerStopped {
id: u32,
location: Location,
},
Recv {
error: RecvError,
location: Location,
},
InvalidMeta {
reason: String,
location: Location,
},
InvalidMetadata {
source: MetadataError,
location: Location,
},
NewRecordBatch {
location: Location,
error: ArrowError,
},
ReadParquet {
path: String,
error: ParquetError,
location: Location,
},
WriteParquet {
error: ParquetError,
location: Location,
},
RegionNotFound {
region_id: RegionId,
location: Location,
},
ObjectStoreNotFound {
object_store: String,
location: Location,
},
RegionCorrupted {
region_id: RegionId,
reason: String,
location: Location,
},
InvalidRequest {
region_id: RegionId,
reason: String,
location: Location,
},
ConvertColumnDataType {
reason: String,
source: Error,
location: Location,
},
FillDefault {
region_id: RegionId,
},
CreateDefault {
region_id: RegionId,
column: String,
source: Error,
},
BuildEntry {
region_id: RegionId,
location: Location,
source: BoxedError,
},
EncodeWal {
region_id: RegionId,
location: Location,
error: EncodeError,
},
WriteWal {
location: Location,
source: BoxedError,
},
ReadWal {
provider: Provider,
location: Location,
source: BoxedError,
},
DecodeWal {
region_id: RegionId,
location: Location,
error: DecodeError,
},
DeleteWal {
region_id: RegionId,
location: Location,
source: BoxedError,
},
WriteGroup {
source: Arc<Error>,
},
FieldTypeMismatch {
source: Error,
},
SerializeField {
error: Error,
location: Location,
},
NotSupportedField {
data_type: ConcreteDataType,
location: Location,
},
DeserializeField {
error: Error,
location: Location,
},
InvalidParquet {
file: String,
reason: String,
location: Location,
},
InvalidBatch {
reason: String,
location: Location,
},
InvalidRecordBatch {
reason: String,
location: Location,
},
InvalidWalReadRequest {
reason: String,
location: Location,
},
ConvertVector {
location: Location,
source: Error,
},
ComputeArrow {
location: Location,
error: ArrowError,
},
ComputeVector {
location: Location,
source: Error,
},
PrimaryKeyLengthMismatch {
expect: usize,
actual: usize,
location: Location,
},
InvalidSender {
location: Location,
},
InvalidSchedulerState {
location: Location,
},
StopScheduler {
error: JoinError,
location: Location,
},
DeleteSst {
file_id: FileId,
error: Error,
location: Location,
},
DeleteIndex {
file_id: FileId,
error: Error,
location: Location,
},
FlushRegion {
region_id: RegionId,
source: Arc<Error>,
location: Location,
},
RegionDropped {
region_id: RegionId,
location: Location,
},
RegionClosed {
region_id: RegionId,
location: Location,
},
RegionTruncated {
region_id: RegionId,
location: Location,
},
RejectWrite {
region_id: RegionId,
location: Location,
},
CompactRegion {
region_id: RegionId,
source: Arc<Error>,
location: Location,
},
CompatReader {
region_id: RegionId,
reason: String,
location: Location,
},
InvalidRegionRequest {
source: MetadataError,
location: Location,
},
InvalidRegionRequestSchemaVersion {
expect: u64,
actual: u64,
location: Location,
},
UpdateManifest {
region_id: RegionId,
state: RegionRoleState,
location: Location,
},
RegionState {
region_id: RegionId,
state: RegionRoleState,
expect: RegionRoleState,
location: Location,
},
FlushableRegionState {
region_id: RegionId,
state: RegionRoleState,
location: Location,
},
JsonOptions {
error: Error,
location: Location,
},
EmptyRegionDir {
region_id: RegionId,
region_dir: String,
location: Location,
},
EmptyManifestDir {
manifest_dir: String,
location: Location,
},
ArrowReader {
path: String,
error: ArrowError,
location: Location,
},
ConvertMetaData {
location: Location,
error: ParquetError,
},
ColumnNotFound {
column: String,
location: Location,
},
BuildIndexApplier {
source: Error,
location: Location,
},
ConvertValue {
source: Error,
location: Location,
},
ApplyInvertedIndex {
source: Error,
location: Location,
},
ApplyBloomFilterIndex {
source: Error,
location: Location,
},
PushIndexValue {
source: Error,
location: Location,
},
IndexFinish {
source: Error,
location: Location,
},
OperateAbortedIndex {
location: Location,
},
PuffinReadBlob {
source: Error,
location: Location,
},
PuffinAddBlob {
source: Error,
location: Location,
},
CleanDir {
dir: String,
error: Error,
location: Location,
},
InvalidConfig {
reason: String,
location: Location,
},
StaleLogEntry {
region_id: RegionId,
flushed_entry_id: u64,
unexpected_entry_id: u64,
},
CorruptedEntry {
region_id: RegionId,
location: Location,
},
Download {
region_id: RegionId,
file_id: FileId,
file_type: FileType,
error: Error,
location: Location,
},
Upload {
region_id: RegionId,
file_id: FileId,
file_type: FileType,
error: Error,
location: Location,
},
CreateDir {
dir: String,
error: Error,
},
FilterRecordBatch {
source: Error,
location: Location,
},
BiErrors {
first: Box<Error>,
second: Box<Error>,
location: Location,
},
IndexEncodeNull {
location: Location,
},
EncodeMemtable {
error: ParquetError,
location: Location,
},
PartitionOutOfRange {
given: usize,
all: usize,
location: Location,
},
ReadDataPart {
location: Location,
error: ParquetError,
},
DecodeArrowRowGroup {
error: ArrowError,
location: Location,
},
InvalidRegionOptions {
reason: String,
location: Location,
},
ChecksumMismatch {
actual: u32,
expected: u32,
},
NoCheckpoint {
region_id: RegionId,
last_version: ManifestVersion,
location: Location,
},
NoManifests {
region_id: RegionId,
start_version: ManifestVersion,
end_version: ManifestVersion,
last_version: ManifestVersion,
location: Location,
},
InstallManifestTo {
region_id: RegionId,
target_version: ManifestVersion,
available_version: ManifestVersion,
location: Location,
last_version: ManifestVersion,
},
RegionStopped {
region_id: RegionId,
location: Location,
},
TimeRangePredicateOverflow {
timestamp: Timestamp,
unit: TimeUnit,
location: Location,
},
OpenRegion {
location: Location,
source: Arc<Error>,
},
ParseJobId {
location: Location,
error: Error,
},
UnsupportedOperation {
err_msg: String,
location: Location,
},
RemoteCompaction {
region_id: RegionId,
job_id: Option<JobId>,
reason: String,
location: Location,
},
PuffinInitStager {
source: Error,
location: Location,
},
PuffinPurgeStager {
source: Error,
location: Location,
},
PuffinBuildReader {
source: Error,
location: Location,
},
IndexOptions {
location: Location,
source: Error,
column_name: String,
},
CreateFulltextCreator {
source: Error,
location: Location,
},
CastVector {
location: Location,
from: ConcreteDataType,
to: ConcreteDataType,
source: Error,
},
FulltextPushText {
source: Error,
location: Location,
},
FulltextFinish {
source: Error,
location: Location,
},
ApplyFulltextIndex {
source: Error,
location: Location,
},
StatsNotPresent {
file_path: String,
location: Location,
},
DecodeStats {
file_path: String,
location: Location,
},
RegionBusy {
region_id: RegionId,
location: Location,
},
GetSchemaMetadata {
source: Error,
location: Location,
},
Timeout {
error: Elapsed,
location: Location,
},
Metadata {
error: Error,
location: Location,
},
PushBloomFilterValue {
source: Error,
location: Location,
},
BloomFilterFinish {
source: Error,
location: Location,
},
UnexpectedImpureDefault {
location: Location,
region_id: RegionId,
column: String,
default_value: String,
},
ManualCompactionOverride {},
IncompatibleWalProviderChange {
global: String,
region: String,
},
MitoManifestInfo {
location: Location,
},
}
Variants§
External
EncodeSparsePrimaryKey
UnexpectedReplay
Fields
§
location: Location
OpenDal
CompressObject
DecompressObject
SerdeJson
InvalidScanIndex
Utf8
RegionMetadataNotFound
Fields
§
location: Location
Join
WorkerStopped
Recv
InvalidMeta
InvalidMetadata
NewRecordBatch
ReadParquet
WriteParquet
RegionNotFound
ObjectStoreNotFound
RegionCorrupted
InvalidRequest
ConvertColumnDataType
FillDefault
An error type to indicate that schema is changed and we need to fill default values again.
CreateDefault
BuildEntry
EncodeWal
WriteWal
ReadWal
DecodeWal
DeleteWal
WriteGroup
FieldTypeMismatch
SerializeField
NotSupportedField
DeserializeField
InvalidParquet
InvalidBatch
InvalidRecordBatch
InvalidWalReadRequest
ConvertVector
ComputeArrow
ComputeVector
PrimaryKeyLengthMismatch
InvalidSender
Fields
§
location: Location
InvalidSchedulerState
Fields
§
location: Location
StopScheduler
DeleteSst
DeleteIndex
FlushRegion
RegionDropped
RegionClosed
RegionTruncated
RejectWrite
CompactRegion
CompatReader
InvalidRegionRequest
InvalidRegionRequestSchemaVersion
UpdateManifest
RegionState
FlushableRegionState
JsonOptions
EmptyRegionDir
EmptyManifestDir
ArrowReader
ConvertMetaData
ColumnNotFound
BuildIndexApplier
ConvertValue
ApplyInvertedIndex
ApplyBloomFilterIndex
PushIndexValue
IndexFinish
OperateAbortedIndex
Fields
§
location: Location
PuffinReadBlob
PuffinAddBlob
CleanDir
InvalidConfig
StaleLogEntry
CorruptedEntry
Download
Upload
CreateDir
FilterRecordBatch
BiErrors
IndexEncodeNull
Fields
§
location: Location
EncodeMemtable
PartitionOutOfRange
ReadDataPart
DecodeArrowRowGroup
InvalidRegionOptions
ChecksumMismatch
NoCheckpoint
NoManifests
Fields
§
start_version: ManifestVersion
§
end_version: ManifestVersion
§
last_version: ManifestVersion
§
location: Location
InstallManifestTo
Fields
§
target_version: ManifestVersion
§
available_version: ManifestVersion
§
location: Location
§
last_version: ManifestVersion
RegionStopped
TimeRangePredicateOverflow
OpenRegion
ParseJobId
UnsupportedOperation
RemoteCompaction
PuffinInitStager
PuffinPurgeStager
PuffinBuildReader
IndexOptions
CreateFulltextCreator
CastVector
FulltextPushText
FulltextFinish
ApplyFulltextIndex
StatsNotPresent
DecodeStats
RegionBusy
GetSchemaMetadata
Timeout
Metadata
PushBloomFilterValue
BloomFilterFinish
UnexpectedImpureDefault
ManualCompactionOverride
IncompatibleWalProviderChange
MitoManifestInfo
Fields
§
location: Location
Implementations§
Source§impl Error
impl Error
Sourcepub(crate) fn is_fill_default(&self) -> bool
pub(crate) fn is_fill_default(&self) -> bool
Returns true if we need to fill default value for a region.
Sourcepub(crate) fn is_object_not_found(&self) -> bool
pub(crate) fn is_object_not_found(&self) -> bool
Returns true if the file is not found on the object store.
Trait Implementations§
Source§impl Error for Error
impl Error for Error
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Source§impl ErrorCompat for Error
impl ErrorCompat for Error
§fn iter_chain(&self) -> ChainCompat<'_, '_>where
Self: AsErrorSource,
fn iter_chain(&self) -> ChainCompat<'_, '_>where
Self: AsErrorSource,
Returns an iterator for traversing the chain of errors,
starting with the current error
and continuing with recursive calls to
Error::source
. Read moreSource§impl ErrorExt for Error
impl ErrorExt for Error
Source§fn status_code(&self) -> StatusCode
fn status_code(&self) -> StatusCode
Map this error to StatusCode.
Source§fn as_any(&self) -> &dyn Any
fn as_any(&self) -> &dyn Any
Returns the error as Any so that it can be
downcast to a specific implementation.
fn output_msg(&self) -> Stringwhere
Self: Sized,
Source§impl IntoError<Error> for ApplyBloomFilterIndexSnafu
impl IntoError<Error> for ApplyBloomFilterIndexSnafu
Source§impl IntoError<Error> for ApplyFulltextIndexSnafu
impl IntoError<Error> for ApplyFulltextIndexSnafu
Source§impl IntoError<Error> for ApplyInvertedIndexSnafu
impl IntoError<Error> for ApplyInvertedIndexSnafu
Source§impl<__T0> IntoError<Error> for ArrowReaderSnafu<__T0>
impl<__T0> IntoError<Error> for ArrowReaderSnafu<__T0>
Source§impl<__T0, __T1> IntoError<Error> for BiErrorsSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for BiErrorsSnafu<__T0, __T1>
Source§impl IntoError<Error> for BloomFilterFinishSnafu
impl IntoError<Error> for BloomFilterFinishSnafu
Source§impl<__T0> IntoError<Error> for BuildEntrySnafu<__T0>
impl<__T0> IntoError<Error> for BuildEntrySnafu<__T0>
Source§type Source = BoxedError
type Source = BoxedError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Source§impl IntoError<Error> for BuildIndexApplierSnafu
impl IntoError<Error> for BuildIndexApplierSnafu
Source§impl<__T0, __T1> IntoError<Error> for CastVectorSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for CastVectorSnafu<__T0, __T1>
Source§impl<__T0, __T1> IntoError<Error> for ChecksumMismatchSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for ChecksumMismatchSnafu<__T0, __T1>
Source§impl<__T0> IntoError<Error> for CleanDirSnafu<__T0>
impl<__T0> IntoError<Error> for CleanDirSnafu<__T0>
Source§impl<__T0> IntoError<Error> for ColumnNotFoundSnafu<__T0>
impl<__T0> IntoError<Error> for ColumnNotFoundSnafu<__T0>
Source§impl<__T0> IntoError<Error> for CompactRegionSnafu<__T0>
impl<__T0> IntoError<Error> for CompactRegionSnafu<__T0>
Source§impl<__T0, __T1> IntoError<Error> for CompatReaderSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for CompatReaderSnafu<__T0, __T1>
Source§impl<__T0, __T1> IntoError<Error> for CompressObjectSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for CompressObjectSnafu<__T0, __T1>
Source§impl IntoError<Error> for ComputeArrowSnafu
impl IntoError<Error> for ComputeArrowSnafu
Source§impl IntoError<Error> for ComputeVectorSnafu
impl IntoError<Error> for ComputeVectorSnafu
Source§impl<__T0> IntoError<Error> for ConvertColumnDataTypeSnafu<__T0>
impl<__T0> IntoError<Error> for ConvertColumnDataTypeSnafu<__T0>
Source§impl IntoError<Error> for ConvertMetaDataSnafu
impl IntoError<Error> for ConvertMetaDataSnafu
Source§impl IntoError<Error> for ConvertValueSnafu
impl IntoError<Error> for ConvertValueSnafu
Source§impl IntoError<Error> for ConvertVectorSnafu
impl IntoError<Error> for ConvertVectorSnafu
Source§impl<__T0> IntoError<Error> for CorruptedEntrySnafu<__T0>
impl<__T0> IntoError<Error> for CorruptedEntrySnafu<__T0>
Source§impl<__T0, __T1> IntoError<Error> for CreateDefaultSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for CreateDefaultSnafu<__T0, __T1>
Source§impl<__T0> IntoError<Error> for CreateDirSnafu<__T0>
impl<__T0> IntoError<Error> for CreateDirSnafu<__T0>
Source§impl IntoError<Error> for CreateFulltextCreatorSnafu
impl IntoError<Error> for CreateFulltextCreatorSnafu
Source§impl IntoError<Error> for DecodeArrowRowGroupSnafu
impl IntoError<Error> for DecodeArrowRowGroupSnafu
Source§impl<__T0> IntoError<Error> for DecodeStatsSnafu<__T0>
impl<__T0> IntoError<Error> for DecodeStatsSnafu<__T0>
Source§impl<__T0> IntoError<Error> for DecodeWalSnafu<__T0>
impl<__T0> IntoError<Error> for DecodeWalSnafu<__T0>
Source§type Source = DecodeError
type Source = DecodeError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Source§impl<__T0, __T1> IntoError<Error> for DecompressObjectSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for DecompressObjectSnafu<__T0, __T1>
Source§impl<__T0> IntoError<Error> for DeleteIndexSnafu<__T0>
impl<__T0> IntoError<Error> for DeleteIndexSnafu<__T0>
Source§impl<__T0> IntoError<Error> for DeleteSstSnafu<__T0>
impl<__T0> IntoError<Error> for DeleteSstSnafu<__T0>
Source§impl<__T0> IntoError<Error> for DeleteWalSnafu<__T0>
impl<__T0> IntoError<Error> for DeleteWalSnafu<__T0>
Source§type Source = BoxedError
type Source = BoxedError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Source§impl IntoError<Error> for DeserializeFieldSnafu
impl IntoError<Error> for DeserializeFieldSnafu
Source§impl<__T0, __T1, __T2> IntoError<Error> for DownloadSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> IntoError<Error> for DownloadSnafu<__T0, __T1, __T2>
Source§impl<__T0> IntoError<Error> for EmptyManifestDirSnafu<__T0>
impl<__T0> IntoError<Error> for EmptyManifestDirSnafu<__T0>
Source§impl<__T0, __T1> IntoError<Error> for EmptyRegionDirSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for EmptyRegionDirSnafu<__T0, __T1>
Source§impl IntoError<Error> for EncodeMemtableSnafu
impl IntoError<Error> for EncodeMemtableSnafu
Source§impl<__T0> IntoError<Error> for EncodeSparsePrimaryKeySnafu<__T0>
impl<__T0> IntoError<Error> for EncodeSparsePrimaryKeySnafu<__T0>
Source§impl<__T0> IntoError<Error> for EncodeWalSnafu<__T0>
impl<__T0> IntoError<Error> for EncodeWalSnafu<__T0>
Source§type Source = EncodeError
type Source = EncodeError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Source§impl<__T0> IntoError<Error> for ExternalSnafu<__T0>
impl<__T0> IntoError<Error> for ExternalSnafu<__T0>
Source§type Source = BoxedError
type Source = BoxedError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Source§impl IntoError<Error> for FieldTypeMismatchSnafu
impl IntoError<Error> for FieldTypeMismatchSnafu
Source§impl<__T0> IntoError<Error> for FillDefaultSnafu<__T0>
impl<__T0> IntoError<Error> for FillDefaultSnafu<__T0>
Source§impl IntoError<Error> for FilterRecordBatchSnafu
impl IntoError<Error> for FilterRecordBatchSnafu
Source§impl<__T0> IntoError<Error> for FlushRegionSnafu<__T0>
impl<__T0> IntoError<Error> for FlushRegionSnafu<__T0>
Source§impl<__T0, __T1> IntoError<Error> for FlushableRegionStateSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for FlushableRegionStateSnafu<__T0, __T1>
Source§impl IntoError<Error> for FulltextFinishSnafu
impl IntoError<Error> for FulltextFinishSnafu
Source§impl IntoError<Error> for FulltextPushTextSnafu
impl IntoError<Error> for FulltextPushTextSnafu
Source§impl IntoError<Error> for GetSchemaMetadataSnafu
impl IntoError<Error> for GetSchemaMetadataSnafu
Source§impl<__T0, __T1> IntoError<Error> for IncompatibleWalProviderChangeSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for IncompatibleWalProviderChangeSnafu<__T0, __T1>
Source§impl IntoError<Error> for IndexEncodeNullSnafu
impl IntoError<Error> for IndexEncodeNullSnafu
Source§impl IntoError<Error> for IndexFinishSnafu
impl IntoError<Error> for IndexFinishSnafu
Source§impl<__T0> IntoError<Error> for IndexOptionsSnafu<__T0>
impl<__T0> IntoError<Error> for IndexOptionsSnafu<__T0>
Source§impl<__T0, __T1, __T2, __T3> IntoError<Error> for InstallManifestToSnafu<__T0, __T1, __T2, __T3>where
Error: Error + ErrorCompat,
__T0: Into<RegionId>,
__T1: Into<ManifestVersion>,
__T2: Into<ManifestVersion>,
__T3: Into<ManifestVersion>,
impl<__T0, __T1, __T2, __T3> IntoError<Error> for InstallManifestToSnafu<__T0, __T1, __T2, __T3>where
Error: Error + ErrorCompat,
__T0: Into<RegionId>,
__T1: Into<ManifestVersion>,
__T2: Into<ManifestVersion>,
__T3: Into<ManifestVersion>,
Source§impl<__T0> IntoError<Error> for InvalidBatchSnafu<__T0>
impl<__T0> IntoError<Error> for InvalidBatchSnafu<__T0>
Source§impl<__T0> IntoError<Error> for InvalidConfigSnafu<__T0>
impl<__T0> IntoError<Error> for InvalidConfigSnafu<__T0>
Source§impl<__T0> IntoError<Error> for InvalidMetaSnafu<__T0>
impl<__T0> IntoError<Error> for InvalidMetaSnafu<__T0>
Source§impl IntoError<Error> for InvalidMetadataSnafu
impl IntoError<Error> for InvalidMetadataSnafu
Source§type Source = MetadataError
type Source = MetadataError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Source§impl<__T0, __T1> IntoError<Error> for InvalidParquetSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for InvalidParquetSnafu<__T0, __T1>
Source§impl<__T0> IntoError<Error> for InvalidRecordBatchSnafu<__T0>
impl<__T0> IntoError<Error> for InvalidRecordBatchSnafu<__T0>
Source§impl<__T0> IntoError<Error> for InvalidRegionOptionsSnafu<__T0>
impl<__T0> IntoError<Error> for InvalidRegionOptionsSnafu<__T0>
Source§impl<__T0, __T1> IntoError<Error> for InvalidRegionRequestSchemaVersionSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for InvalidRegionRequestSchemaVersionSnafu<__T0, __T1>
Source§impl IntoError<Error> for InvalidRegionRequestSnafu
impl IntoError<Error> for InvalidRegionRequestSnafu
Source§type Source = MetadataError
type Source = MetadataError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Source§impl<__T0, __T1> IntoError<Error> for InvalidRequestSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for InvalidRequestSnafu<__T0, __T1>
Source§impl<__T0, __T1> IntoError<Error> for InvalidScanIndexSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for InvalidScanIndexSnafu<__T0, __T1>
Source§impl IntoError<Error> for InvalidSchedulerStateSnafu
impl IntoError<Error> for InvalidSchedulerStateSnafu
Source§impl IntoError<Error> for InvalidSenderSnafu
impl IntoError<Error> for InvalidSenderSnafu
Source§impl<__T0> IntoError<Error> for InvalidWalReadRequestSnafu<__T0>
impl<__T0> IntoError<Error> for InvalidWalReadRequestSnafu<__T0>
Source§impl IntoError<Error> for JsonOptionsSnafu
impl IntoError<Error> for JsonOptionsSnafu
Source§impl IntoError<Error> for ManualCompactionOverrideSnafu
impl IntoError<Error> for ManualCompactionOverrideSnafu
Source§impl IntoError<Error> for MetadataSnafu
impl IntoError<Error> for MetadataSnafu
Source§impl IntoError<Error> for MitoManifestInfoSnafu
impl IntoError<Error> for MitoManifestInfoSnafu
Source§impl IntoError<Error> for NewRecordBatchSnafu
impl IntoError<Error> for NewRecordBatchSnafu
Source§impl<__T0, __T1> IntoError<Error> for NoCheckpointSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for NoCheckpointSnafu<__T0, __T1>
Source§impl<__T0, __T1, __T2, __T3> IntoError<Error> for NoManifestsSnafu<__T0, __T1, __T2, __T3>where
Error: Error + ErrorCompat,
__T0: Into<RegionId>,
__T1: Into<ManifestVersion>,
__T2: Into<ManifestVersion>,
__T3: Into<ManifestVersion>,
impl<__T0, __T1, __T2, __T3> IntoError<Error> for NoManifestsSnafu<__T0, __T1, __T2, __T3>where
Error: Error + ErrorCompat,
__T0: Into<RegionId>,
__T1: Into<ManifestVersion>,
__T2: Into<ManifestVersion>,
__T3: Into<ManifestVersion>,
Source§impl<__T0> IntoError<Error> for NotSupportedFieldSnafu<__T0>
impl<__T0> IntoError<Error> for NotSupportedFieldSnafu<__T0>
Source§impl<__T0> IntoError<Error> for ObjectStoreNotFoundSnafu<__T0>
impl<__T0> IntoError<Error> for ObjectStoreNotFoundSnafu<__T0>
Source§impl IntoError<Error> for OpenDalSnafu
impl IntoError<Error> for OpenDalSnafu
Source§impl IntoError<Error> for OpenRegionSnafu
impl IntoError<Error> for OpenRegionSnafu
Source§impl IntoError<Error> for OperateAbortedIndexSnafu
impl IntoError<Error> for OperateAbortedIndexSnafu
Source§impl IntoError<Error> for ParseJobIdSnafu
impl IntoError<Error> for ParseJobIdSnafu
Source§impl<__T0, __T1> IntoError<Error> for PartitionOutOfRangeSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for PartitionOutOfRangeSnafu<__T0, __T1>
Source§impl<__T0, __T1> IntoError<Error> for PrimaryKeyLengthMismatchSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for PrimaryKeyLengthMismatchSnafu<__T0, __T1>
Source§impl IntoError<Error> for PuffinAddBlobSnafu
impl IntoError<Error> for PuffinAddBlobSnafu
Source§impl IntoError<Error> for PuffinBuildReaderSnafu
impl IntoError<Error> for PuffinBuildReaderSnafu
Source§impl IntoError<Error> for PuffinInitStagerSnafu
impl IntoError<Error> for PuffinInitStagerSnafu
Source§impl IntoError<Error> for PuffinPurgeStagerSnafu
impl IntoError<Error> for PuffinPurgeStagerSnafu
Source§impl IntoError<Error> for PuffinReadBlobSnafu
impl IntoError<Error> for PuffinReadBlobSnafu
Source§impl IntoError<Error> for PushBloomFilterValueSnafu
impl IntoError<Error> for PushBloomFilterValueSnafu
Source§impl IntoError<Error> for PushIndexValueSnafu
impl IntoError<Error> for PushIndexValueSnafu
Source§impl IntoError<Error> for ReadDataPartSnafu
impl IntoError<Error> for ReadDataPartSnafu
Source§impl<__T0> IntoError<Error> for ReadParquetSnafu<__T0>
impl<__T0> IntoError<Error> for ReadParquetSnafu<__T0>
Source§impl<__T0> IntoError<Error> for ReadWalSnafu<__T0>
impl<__T0> IntoError<Error> for ReadWalSnafu<__T0>
Source§type Source = BoxedError
type Source = BoxedError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Source§impl<__T0> IntoError<Error> for RegionBusySnafu<__T0>
impl<__T0> IntoError<Error> for RegionBusySnafu<__T0>
Source§impl<__T0> IntoError<Error> for RegionClosedSnafu<__T0>
impl<__T0> IntoError<Error> for RegionClosedSnafu<__T0>
Source§impl<__T0, __T1> IntoError<Error> for RegionCorruptedSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for RegionCorruptedSnafu<__T0, __T1>
Source§impl<__T0> IntoError<Error> for RegionDroppedSnafu<__T0>
impl<__T0> IntoError<Error> for RegionDroppedSnafu<__T0>
Source§impl IntoError<Error> for RegionMetadataNotFoundSnafu
impl IntoError<Error> for RegionMetadataNotFoundSnafu
Source§impl<__T0> IntoError<Error> for RegionNotFoundSnafu<__T0>
impl<__T0> IntoError<Error> for RegionNotFoundSnafu<__T0>
Source§impl<__T0, __T1, __T2> IntoError<Error> for RegionStateSnafu<__T0, __T1, __T2>where
Error: Error + ErrorCompat,
__T0: Into<RegionId>,
__T1: Into<RegionRoleState>,
__T2: Into<RegionRoleState>,
impl<__T0, __T1, __T2> IntoError<Error> for RegionStateSnafu<__T0, __T1, __T2>where
Error: Error + ErrorCompat,
__T0: Into<RegionId>,
__T1: Into<RegionRoleState>,
__T2: Into<RegionRoleState>,
Source§impl<__T0> IntoError<Error> for RegionStoppedSnafu<__T0>
impl<__T0> IntoError<Error> for RegionStoppedSnafu<__T0>
Source§impl<__T0> IntoError<Error> for RegionTruncatedSnafu<__T0>
impl<__T0> IntoError<Error> for RegionTruncatedSnafu<__T0>
Source§impl<__T0> IntoError<Error> for RejectWriteSnafu<__T0>
impl<__T0> IntoError<Error> for RejectWriteSnafu<__T0>
Source§impl<__T0, __T1, __T2> IntoError<Error> for RemoteCompactionSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> IntoError<Error> for RemoteCompactionSnafu<__T0, __T1, __T2>
Source§impl IntoError<Error> for SerdeJsonSnafu
impl IntoError<Error> for SerdeJsonSnafu
Source§impl IntoError<Error> for SerializeFieldSnafu
impl IntoError<Error> for SerializeFieldSnafu
Source§impl<__T0, __T1, __T2> IntoError<Error> for StaleLogEntrySnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> IntoError<Error> for StaleLogEntrySnafu<__T0, __T1, __T2>
Source§impl<__T0> IntoError<Error> for StatsNotPresentSnafu<__T0>
impl<__T0> IntoError<Error> for StatsNotPresentSnafu<__T0>
Source§impl IntoError<Error> for StopSchedulerSnafu
impl IntoError<Error> for StopSchedulerSnafu
Source§impl<__T0, __T1> IntoError<Error> for TimeRangePredicateOverflowSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for TimeRangePredicateOverflowSnafu<__T0, __T1>
Source§impl IntoError<Error> for TimeoutSnafu
impl IntoError<Error> for TimeoutSnafu
Source§impl<__T0, __T1, __T2> IntoError<Error> for UnexpectedImpureDefaultSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> IntoError<Error> for UnexpectedImpureDefaultSnafu<__T0, __T1, __T2>
Source§impl<__T0, __T1, __T2> IntoError<Error> for UnexpectedReplaySnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> IntoError<Error> for UnexpectedReplaySnafu<__T0, __T1, __T2>
Source§impl<__T0> IntoError<Error> for UnsupportedOperationSnafu<__T0>
impl<__T0> IntoError<Error> for UnsupportedOperationSnafu<__T0>
Source§impl<__T0, __T1> IntoError<Error> for UpdateManifestSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<Error> for UpdateManifestSnafu<__T0, __T1>
Source§impl<__T0, __T1, __T2> IntoError<Error> for UploadSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> IntoError<Error> for UploadSnafu<__T0, __T1, __T2>
Source§impl<__T0> IntoError<Error> for WorkerStoppedSnafu<__T0>
impl<__T0> IntoError<Error> for WorkerStoppedSnafu<__T0>
Source§impl IntoError<Error> for WriteGroupSnafu
impl IntoError<Error> for WriteGroupSnafu
Source§impl IntoError<Error> for WriteParquetSnafu
impl IntoError<Error> for WriteParquetSnafu
Source§impl IntoError<Error> for WriteWalSnafu
impl IntoError<Error> for WriteWalSnafu
Source§type Source = BoxedError
type Source = BoxedError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
Auto Trait Implementations§
impl !Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
§impl<T> AsErrorSource for Twhere
T: Error + 'static,
impl<T> AsErrorSource for Twhere
T: Error + 'static,
§fn as_error_source(&self) -> &(dyn Error + 'static)
fn as_error_source(&self) -> &(dyn Error + 'static)
For maximum effectiveness, this needs to be called as a method
to benefit from Rust’s automatic dereferencing of method
receivers.
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Conv for T
impl<T> Conv for T
§impl<T, V> Convert<T> for Vwhere
V: Into<T>,
impl<T, V> Convert<T> for Vwhere
V: Into<T>,
fn convert(value: Self) -> T
fn convert_box(value: Box<Self>) -> Box<T>
fn convert_vec(value: Vec<Self>) -> Vec<T>
fn convert_vec_box(value: Vec<Box<Self>>) -> Vec<Box<T>>
fn convert_matrix(value: Vec<Vec<Self>>) -> Vec<Vec<T>>
fn convert_option(value: Option<Self>) -> Option<T>
fn convert_option_box(value: Option<Box<Self>>) -> Option<Box<T>>
fn convert_option_vec(value: Option<Vec<Self>>) -> Option<Vec<T>>
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.§impl<T> DowncastSync for T
impl<T> DowncastSync for T
§impl<T> FmtForward for T
impl<T> FmtForward for T
§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
Causes
self
to use its Binary
implementation when Debug
-formatted.§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
Causes
self
to use its Display
implementation when
Debug
-formatted.§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
Causes
self
to use its LowerExp
implementation when
Debug
-formatted.§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
Causes
self
to use its LowerHex
implementation when
Debug
-formatted.§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
Causes
self
to use its Octal
implementation when Debug
-formatted.§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
Causes
self
to use its Pointer
implementation when
Debug
-formatted.§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
Causes
self
to use its UpperExp
implementation when
Debug
-formatted.§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
Causes
self
to use its UpperHex
implementation when
Debug
-formatted.§fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
Formats each item in a sequence. Read more
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Pipes by value. This is generally the method you want to use. Read more
§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
Borrows
self
and passes that borrow into the pipe function. Read more§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
Mutably borrows
self
and passes that borrow into the pipe function. Read more§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
Borrows
self
, then passes self.as_ref()
into the pipe function.§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
Mutably borrows
self
, then passes self.as_mut()
into the pipe
function.§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
Borrows
self
, then passes self.deref()
into the pipe function.§impl<T> Pointable for T
impl<T> Pointable for T
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.§impl<T> Tap for T
impl<T> Tap for T
§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Immutable access to the
Borrow<B>
of a value. Read more§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
Mutable access to the
BorrowMut<B>
of a value. Read more§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
Immutable access to the
AsRef<R>
view of a value. Read more§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
Mutable access to the
AsMut<R>
view of a value. Read more§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Immutable access to the
Deref::Target
of a value. Read more§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Mutable access to the
Deref::Target
of a value. Read more§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
Calls
.tap()
only in debug builds, and is erased in release builds.§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
Calls
.tap_mut()
only in debug builds, and is erased in release
builds.§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
Calls
.tap_borrow()
only in debug builds, and is erased in release
builds.§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
Calls
.tap_borrow_mut()
only in debug builds, and is erased in release
builds.§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
Calls
.tap_ref()
only in debug builds, and is erased in release
builds.§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
Calls
.tap_ref_mut()
only in debug builds, and is erased in release
builds.§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
Calls
.tap_deref()
only in debug builds, and is erased in release
builds.