Uses of Class
com.microsoft.azure.kusto.data.KustoType
-
Packages that use KustoType Package Description com.microsoft.azure.kusto.data -
-
Uses of KustoType in com.microsoft.azure.kusto.data
Fields in com.microsoft.azure.kusto.data declared as KustoType Modifier and Type Field Description static KustoType<Instant>KustoType. DATETIME_INSTANTstatic KustoType<Long>KustoType. DATETIME_LONGstatic KustoType<ZonedDateTime>KustoType. DATETIME_ZONED_DATE_TIMEstatic KustoType<String>KustoType. GUID_STRINGstatic KustoType<UUID>KustoType. GUID_UUIDstatic KustoType<Integer>KustoType. INTEGERstatic KustoType<Long>KustoType. LONGstatic KustoType<Object>KustoType. OBJECTstatic KustoType<Double>KustoType. REAL_DOUBLEstatic KustoType<Float>KustoType. REAL_FLOATstatic KustoType<String>KustoType. STRINGMethods in com.microsoft.azure.kusto.data with parameters of type KustoType Modifier and Type Method Description <C> KustoResultMapper.Builder<R>KustoResultMapper.Builder. addColumn(KustoType<C> type, int ordinal, boolean isNullable, BiConsumer<R,C> setter)Add a column by ordinal (column index).<C> KustoResultMapper.Builder<R>KustoResultMapper.Builder. addColumn(KustoType<C> type, String name, boolean isNullable, BiConsumer<R,C> setter)Add a column by name.<C> KustoResultMapper.Builder<R>KustoResultMapper.Builder. addColumn(KustoType<C> type, String name, int ordinal, boolean isNullable, BiConsumer<R,C> setter)Add a column by name and ordinal (column index).
-