We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e5f3c commit 5aaccd3Copy full SHA for 5aaccd3
src/lib.rs
@@ -3,6 +3,8 @@ use proto::stream::Kind;
3
pub mod proto;
4
pub mod read;
5
6
+pub use fallible_streaming_iterator;
7
+
8
#[derive(Debug, Clone)]
9
pub enum Error {
10
OutOfSpec,
tests/it/deserialize.rs
@@ -1,5 +1,5 @@
1
-use fallible_streaming_iterator::FallibleStreamingIterator;
2
use orc_format::{
+ fallible_streaming_iterator::FallibleStreamingIterator,
proto::{column_encoding::Kind as ColumnEncodingKind, stream::Kind},
read,
read::decode::{
0 commit comments