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
TODO: better Date/Time support! Look for standard date strings?
Signature
export declare function guessFieldTypeFromValue(v: any): FieldType;
Import
import { guessFieldTypeFromValue } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
v | any |
Returns:
FieldType