Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
ODBCDataSourceOptions Class Reference

Options of ODBC data source. More...

Public Member Functions

def unite
 
def __init__
 
def getNumericTableAllocationFlag
 
def getDictionaryCreationFlag
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

__init__(daal.data_management.ODBCDataSourceOptions self, daal.data_management.ODBCDataSourceOptions.Value flags) -> ODBCDataSourceOptions

Member Function Documentation

def getDictionaryCreationFlag (   self)

getDictionaryCreationFlag(ODBCDataSourceOptions self) -> daal.data_management.DataSource.DictionaryCreationFlag

def getNumericTableAllocationFlag (   self)

getNumericTableAllocationFlag(ODBCDataSourceOptions self) -> daal.data_management.DataSource.NumericTableAllocationFlag

def unite (   lhs,
  rhs 
)

unite(daal.data_management.ODBCDataSourceOptions.Value const & lhs, daal.data_management.ODBCDataSourceOptions.Value const & rhs) -> daal.data_management.ODBCDataSourceOptions.Value


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

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