Modifier and Type | Method and Description |
---|---|
static HashIndex |
Index.hash(DataType dataType)
Returns an instance of HashIndex class with specified DataType.
|
static HashIndex |
Index.hash(DataType dataType,
int precision)
Returns an instance of HashIndex class with specified DataType and precision.
|
HashIndex |
HashIndex.setDataType(DataType dataType)
Sets data type.
|
HashIndex |
HashIndex.setPrecision(int precision)
Sets precision.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.