Uses of Class
com.gpudb.protocol.CreateProjectionRequest
-
Packages that use CreateProjectionRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateProjectionRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateProjectionRequest Modifier and Type Method Description CreateProjectionResponseGPUdb. createProjection(CreateProjectionRequest request)Creates a new projection of an existing table. -
Uses of CreateProjectionRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateProjectionRequest Modifier and Type Method Description CreateProjectionRequestCreateProjectionRequest. setColumnNames(List<String> columnNames)List of columns fromtableNameto be included in the projection.CreateProjectionRequestCreateProjectionRequest. setOptions(Map<String,String> options)Optional parameters.CreateProjectionRequestCreateProjectionRequest. setProjectionName(String projectionName)Name of the projection to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.CreateProjectionRequestCreateProjectionRequest. setTableName(String tableName)Name of the existing table on which the projection is to be applied, in [schema_name.]table_name format, using standard name resolution rules.
-