package
0.0.0-20240823114939-ecd6b80402ae
Repository: https://github.com/polarsignals/frostdb.git
Documentation: pkg.go.dev
# Functions
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
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
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
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
No description provided by the author
Validate validates the logical plan.
ValidateAggregation validates the logical plan's aggregation step.
No description provided by the author
ValidateComparingTypes validates if the types being compared by a binary expression are compatible.
ValidateFilter validates the logical plan's filter step.
ValidateFilterAndBinaryExpr validates the filter's binary expression where Op = AND.
ValidateFilterBinaryExpr validates the filter's binary expression.
ValidateFilterExpr validates filter's expression.
ValidateInput validates that the current logical plans input is valid.
No description provided by the author
ValidateSingleFieldSet checks that only a single field is set on the plan.
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
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
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
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
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
No description provided by the author
ReadModeDataSourcesOnly reads from data sources only.
ReadModeDefault is the default read mode.
ReadModeInMemoryOnly reads from in-memory storage only.
# Structs
AggFuncPushDown optimizer tries to push down an aggregation function operator to the table provider.
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
No description provided by the author
No description provided by the author
No description provided by the author
DistinctPushDown optimizer tries to push down the distinct operator to the table provider.
No description provided by the author
No description provided by the author
ExprValidationError is the error for an invalid expression that was found during validation.
No description provided by the author
FilterPushDown optimizer tries to push down the filters of a query down to the actual physical table scan.
No description provided by the author
No description provided by the author
IterOptions are a set of options for the TableReader Iterators.
No description provided by the author
No description provided by the author
LogicalPlan is a logical representation of a query.
No description provided by the author
PhysicalProjectionPushDown finds the first projecting logical plan and collects all columns it needs, it is concatenated with all other columns used until it, for example a filter layer.
PlanValidationError is the error representing a logical plan that is not valid.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
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
No description provided by the author
No description provided by the author