Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ValidateAccess ¶ added in v0.12.0
ValidateAccess check that all vectors is allowed to run.
func ValidateSchema ¶ added in v0.12.0
ValidateSchema will check that request contains only allowed(known) columns.
Types ¶
type DbSchema ¶ added in v0.14.0
type DbSchema struct {
// contains filtered or unexported fields
}
func NewDbSchema ¶ added in v0.14.0
func NewDbSchema(defaultSchema string, tables []config.TargetTable) *DbSchema
Click to show internal directories.
Click to hide internal directories.