package
0.0.0-20220217194355-df46cc148a8c
Repository: https://github.com/getlantern/zenodb.git
Documentation: pkg.go.dev
# Functions
FieldsIgnored is a placeholder for an OnFields that does nothing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Guard creates a new TimeoutGuard for the given Context.
No description provided by the author
NewField is a convenience method for creating new Fields.
NewGroupBy is a convenience method for creating new GroupBys.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
HavingFieldName is the name of the synthetic field for the HAVING clause.
# Variables
ClusterCrosstab is the crosstab expression for crosstabs that come from an contained Group By (i.e.
ErrDeadlineExceeded indicates that the deadline for iterating has been exceeded.
PassthroughFieldSource simply passes through the known Fields.
PointsField is the synthetic field that counts number of submitted points.
# Structs
ExprFieldSource turns an ExprSource into a FieldSource with a single named field.
Field is a named expr.Expr.
No description provided by the author
GroupBy is a named goexpr.Expr.
No description provided by the author
OrderBy specifies an element by whith to order (element being ither a field name or the name of a dimension in the row key).
# Interfaces
ExprSource is a source of an expression based on some known Fields.
FieldSource is a source of Fields based on some known Fields.
No description provided by the author
No description provided by the author
No description provided by the author
TimeoutGuard provides the ability to guard against timeouts on a Context.
No description provided by the author
# Type aliases
CombinedFieldSource is a FieldSource that combines multiple FieldSources and ensures that a field is not repeated.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StaticFieldSource is a FieldSource that always returns the same Fields.
No description provided by the author