Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

Static Public Attributes | List of all members
DataSource.NumericTableAllocationFlag Class Reference

Static Public Attributes

static final
NumericTableAllocationFlag 
NotAllocateNumericTable
 
static final
NumericTableAllocationFlag 
DoAllocateNumericTable
 

Detailed Description

Specifies whether the Numeric Table is allocated inside of the Data Source object

Member Data Documentation

final NumericTableAllocationFlag DoAllocateNumericTable
static
Initial value:
= new NumericTableAllocationFlag(
_doAllocateNumericTable)

Allocates Numeric Table when needed

final NumericTableAllocationFlag NotAllocateNumericTable
static
Initial value:
= new NumericTableAllocationFlag(
_notAllocateNumericTable)

Does not allocate Numeric Table automatically


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

For more complete information about compiler optimizations, see our Optimization Notice.