Operatore getschema

Produrre una tabella che rappresenta uno schema tabulare dell'input.

Sintassi

T|getschema

Altre informazioni sulle convenzioni di sintassi.

Esempio

StormEvents
| getschema

Output

ColumnName ColumnOrdinal DataType ColumnType
StartTime 0 System.DateTime Datetime
EndTime 1 System.DateTime Datetime
EpisodioId 2 System.Int32 INT
EventId 3 System.Int32 INT
State 4 System.String string
EventType 5 System.String string
LesioniDirect 6 System.Int32 INT
LesioniIndirect 7 System.Int32 INT
DeathsDirect 8 System.Int32 INT
MortiIndirect 9 System.Int32 INT
DanniProperty 10 System.Int32 INT
DamageCrops 11 System.Int32 INT
Source 12 System.String string
BeginLocation 13 System.String string
EndLocation 14 System.String string
BeginLat 15 System.Double real
BeginLon 16 System.Double real
EndLat 17 System.Double real
EndLon 18 System.Double real
EpisodeNarrative 19 System.String string
EventNarrative 20 System.String string
StormSummary 21 System.Object dinamico