getschema operator

Learn how to use the getschema operator to create a tabular schema of the input.

Produce a table that represents a tabular schema of the input.

Syntax

T | getschema

Example

StormEvents
| getschema

Output

ColumnNameColumnOrdinalDataTypeColumnType
StartTime0System.DateTimedatetime
EndTime1System.DateTimedatetime
EpisodeId2System.Int32int
EventId3System.Int32int
State4System.Stringstring
EventType5System.Stringstring
InjuriesDirect6System.Int32int
InjuriesIndirect7System.Int32int
DeathsDirect8System.Int32int
DeathsIndirect9System.Int32int
DamageProperty10System.Int32int
DamageCrops11System.Int32int
Source12System.Stringstring
BeginLocation13System.Stringstring
EndLocation14System.Stringstring
BeginLat15System.Doublereal
BeginLon16System.Doublereal
EndLat17System.Doublereal
EndLon18System.Doublereal
EpisodeNarrative19System.Stringstring
EventNarrative20System.Stringstring
StormSummary21System.Objectdynamic