ArrayParser |
A simple wrapper for string-to-array parsing.
|
BigDecimalUtils |
Computes the square root of a BigDecimal using Babylonian method.
|
ClockFactory |
This is a hook to enable testing and simulation.
|
IllumonUtils |
|
ImportSchemaDescriptor |
Support classes for programmatic creation of ImportSource blocks for schema files.
|
ImportSchemaDescriptor.ImportColumnDescriptor |
A class to wrap up details of an ImportColumn.
|
IngesterUtils |
Importer utilities required for the Illumon importers
|
JdbcTypeMapper |
|
JdbcTypeMapper.BooleanDataTypeMapping |
|
JdbcTypeMapper.ByteArrayDataTypeMapping |
|
JdbcTypeMapper.ByteDataTypeMapping |
|
JdbcTypeMapper.CharDataTypeMapping |
|
JdbcTypeMapper.Context |
A catch-all bucket for settings used when converting Deephaven column values to and from JDBC values.
|
JdbcTypeMapper.DataTypeMapping<T> |
An abstraction for mapping a JDBC type to an Deephaven column type.
|
JdbcTypeMapper.DateDBDateTimeDataTypeMapping |
|
JdbcTypeMapper.DateLocalDateDataTypeMapping |
|
JdbcTypeMapper.DateYearDataTypeMapping |
|
JdbcTypeMapper.DecimalDataTypeMapping |
|
JdbcTypeMapper.DecimalToDoubleDataTypeMapping |
Provides a SQL decimal/numeric to double precision Deephaven type mapping
|
JdbcTypeMapper.DecimalToFloatDataTypeMapping |
Provides a mapping from SQL decimal/numeric to Deephaven BigDecimal type.
|
JdbcTypeMapper.DoubleDataTypeMapping |
|
JdbcTypeMapper.DoubleToDecimalDataTypeMapping |
A mapping that converts SQL double precision floating point to Deephaven BigDecimal
|
JdbcTypeMapper.FloatDataTypeMapping |
|
JdbcTypeMapper.FloatToDecimalDataTypeMapping |
A mapping that converts SQL single precision floating point to Deephaven BigDecimal
|
JdbcTypeMapper.IntDataTypeMapping |
|
JdbcTypeMapper.LongDataTypeMapping |
|
JdbcTypeMapper.ShortDataTypeMapping |
|
JdbcTypeMapper.StringDataTypeMapping |
|
JdbcTypeMapper.StringDoubleArrayDataTypeMapping |
A mapping for backward compatibility, converts a string column to a double array with a specified delimiter
|
JdbcTypeMapper.StringLongArrayDataTypeMapping |
A mapping for backward compatibility, converts a string column to a long array with a specified delimiter
|
JdbcTypeMapper.TimeDataTypeMappingBase<T> |
|
JdbcTypeMapper.TimeLocalTimeDataTypeMapping |
|
JdbcTypeMapper.TimeNanosDataTypeMapping |
|
JdbcTypeMapper.TimestampDBDateTimeDataTypeMapping |
|
SchemaCreatorColumnDetails |
A class to track details of data source columns while inspecting data to infer schema.
|
SchemaCreatorUtils |
Support classes and methods for use by the CSV and JDBC schema creator utilities.
|
SchemaCreatorUtils.Converter |
An entry for a match pattern, formula template, and source/target data types to be used when creating ImportSource
entries for data import.
|
SystemLoggerTimeSource |
|