SQL-GPT Contexts
Represents a collection of clauses that comprise a SQL-GPT context.
Example:
Parameters
Format this GPUdbSqlContext as a SQL CREATE CONTEXT statement. The result can be passed to GPUDB.execute() to create the context.
The SQL-formatted CREATE CONTEXT statement.
A GPUdbTableClause represents the table clause of a SQL-GPT context and can convert its contents to the SQL form expected by a CREATE CONTEXT statement.
Example:
Parameters
Format the clause as a SQL string.
A GPUdbSamplesClause represents the samples clause of a SQL-GPT context and can convert its contents to the SQL form expected by a CREATE CONTEXT statement.
Example:
Parameters
Format the clause as a SQL string.