Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateProjectionResponse |
GPUdb.createProjection(CreateProjectionRequest request)
Creates a new projection of an existing table.
|
CreateProjectionResponse |
GPUdb.createProjection(String tableName,
String projectionName,
List<String> columnNames,
Map<String,String> options)
Creates a new projection of an existing table.
|
Modifier and Type | Method and Description |
---|---|
CreateProjectionResponse |
CreateProjectionResponse.setInfo(Map<String,String> info) |
CreateProjectionResponse |
CreateProjectionResponse.setProjectionName(String projectionName) |
Copyright © 2020. All rights reserved.