Uses of Class
io.prestosql.plugin.blackhole.BlackHoleColumnHandle
-
-
Uses of BlackHoleColumnHandle in io.prestosql.plugin.blackhole
Methods in io.prestosql.plugin.blackhole that return types with arguments of type BlackHoleColumnHandle Modifier and Type Method Description java.util.List<BlackHoleColumnHandle>BlackHoleTableHandle. getColumnHandles()Constructor parameters in io.prestosql.plugin.blackhole with type arguments of type BlackHoleColumnHandle Constructor Description BlackHoleTableHandle(java.lang.String schemaName, java.lang.String tableName, java.util.List<BlackHoleColumnHandle> columnHandles, int splitCount, int pagesPerSplit, int rowsPerPage, int fieldsLength, io.airlift.units.Duration pageProcessingDelay)
-