Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
guessFieldTypeFromValue() function
guessFieldTypeFromValue() function
Given a value this will guess the best column type
NOTE: this is will try to see if string values can be mapped to other types (like number)
Signature
export declare function guessFieldTypeFromValue(v: any): FieldType;
Import
import { guessFieldTypeFromValue } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
v | any |
Returns:
FieldType