C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class that provides methods to access data stored as a Apache Arrow table. More...
Additional Inherited Members | |
![]() | |
enum | MemoryStatus { notAllocated, userAllocated, internallyAllocated } |
Enumeration to specify the status of memory related to the Numeric Table. More... | |
enum | AllocationFlag { doNotAllocate = 0, notAllocate = 0, doAllocate = 1 } |
Enumeration to specify whether the Numeric Table must allocate memory. More... | |
enum | BasicStatisticsId { minimum = 0, maximum = 1, sum = 2, sumSquares = 3 } |
Enumeration to specify estimates of basic statistics stored. More... | |
enum | FeatureBasicStatistics { counters } |
Enumeration to specify feature-specific estimates of basic statistics stored. More... | |
enum | NormalizationType { nonNormalized = 0, standardScoreNormalized = 1, minMaxNormalized = 2 } |
Enumeration to specify types of normalization. More... | |
enum | StorageLayout |
Storage layouts that may need to be supported. More... | |
|
pure virtual |
Returns whether the numeric table is mutable
Implemented in BaseArrowImmutableNumericTable.
For more complete information about compiler optimizations, see our Optimization Notice.