Options
All
  • Public
  • Public/Protected
  • All
Menu

Module serialization/generic_record/Fields

Index

Variables

ARRAY_OF_BOOLEAN: Field<boolean[] | null> = ...
ARRAY_OF_DATE: Field<(LocalDate | null)[] | null> = ...
ARRAY_OF_DECIMAL: Field<(BigDecimal | null)[] | null> = ...
ARRAY_OF_FLOAT32: Field<number[] | null> = ...
ARRAY_OF_FLOAT64: Field<number[] | null> = ...
ARRAY_OF_GENERIC_RECORD: Field<(GenericRecord | null)[] | null> = ...
ARRAY_OF_INT16: Field<number[] | null> = ...
ARRAY_OF_INT32: Field<number[] | null> = ...
ARRAY_OF_INT64: Field<Long[] | null> = ...
ARRAY_OF_INT8: Field<Buffer | null> = ...
ARRAY_OF_NULLABLE_BOOLEAN: Field<(boolean | null)[] | null> = ...
ARRAY_OF_NULLABLE_FLOAT32: Field<(number | null)[] | null> = ...
ARRAY_OF_NULLABLE_FLOAT64: Field<(number | null)[] | null> = ...
ARRAY_OF_NULLABLE_INT16: Field<(number | null)[] | null> = ...
ARRAY_OF_NULLABLE_INT32: Field<(number | null)[] | null> = ...
ARRAY_OF_NULLABLE_INT64: Field<(Long | null)[] | null> = ...
ARRAY_OF_NULLABLE_INT8: Field<(number | null)[] | null> = ...
ARRAY_OF_STRING: Field<(string | null)[] | null> = ...
ARRAY_OF_TIME: Field<(LocalTime | null)[] | null> = ...
ARRAY_OF_TIMESTAMP: Field<(LocalDateTime | null)[] | null> = ...
ARRAY_OF_TIMESTAMP_WITH_TIMEZONE: Field<(OffsetDateTime | null)[] | null> = ...
BOOLEAN: Field<boolean> = ...
DATE: Field<LocalDate | null> = ...
DECIMAL: Field<BigDecimal | null> = ...
FLOAT32: Field<number> = ...
FLOAT64: Field<number> = ...
GENERIC_RECORD: Field<GenericRecord | null> = ...
INT16: Field<number> = ...
INT32: Field<number> = ...
INT64: Field<Long> = ...
INT8: Field<number> = ...
NULLABLE_BOOLEAN: Field<boolean | null> = ...
NULLABLE_FLOAT32: Field<number | null> = ...
NULLABLE_FLOAT64: Field<number | null> = ...
NULLABLE_INT16: Field<number | null> = ...
NULLABLE_INT32: Field<number | null> = ...
NULLABLE_INT64: Field<Long | null> = ...
NULLABLE_INT8: Field<number | null> = ...
STRING: Field<string | null> = ...
TIME: Field<LocalTime | null> = ...
TIMESTAMP: Field<LocalDateTime | null> = ...
TIMESTAMP_WITH_TIMEZONE: Field<OffsetDateTime | null> = ...

Generated using TypeDoc