OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ArrowFragment Struct Reference

Public Attributes

int64_t offset {0}
 
int64_t sz {0}
 
std::vector< std::shared_ptr
< arrow::ArrayData > > 
chunks
 

Detailed Description

Definition at line 44 of file ArrowForeignStorage.cpp.

Member Data Documentation

std::vector<std::shared_ptr<arrow::ArrayData> > ArrowFragment::chunks

Definition at line 47 of file ArrowForeignStorage.cpp.

Referenced by ArrowForeignStorageBase::makeFragment().

int64_t ArrowFragment::offset {0}

Definition at line 45 of file ArrowForeignStorage.cpp.

Referenced by ArrowForeignStorageBase::makeFragment().

int64_t ArrowFragment::sz {0}

Definition at line 46 of file ArrowForeignStorage.cpp.

Referenced by ArrowForeignStorageBase::makeFragment().


The documentation for this struct was generated from the following file: