TDV Adapter for Apache HBase

Build 22.0.8462

TypeDetectionScheme

Determines how to determine the data type of columns.

Possible Values

None, RowScan

Data Type

string

Default Value

"RowScan"

Remarks

NoneSetting TypeDetectionScheme to None will return all columns as strings. The RowScanDepth determines the number of rows to be scanned to retrieve the column listing.
RowScanSetting TypeDetectionScheme to RowScan will scan rows to heuristically determine the data type. The RowScanDepth determines the number of rows to be scanned to retrieve the column listing and column data type.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462