QuerySchema returns the schema of the sql without trying not to run the actual query.
(ctx context.Context, query string, args []any)
| 46 | Head(ctx context.Context, db, schema, table string, limit int64) (*Result, error) |
| 47 | // QuerySchema returns the schema of the sql without trying not to run the actual query. |
| 48 | QuerySchema(ctx context.Context, query string, args []any) (*runtimev1.StructType, error) |
| 49 | // InformationSchema enables introspecting the tables and views available in the OLAP driver. |
| 50 | InformationSchema() OLAPInformationSchema |
| 51 | // EstimateSize returns an estimate of the total data size in bytes. |
no outgoing calls