C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Implements the abstract DataSourceIface interface. More...
Additional Inherited Members | |
![]() | |
enum | DataSourceStatus { readyForLoad = 1, waitingForRows = 2, endOfData = 3, notReady = 4 } |
Specifies the status of the Data Source. More... | |
enum | DictionaryCreationFlag { notDictionaryFromContext = 1, doDictionaryFromContext = 2 } |
Specifies whether a Data Dictionary is created from the context of a Data Source. More... | |
enum | NumericTableAllocationFlag { notAllocateNumericTable = 1, doAllocateNumericTable = 2 } |
Specifies whether a Numeric Table is allocated inside of the Data Source object. More... | |
|
inlinevirtual |
Allocates a Numeric Table associated with a Data Source
Implements DataSourceIface.
|
inlinevirtual |
Returns a pointer to a Numeric Table associated with a Data Source
Implements DataSourceIface.
For more complete information about compiler optimizations, see our Optimization Notice.