Uses of Class
org.apache.ignite.internal.processors.query.ColumnInformation
-
Packages that use ColumnInformation Package Description org.apache.ignite.internal.processors.query.schema.management -
-
Uses of ColumnInformation in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management that return types with arguments of type ColumnInformation Modifier and Type Method Description Collection<ColumnInformation>SchemaManager. columnsInformation(String schemaNamePtrn, String tblNamePtrn, String colNamePtrn)Return column information filtered by given patterns.
-