Skip to content

Commit

Permalink
fewer lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zehiko committed Oct 14, 2024
1 parent 386491a commit 040afd2
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions crates/store/re_dataframe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,12 @@ pub use self::query::QueryHandle;
#[doc(no_inline)]
pub use self::external::arrow2::chunk::Chunk as ArrowChunk;
#[doc(no_inline)]
pub use self::external::re_chunk_store::ColumnSelector;
pub use self::external::re_chunk_store::{
ColumnSelector, ComponentColumnSelector, Index, IndexRange, IndexValue, JoinEncoding,
QueryExpression, SparseFillStrategy, TimeColumnSelector, ViewContentsSelector,
};
#[doc(no_inline)]
pub use self::external::re_chunk_store::ComponentColumnSelector;
#[doc(no_inline)]
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;
#[doc(no_inline)]
pub use self::external::re_chunk_store::SparseFillStrategy;
#[doc(no_inline)]
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;
pub use self::external::re_log_types::{TimeInt, Timeline};
#[doc(no_inline)]
pub use self::external::re_query::Caches as QueryCache;

Expand Down

0 comments on commit 040afd2

Please sign in to comment.