Uses of Class
com.gpudb.protocol.CreateProjectionResponse
-
Packages that use CreateProjectionResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateProjectionResponse in com.gpudb
Methods in com.gpudb that return CreateProjectionResponse Modifier and Type Method Description CreateProjectionResponseGPUdb. createProjection(CreateProjectionRequest request)Creates a new projection of an existing table.CreateProjectionResponseGPUdb. createProjection(String tableName, String projectionName, List<String> columnNames, Map<String,String> options)Creates a new projection of an existing table. -
Uses of CreateProjectionResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateProjectionResponse Modifier and Type Method Description CreateProjectionResponseCreateProjectionResponse. setInfo(Map<String,String> info)Additional information.CreateProjectionResponseCreateProjectionResponse. setProjectionName(String projectionName)Value ofprojectionName.
-