Uses of Class
com.gpudb.protocol.CreateJoinTableResponse
-
Packages that use CreateJoinTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateJoinTableResponse in com.gpudb
Methods in com.gpudb that return CreateJoinTableResponse Modifier and Type Method Description CreateJoinTableResponseGPUdb. createJoinTable(CreateJoinTableRequest request)Creates a table that is the result of a SQL JOIN.CreateJoinTableResponseGPUdb. createJoinTable(String joinTableName, List<String> tableNames, List<String> columnNames, List<String> expressions, Map<String,String> options)Creates a table that is the result of a SQL JOIN. -
Uses of CreateJoinTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateJoinTableResponse Modifier and Type Method Description CreateJoinTableResponseCreateJoinTableResponse. setCount(long count)The number of records in the join table filtered by the given select expression.CreateJoinTableResponseCreateJoinTableResponse. setInfo(Map<String,String> info)Additional information.CreateJoinTableResponseCreateJoinTableResponse. setJoinTableName(String joinTableName)Value ofjoinTableName.
-