| Package | Description |
|---|---|
| com.microsoft.azure.kusto.data |
| Modifier and Type | Field and Description |
|---|---|
static KustoType<Instant> |
KustoType.DATETIME_INSTANT |
static KustoType<Long> |
KustoType.DATETIME_LONG |
static KustoType<ZonedDateTime> |
KustoType.DATETIME_ZONED_DATE_TIME |
static KustoType<String> |
KustoType.GUID_STRING |
static KustoType<UUID> |
KustoType.GUID_UUID |
static KustoType<Integer> |
KustoType.INTEGER |
static KustoType<Long> |
KustoType.LONG |
static KustoType<Object> |
KustoType.OBJECT |
static KustoType<Double> |
KustoType.REAL_DOUBLE |
static KustoType<Float> |
KustoType.REAL_FLOAT |
static KustoType<String> |
KustoType.STRING |
| Modifier and Type | Method and 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).
|
Copyright © 2023. All rights reserved.