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