Crate lance_core
Source pub use error::ArrowResult;
pub use error::Error;
pub use error::Result;
- cache
- Cache implementation
- container
- datatypes
- Lance data types, Schema and Field
- error
- traits
- Dataset Traits
- utils
- assume
- A macro that combines debug_assert and std::hint::assert_unchecked for optimized assertions
- assume_eq
- Helper macro for equality assumptions.
- ROW_ADDR
- Column name for the meta row address.
- ROW_ID
- Column name for the meta row ID.
- ROW_OFFSET
- Column name for the meta row offset.
- ROW_ADDR_FIELD
- Row address field. This is nullable because its validity bitmap is sometimes used
as a selection vector.
- ROW_ID_FIELD
- Row ID field. This is nullable because its validity bitmap is sometimes used
as a selection vector.
- ROW_OFFSET_FIELD
- Row offset field. This is nullable merely for compatibility with the other
fields.