Skip to content

Commit

Permalink
missing few types
Browse files Browse the repository at this point in the history
  • Loading branch information
zehiko committed Oct 14, 2024
1 parent 60cf3c4 commit 386491a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/store/re_dataframe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pub use self::external::re_chunk_store::Index;
#[doc(no_inline)]
pub use self::external::re_chunk_store::IndexRange;
#[doc(no_inline)]
pub use self::external::re_chunk_store::IndexValue;
#[doc(no_inline)]
pub use self::external::re_chunk_store::JoinEncoding;
#[doc(no_inline)]
pub use self::external::re_chunk_store::QueryExpression;
Expand All @@ -27,11 +29,14 @@ pub use self::external::re_chunk_store::TimeColumnSelector;
#[doc(no_inline)]
pub use self::external::re_chunk_store::ViewContentsSelector;
#[doc(no_inline)]
pub use self::external::re_log_types::Timeline;
#[doc(no_inline)]
pub use self::external::re_query::Caches as QueryCache;

pub mod external {
pub use re_chunk;
pub use re_chunk_store;
pub use re_log_types;
pub use re_query;

pub use arrow2;
Expand Down

0 comments on commit 386491a

Please sign in to comment.