Uses of Class
org.yamcs.yarch.DataType
Package
Description
-
Uses of DataType in org.yamcs.alarms
ModifierConstructorDescriptionAlarmStreamer
(Stream s, DataType dataType, TupleDefinition tdefTemplate) -
Uses of DataType in org.yamcs.cmdhistory
Modifier and TypeMethodDescriptionvoid
StreamCommandHistoryPublisher.publish
(Commanding.CommandId cmdId, String key, DataType dt, Object value) -
Uses of DataType in org.yamcs.utils
Modifier and TypeMethodDescriptionstatic DataType
ValueUtility.getYarchType
(Yamcs.Value.Type type) -
Uses of DataType in org.yamcs.web.db
-
Uses of DataType in org.yamcs.yarch
Modifier and TypeFieldDescriptionstatic final DataType
DataType.BINARY
static final DataType
DataType.BOOLEAN
static final DataType
DataType.BYTE
static final DataType
DataType.DOUBLE
static final DataType
DataType.ENUM
static final DataType
DataType.HRES_TIMESTAMP
static final DataType
DataType.INT
static final DataType
DataType.LONG
static final DataType
DataType.PARAMETER_VALUE
static final DataType
DataType.SHORT
static final DataType
DataType.STRING
static final DataType
DataType.TIMESTAMP
protected final DataType
ColumnDefinition.type
static final DataType
DataType.UUID
Modifier and TypeMethodDescriptionstatic DataType
static DataType
this is the inverse ofname()
ArrayDataType.getElementType()
ColumnDefinition.getType()
PartitioningSpec.getValueColumnType()
static DataType
static DataType
static DataType
DataType.tuple
(TupleDefinition td) static DataType
Modifier and TypeMethodDescriptionvoid
void
static DataType
static Object
Performs casting: numbers to numbers, numbers to string, string to numbersstatic Object
Performs casting of v from sourceType to targetTypevoid
TableDefinition.changeDataType
(String cname, DataType dataType) this method is used during table migration between two versionsstatic boolean
DataType.compatible
(DataType dt1, DataType dt2) static <T> ColumnSerializer<T>
ColumnSerializerFactory.getBasicColumnSerializerV2
(DataType type) returns a column serializer for basic typesstatic <T> ColumnSerializer<T>
ColumnSerializerFactory.getBasicColumnSerializerV3
(DataType type) returns a column serializer for basic typesstatic <T> ColumnSerializer<T>
ColumnSerializerFactory.getColumnSerializer
(TableDefinition tblDef, TableColumnDefinition cd, DataType type) static ColumnSerializer<?>
ColumnSerializerFactory.getColumnSerializerForReplication
(DataType type, String colName) static int
DataType.getSerializedSize
(DataType dt) return the size in bytes of the encoded data type if it can be encoded on fixed size, or -1 if not.static boolean
void
PartitioningSpec.setValueColumnType
(DataType valueColumnType) ModifierConstructorDescriptionprotected
ArrayDataType
(DataType elementType) ColumnDefinition
(String name, DataType type) TableColumnDefinition
(String name, DataType type) -
Uses of DataType in org.yamcs.yarch.query
Modifier and TypeMethodDescriptionCreateStreamQueryBuilder.withColumn
(String name, DataType dataType) CreateTableQueryBuilder.withColumn
(String name, DataType dataType) -
Uses of DataType in org.yamcs.yarch.rocksdb
-
Uses of DataType in org.yamcs.yarch.streamsql
Modifier and TypeMethodDescriptionfinal DataType
StreamSqlParser.DataTypeDefinition()
WindowSpecification.getFieldType()
Expression.getType()