Uses of Class
io.revealbi.core.data.RVSchemaColumn
Packages that use RVSchemaColumn
-
Uses of RVSchemaColumn in io.revealbi.core.data
Methods in io.revealbi.core.data that return types with arguments of type RVSchemaColumnModifier and TypeMethodDescriptionIRVInMemoryData.getSchema()Returns the schema for this dataset, basically the list of columns (name and data type), data returned byIRVInMemoryData.getData()must be returned in the same order than the columns defined by this method.