Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExprsToSchema ¶
func ExprsToSchema(exprs ...sql.Expression) sql.Schema
ExprsToSchema converts a list of sql.Expression to a sql.Schema. This is used for functions that use HashOf, but don't already have a schema. The generated schema ONLY contains the types of the expressions without any column names or any other info.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.