List of all items
Structs
- EmptyMetadata
- ProstMetadata
- VTableContext
- VTableRegistry
- arcref::ArcRef
- arrays::BoolArray
- arrays::BoolEncoding
- arrays::BooleanBuffer
- arrays::BooleanBufferBuilder
- arrays::ChunkedArray
- arrays::ChunkedEncoding
- arrays::ConstantArray
- arrays::ConstantEncoding
- arrays::DecimalArray
- arrays::DecimalEncoding
- arrays::ExtensionArray
- arrays::ExtensionEncoding
- arrays::Inlined
- arrays::ListArray
- arrays::ListEncoding
- arrays::NativeValue
- arrays::NullArray
- arrays::NullEncoding
- arrays::PrimitiveArray
- arrays::PrimitiveEncoding
- arrays::Ref
- arrays::StructArray
- arrays::StructEncoding
- arrays::TemporalArray
- arrays::VarBinArray
- arrays::VarBinEncoding
- arrays::VarBinViewArray
- arrays::VarBinViewEncoding
- arrays::builder::VarBinBuilder
- arrow::Datum
- builders::BoolBuilder
- builders::DecimalBuilder
- builders::ExtensionBuilder
- builders::ListBuilder
- builders::NullBuilder
- builders::PrimitiveBuilder
- builders::UninitRange
- builders::VarBinViewBuilder
- compute::BetweenKernelAdapter
- compute::BetweenKernelRef
- compute::BetweenOptions
- compute::BooleanKernelAdapter
- compute::BooleanKernelRef
- compute::CastKernelAdapter
- compute::CastKernelRef
- compute::CompareKernelAdapter
- compute::CompareKernelRef
- compute::ComputeFn
- compute::FilterKernelAdapter
- compute::FilterKernelRef
- compute::InvertKernelAdapter
- compute::InvertKernelRef
- compute::InvocationArgs
- compute::IsConstantOpts
- compute::LikeOptions
- compute::MaskKernelAdapter
- compute::MaskKernelRef
- compute::MinMaxResult
- compute::NumericKernelAdapter
- compute::NumericKernelRef
- compute::SumKernelAdapter
- compute::SumKernelRef
- flatbuffers::Array
- flatbuffers::ArrayArgs
- flatbuffers::ArrayBuilder
- flatbuffers::ArrayNode
- flatbuffers::ArrayNodeArgs
- flatbuffers::ArrayNodeBuilder
- flatbuffers::ArrayStats
- flatbuffers::ArrayStatsArgs
- flatbuffers::ArrayStatsBuilder
- flatbuffers::Buffer
- flatbuffers::Compression
- iter::ArrayIteratorAdapter
- patches::Patches
- patches::PatchesMetadata
- serde::ArrayNodeFlatBuffer
- serde::ArrayParts
- serde::SerializeOptions
- stats::ArrayStats
- stats::IsConstant
- stats::IsSorted
- stats::IsStrictSorted
- stats::LowerBound
- stats::Max
- stats::Min
- stats::NullCount
- stats::StatsSet
- stats::StatsSetIntoIter
- stats::StatsSetRef
- stats::Sum
- stats::UncompressedSizeInBytes
- stats::UpperBound
- stream::ArrayStreamAdapter
- stream::TakeRows
Enums
- Canonical
- arrays::DecimalValueType
- compute::BooleanOperator
- compute::Input
- compute::Operator
- compute::Output
- compute::SearchResult
- compute::SearchSortedSide
- compute::StrictComparison
- flatbuffers::ArrayNodeOffset
- flatbuffers::ArrayOffset
- flatbuffers::ArrayStatsOffset
- stats::Precision
- stats::Stat
- validity::Validity
Unions
Traits
- Array
- ArrayBufferVisitor
- ArrayCanonicalImpl
- ArrayChildVisitor
- ArrayExt
- ArrayImpl
- ArrayStatistics
- ArrayStatisticsImpl
- ArrayValidityImpl
- ArrayVariants
- ArrayVariantsImpl
- ArrayVisitor
- ArrayVisitorExt
- ArrayVisitorImpl
- DeserializeMetadata
- Encoding
- IntoArray
- SerializeMetadata
- ToCanonical
- TryFromArrayRef
- TryIntoArray
- accessor::ArrayAccessor
- arrays::BooleanBufferExt
- arrays::NativeDecimalType
- arrays::OffsetPType
- arrow::FromArrowArray
- arrow::IntoArrowArray
- builders::ArrayBuilder
- builders::ArrayBuilderExt
- compute::BetweenKernel
- compute::BooleanKernel
- compute::CastKernel
- compute::CompareKernel
- compute::ComputeFnVTable
- compute::FillNullFn
- compute::FilterKernel
- compute::IndexOrd
- compute::InvertKernel
- compute::IsConstantFn
- compute::IsSortedFn
- compute::IsSortedIteratorExt
- compute::Kernel
- compute::LikeFn
- compute::MaskKernel
- compute::MinMaxFn
- compute::NumericKernel
- compute::OptimizeFn
- compute::Options
- compute::ScalarAtFn
- compute::SearchSorted
- compute::SearchSortedFn
- compute::SearchSortedUsizeFn
- compute::SliceFn
- compute::SumKernel
- compute::TakeFn
- compute::TakeFromFn
- compute::ToArrowFn
- compute::UncompressedSizeFn
- iter::ArrayIterator
- iter::ArrayIteratorArrayExt
- iter::ArrayIteratorExt
- nbytes::NBytes
- stats::StatBound
- stats::StatType
- stats::StatsProvider
- stats::StatsProviderExt
- stream::ArrayStream
- stream::ArrayStreamArrayExt
- stream::ArrayStreamExt
- variants::BinaryArrayTrait
- variants::BoolArrayTrait
- variants::DecimalArrayTrait
- variants::ExtensionArrayTrait
- variants::ListArrayTrait
- variants::NullArrayTrait
- variants::PrimitiveArrayTrait
- variants::StructArrayTrait
- variants::Utf8ArrayTrait
- vtable::ComputeVTable
- vtable::EncodingVTable
Macros
- aliases::paste::paste
- match_each_decimal_value
- match_each_decimal_value_type
- register_kernel
- try_from_array_ref
Functions
- arrays::compute::filter::filter_indices
- arrays::compute::filter::filter_slices
- arrays::compute_is_constant
- arrays::compute_min_max
- arrays::precision_to_storage_size
- arrays::varbin_scalar
- arrow::from_arrow_array_with_len
- builders::builder_with_capacity
- compress::downscale_integer_array
- compute::add
- compute::add_scalar
- compute::and
- compute::and_kleene
- compute::between
- compute::boolean
- compute::cast
- compute::compare
- compute::compare_lengths_to_empty
- compute::div
- compute::div_scalar
- compute::fill_null
- compute::filter
- compute::invert
- compute::is_constant
- compute::is_constant_opts
- compute::is_sorted
- compute::is_strict_sorted
- compute::like
- compute::mask
- compute::min_max
- compute::mul
- compute::mul_scalar
- compute::numeric
- compute::optimize
- compute::or
- compute::or_kleene
- compute::preferred_arrow_data_type
- compute::scalar_at
- compute::scalar_cmp
- compute::search_sorted
- compute::search_sorted_many
- compute::search_sorted_usize
- compute::search_sorted_usize_many
- compute::slice
- compute::sub
- compute::sub_scalar
- compute::sum
- compute::sum_impl
- compute::take
- compute::take_into
- compute::to_arrow
- compute::to_arrow_preferred
- compute::uncompressed_size
- flatbuffers::finish_array_buffer
- flatbuffers::finish_size_prefixed_array_buffer
- flatbuffers::root_as_array
- flatbuffers::root_as_array_unchecked
- flatbuffers::root_as_array_with_opts
- flatbuffers::size_prefixed_root_as_array
- flatbuffers::size_prefixed_root_as_array_unchecked
- flatbuffers::size_prefixed_root_as_array_with_opts
- stats::as_stat_bitset_bytes
- stats::stats_from_bitset_bytes
Type Aliases
- ArrayContext
- ArrayRef
- ArrayRegistry
- EncodingId
- aliases::DefaultHashBuilder
- aliases::hash_map::DefaultHashBuilder
- aliases::hash_map::Entry
- aliases::hash_map::HashMap
- aliases::hash_map::HashTable
- aliases::hash_map::HashTableEntry
- aliases::hash_map::IntoIter
- aliases::hash_map::RandomState
- aliases::hash_set::Entry
- aliases::hash_set::HashSet
- aliases::hash_set::IntoIter
- stream::SendableArrayStream
- vtable::VTableRef
Statics
- compute::BETWEEN_FN
- compute::BOOLEAN_FN
- compute::CAST_FN
- compute::COMPARE_FN
- compute::FILTER_FN
- compute::INVERT_FN
- compute::MASK_FN
- compute::NUMERIC_FN
- compute::SUM_FN