// Code generated by himesan; DO NOT EDIT. // himesan:compiler v1.0.0-beta.2 // himesan:runtime-abi sando.v1 // himesan:source-sha256 970611f5a27597a2257f7ce7f38bc1184b99fa0801b9b0e3d09ea8bd53986827 package site import ( __himesan_context "context" __himesan_sando "gamertan.com/sandwich-hime/sando" __himesan_io "io" ) var _ = __himesan_sando.ABISandoV1 func Explore(view ExploreView) __himesan_sando.Component { return __himesan_sando.ComponentFunc(func(__himesan_render_context __himesan_context.Context, __himesan_writer __himesan_io.Writer) error { _ = __himesan_render_context //line internal/site/explore.sando:5:3 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:6:46 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n\n\n"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:9:11 if __himesan_error := __himesan_sando.Render(__himesan_render_context, __himesan_writer, (Head(view.Head))); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:9:29 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n\n Skip to content\n "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:12:7 if __himesan_error := __himesan_sando.Render(__himesan_render_context, __himesan_writer, (SiteHeader(true, "explore", view.Organization.ID))); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:12:59 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n
\n \n
\n

Query workshop ยท "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:16:53 if __himesan_error := __himesan_sando.WriteText(__himesan_writer, (view.Organization.Name)); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:16:78 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "

Follow the evidence.

Welcome, "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:16:146 if __himesan_error := __himesan_sando.WriteText(__himesan_writer, (view.DisplayName)); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:16:165 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, ". Write one bounded query, run it on the server, and inspect both the result and its cost.

\n
\n \n
\n
\n

Typed query

\n

Ask a bounded question

\n

Queries stay out of the URL and access log. The same parser, authorization scope, sensitivity rules, and execution limits used by the API are applied here.

\n
\n
\n
\n
\n
\n
\n
\n
\n \n \n \n

Begin with logs, metrics, traces, or deployments. Every query has bounded time, rows, bytes, and memory.

\n \n
\n
\n "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:41:8 if view.ErrorMessage != "" { //line internal/site/explore.sando:41:39 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "

"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:41:78 if __himesan_error := __himesan_sando.WriteText(__himesan_writer, (view.ErrorMessage)); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:41:98 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "

"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:41:105 } //line internal/site/explore.sando:41:109 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:42:8 if view.Executed { //line internal/site/explore.sando:42:29 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n
\n

Authorized result

Query results

\n
\n
Scanned rows
"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:46:45 if __himesan_error := __himesan_sando.WriteText(__himesan_writer, (view.Stats.ScannedRows)); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:46:70 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "
\n
Matched rows
"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:47:45 if __himesan_error := __himesan_sando.WriteText(__himesan_writer, (view.Stats.MatchedRows)); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:47:70 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "
\n
Scanned bytes
"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:48:46 if __himesan_error := __himesan_sando.WriteText(__himesan_writer, (view.Stats.ScannedBytes)); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:48:72 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "
\n
Execution
"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:49:42 if __himesan_error := __himesan_sando.WriteText(__himesan_writer, (view.Stats.Duration)); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:49:64 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "
\n
\n
\n "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:52:10 if view.Stats.Truncated { //line internal/site/explore.sando:52:38 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "

Result limit reached. Refine the query or deliberately choose a different bounded limit.

"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:52:173 } //line internal/site/explore.sando:52:177 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:53:10 if view.Stats.Approximate { //line internal/site/explore.sando:53:40 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "

Approximate result. This answer uses an authorized aggregate projection.

"); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:53:159 } //line internal/site/explore.sando:53:163 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:54:11 if __himesan_error := __himesan_sando.Render(__himesan_render_context, __himesan_writer, (ResultTable(view.Table))); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:54:37 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n
\n "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:56:8 } //line internal/site/explore.sando:56:12 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n
\n "); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:58:7 if __himesan_error := __himesan_sando.Render(__himesan_render_context, __himesan_writer, (SiteFooter())); __himesan_error != nil { return __himesan_error } //line internal/site/explore.sando:58:22 if __himesan_error := __himesan_sando.WriteString(__himesan_writer, "\n\n\n"); __himesan_error != nil { return __himesan_error } return nil }) }