Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
A
AGGREGATE (ExpressionType attribute)
aggregate_handling (SelectNode attribute)
AGGREGATE_STATE (LogicalTypeId attribute)
AggregateHandling (class in duckdb_ast.models)
alias (BaseExpression attribute)
(ExtraTypeInfo attribute)
(TableRef attribute)
aliases (CommonTableExpressionInfo attribute)
(RecursiveCTENode attribute)
ALTER_STATEMENT (StatementType attribute)
ANALYZE_STATEMENT (StatementType attribute)
ANY (LogicalTypeId attribute)
ARRAY_CONSTRUCTOR (ExpressionType attribute)
ARRAY_EXTRACT (ExpressionType attribute)
ARRAY_SLICE (ExpressionType attribute)
ARROW (ExpressionType attribute)
ASCENDING (OrderType attribute)
ATTACH_STATEMENT (StatementType attribute)
B
Base (class in duckdb_ast.models)
BaseExpression (class in duckdb_ast.models)
BaseTableRef (class in duckdb_ast.models)
BERNOULLI_SAMPLE (SampleMethod attribute)
BetweenExpression (class in duckdb_ast.models)
BIGINT (LogicalTypeId attribute)
BIT (LogicalTypeId attribute)
BLOB (LogicalTypeId attribute)
BOOLEAN (LogicalTypeId attribute)
BOUND_AGGREGATE (ExpressionType attribute)
BOUND_COLUMN_REF (ExpressionType attribute)
BOUND_FUNCTION (ExpressionType attribute)
BOUND_LAMBDA_REF (ExpressionType attribute)
BOUND_REF (ExpressionType attribute)
BOUND_UNNEST (ExpressionType attribute)
C
CALL_STATEMENT (StatementType attribute)
case_checks (CaseExpression attribute)
CASE_EXPR (ExpressionType attribute)
CaseCheck (class in duckdb_ast.models)
CaseExpression (class in duckdb_ast.models)
CAST (ExpressionType attribute)
cast_type (CastExpression attribute)
CastExpression (class in duckdb_ast.models)
catalog (FunctionExpression attribute)
(UserTypeInfo attribute)
(WindowExpression attribute)
catalog_entry (ExtraTypeInfo attribute)
catalog_name (BaseTableRef attribute)
CatalogEntry (class in duckdb_ast.models)
CHAR (LogicalTypeId attribute)
child (CastExpression attribute)
(CollateExpression attribute)
(SubqueryExpression attribute)
child_type (ListTypeInfo attribute)
child_types (StructTypeInfo attribute)
children (ConjunctionExpression attribute)
(FunctionExpression attribute)
(OperatorExpression attribute)
(WindowExpression attribute)
clazz (BaseExpression attribute)
(BetweenExpression attribute)
(CaseExpression attribute)
(CastExpression attribute)
(CollateExpression attribute)
(ColumnRefExpression attribute)
(ComparisonExpression attribute)
(ConjunctionExpression attribute)
(ConstantExpression attribute)
(FunctionExpression attribute)
(LambdaExpression attribute)
(OperatorExpression attribute)
(ParameterExpression attribute)
(PositionalReferenceExpression attribute)
(StarExpression attribute)
(SubqueryExpression attribute)
(WindowExpression attribute)
COLLATE (ExpressionType attribute)
CollateExpression (class in duckdb_ast.models)
collation (CollateExpression attribute)
column_name_alias (BaseTableRef attribute)
(SubqueryRef attribute)
(TableFunctionRef attribute)
column_names (ColumnRefExpression attribute)
COLUMN_REF (ExpressionType attribute)
ColumnRefExpression (class in duckdb_ast.models)
columns (StarExpression attribute)
CommonTableExpressionInfo (class in duckdb_ast.models)
CommonTableExpressionMap (class in duckdb_ast.models)
COMPARE_BETWEEN (ExpressionType attribute)
COMPARE_BOUNDARY_END (ExpressionType attribute)
COMPARE_BOUNDARY_START (ExpressionType attribute)
COMPARE_DISTINCT_FROM (ExpressionType attribute)
COMPARE_EQUAL (ExpressionType attribute)
COMPARE_GREATERTHAN (ExpressionType attribute)
COMPARE_GREATERTHANOREQUALTO (ExpressionType attribute)
COMPARE_IN (ExpressionType attribute)
COMPARE_LESSTHAN (ExpressionType attribute)
COMPARE_LESSTHANOREQUALTO (ExpressionType attribute)
COMPARE_NOT_BETWEEN (ExpressionType attribute)
COMPARE_NOT_DISTINCT_FROM (ExpressionType attribute)
COMPARE_NOT_IN (ExpressionType attribute)
COMPARE_NOTEQUAL (ExpressionType attribute)
comparison_type (SubqueryExpression attribute)
ComparisonExpression (class in duckdb_ast.models)
condition (JoinRef attribute)
CONJUNCTION_AND (ExpressionType attribute)
CONJUNCTION_OR (ExpressionType attribute)
ConjunctionExpression (class in duckdb_ast.models)
ConstantExpression (class in duckdb_ast.models)
COPY_STATEMENT (StatementType attribute)
CREATE_FUNC_STATEMENT (StatementType attribute)
CREATE_STATEMENT (StatementType attribute)
cte_map (QueryNode attribute)
cte_name (RecursiveCTENode attribute)
CURRENT_ROW_RANGE (WindowBoundary attribute)
CURRENT_ROW_ROWS (WindowBoundary attribute)
D
DATE (LogicalTypeId attribute)
DECIMAL (LogicalTypeId attribute)
DecimalTypeInfo (class in duckdb_ast.models)
default_expr (WindowExpression attribute)
DELETE_STATEMENT (StatementType attribute)
delim_flipped (JoinRef attribute)
DESCENDING (OrderType attribute)
DETACH_STATEMENT (StatementType attribute)
distinct (FunctionExpression attribute)
(WindowExpression attribute)
distinct_on_targets (DistinctModifier attribute)
DistinctModifier (class in duckdb_ast.models)
DOUBLE (LogicalTypeId attribute)
DROP_STATEMENT (StatementType attribute)
duckdb_ast
module
duckdb_ast.generate_schema
module
duckdb_ast.models
module
duplicate_eliminated_columns (JoinRef attribute)
E
else_expr (CaseExpression attribute)
EmptyTableRef (class in duckdb_ast.models)
end (WindowExpression attribute)
end_expr (WindowExpression attribute)
ENUM (LogicalTypeId attribute)
error (ErrorResponse attribute)
(SuccessResponse attribute)
error_message (ErrorResponse attribute)
error_subtype (ErrorResponse attribute)
error_type (ErrorResponse attribute)
ErrorResponse (class in duckdb_ast.models)
exclude_clause (WindowExpression attribute)
exclude_list (StarExpression attribute)
EXECUTE_STATEMENT (StatementType attribute)
EXPLAIN_STATEMENT (StatementType attribute)
export_state (FunctionExpression attribute)
EXPORT_STATEMENT (StatementType attribute)
expr (LambdaExpression attribute)
(StarExpression attribute)
EXPR_FOLLOWING_RANGE (WindowBoundary attribute)
EXPR_FOLLOWING_ROWS (WindowBoundary attribute)
EXPR_PRECEDING_RANGE (WindowBoundary attribute)
EXPR_PRECEDING_ROWS (WindowBoundary attribute)
expression (OrderByNode attribute)
ExpressionType (class in duckdb_ast.models)
EXTENSION_STATEMENT (StatementType attribute)
ExtraTypeInfo (class in duckdb_ast.models)
F
filter (FunctionExpression attribute)
filter_expr (WindowExpression attribute)
FLOAT (LogicalTypeId attribute)
FORCE_AGGREGATES (AggregateHandling attribute)
from_table (SelectNode attribute)
FUNCTION (ExpressionType attribute)
function (TableFunctionRef attribute)
function_name (FunctionExpression attribute)
(WindowExpression attribute)
FUNCTION_REF (ExpressionType attribute)
FunctionExpression (class in duckdb_ast.models)
G
generate_schema() (in module duckdb_ast.generate_schema)
get_schema() (in module duckdb_ast)
group_expressions (SelectNode attribute)
group_sets (SelectNode attribute)
GROUPING_FUNCTION (ExpressionType attribute)
H
having (SelectNode attribute)
HUGEINT (LogicalTypeId attribute)
I
id (LogicalType attribute)
identifier (ParameterExpression attribute)
ignore_nulls (WindowExpression attribute)
index (PositionalReferenceExpression attribute)
input (BetweenExpression attribute)
INSERT_STATEMENT (StatementType attribute)
INTEGER (LogicalTypeId attribute)
INTERVAL (LogicalTypeId attribute)
INVALID (ExpressionType attribute)
(LogicalTypeId attribute)
(OrderByNullType attribute)
(OrderType attribute)
(WindowBoundary attribute)
INVALID_STATEMENT (StatementType attribute)
is_null (Value attribute)
is_operator (FunctionExpression attribute)
is_percentage (SampleOptions attribute)
J
join_type (JoinRef attribute)
JoinRef (class in duckdb_ast.models)
K
key (Pair attribute)
L
LAMBDA (ExpressionType attribute)
(LogicalTypeId attribute)
LambdaExpression (class in duckdb_ast.models)
left (ComparisonExpression attribute)
(JoinRef attribute)
(RecursiveCTENode attribute)
(SetOperationNode attribute)
lhs (LambdaExpression attribute)
limit (LimitModifier attribute)
(LimitPercentModifier attribute)
LimitModifier (class in duckdb_ast.models)
LimitPercentModifier (class in duckdb_ast.models)
LIST (LogicalTypeId attribute)
ListTypeInfo (class in duckdb_ast.models)
LOAD_STATEMENT (StatementType attribute)
LOGICAL_PLAN_STATEMENT (StatementType attribute)
LogicalType (class in duckdb_ast.models)
LogicalTypeId (class in duckdb_ast.models)
lower (BetweenExpression attribute)
M
map (CommonTableExpressionMap attribute)
MAP (LogicalTypeId attribute)
materialized (CommonTableExpressionInfo attribute)
method (SampleOptions attribute)
model_config (Base attribute)
modifiers (ExtraTypeInfo attribute)
(QueryNode attribute)
module
duckdb_ast
duckdb_ast.generate_schema
duckdb_ast.models
MULTI_STATEMENT (StatementType attribute)
N
NO_AGGREGATES_ALLOWED (AggregateHandling attribute)
node (SelectStatement attribute)
NULL (LogicalTypeId attribute)
null_order (OrderByNode attribute)
NULLS_FIRST (OrderByNullType attribute)
NULLS_LAST (OrderByNullType attribute)
O
offset (LimitModifier attribute)
(LimitPercentModifier attribute)
offset_expr (WindowExpression attribute)
OPERATOR_CAST (ExpressionType attribute)
OPERATOR_COALESCE (ExpressionType attribute)
OPERATOR_IS_NOT_NULL (ExpressionType attribute)
OPERATOR_IS_NULL (ExpressionType attribute)
OPERATOR_NOT (ExpressionType attribute)
OPERATOR_NULLIF (ExpressionType attribute)
OperatorExpression (class in duckdb_ast.models)
order_bys (FunctionExpression attribute)
ORDER_DEFAULT (OrderByNullType attribute)
(OrderType attribute)
OrderByNode (class in duckdb_ast.models)
OrderByNullType (class in duckdb_ast.models)
OrderedDict (class in duckdb_ast.models)
OrderModifier (class in duckdb_ast.models)
orders (OrderModifier attribute)
(WindowExpression attribute)
OrderType (class in duckdb_ast.models)
P
Pair (class in duckdb_ast.models)
ParameterExpression (class in duckdb_ast.models)
parse_sql() (in module duckdb_ast)
parse_sql_to_json() (in module duckdb_ast)
ParsedExpression (class in duckdb_ast.models)
ParsedExpressionSubclasses (class in duckdb_ast.models)
partitions (WindowExpression attribute)
PLACEHOLDER (ExpressionType attribute)
POINTER (LogicalTypeId attribute)
position (ErrorResponse attribute)
POSITIONAL_REFERENCE (ExpressionType attribute)
PositionalReferenceExpression (class in duckdb_ast.models)
PRAGMA_STATEMENT (StatementType attribute)
PREPARE_STATEMENT (StatementType attribute)
Q
qualify (SelectNode attribute)
query (CommonTableExpressionInfo attribute)
query_location (Base attribute)
QueryNode (class in duckdb_ast.models)
QueryNodeSubclasses (class in duckdb_ast.models)
R
RecursiveCTENode (class in duckdb_ast.models)
ref_type (JoinRef attribute)
relation_name (StarExpression attribute)
RELATION_STATEMENT (StatementType attribute)
replace_list (StarExpression attribute)
RESERVOIR_SAMPLE (SampleMethod attribute)
ResultModifier (class in duckdb_ast.models)
ResultModifierSubclasses (class in duckdb_ast.models)
right (ComparisonExpression attribute)
(JoinRef attribute)
(RecursiveCTENode attribute)
(SetOperationNode attribute)
Root (class in duckdb_ast.models)
S
sample (SelectNode attribute)
(TableRef attribute)
sample_size (SampleOptions attribute)
SampleMethod (class in duckdb_ast.models)
SampleOptions (class in duckdb_ast.models)
scale (DecimalTypeInfo attribute)
schema_name (BaseTableRef attribute)
(FunctionExpression attribute)
(UserTypeInfo attribute)
(WindowExpression attribute)
seed (SampleOptions attribute)
SELECT (StatementType attribute)
select_list (SelectNode attribute)
SELECT_STATEMENT (StatementType attribute)
SelectNode (class in duckdb_ast.models)
SelectStatement (class in duckdb_ast.models)
SET_STATEMENT (StatementType attribute)
setop_all (SetOperationNode attribute)
setop_type (SetOperationNode attribute)
SetOperationNode (class in duckdb_ast.models)
SHOW_STATEMENT (StatementType attribute)
SMALLINT (LogicalTypeId attribute)
STANDARD_HANDLING (AggregateHandling attribute)
StandardEntry (class in duckdb_ast.models)
STAR (ExpressionType attribute)
StarExpression (class in duckdb_ast.models)
start (WindowExpression attribute)
start_expr (WindowExpression attribute)
statements (SuccessResponse attribute)
StatementType (class in duckdb_ast.models)
STRUCT (LogicalTypeId attribute)
STRUCT_EXTRACT (ExpressionType attribute)
StructTypeInfo (class in duckdb_ast.models)
SUBQUERY (ExpressionType attribute)
subquery (SubqueryExpression attribute)
(SubqueryRef attribute)
subquery_type (SubqueryExpression attribute)
SubqueryExpression (class in duckdb_ast.models)
SubqueryRef (class in duckdb_ast.models)
SuccessResponse (class in duckdb_ast.models)
SYSTEM_SAMPLE (SampleMethod attribute)
T
TABLE (LogicalTypeId attribute)
table_name (BaseTableRef attribute)
TABLE_REF (ExpressionType attribute)
TABLE_STAR (ExpressionType attribute)
TableFunctionRef (class in duckdb_ast.models)
TableRef (class in duckdb_ast.models)
TableRefSubclasses (class in duckdb_ast.models)
then_expr (CaseCheck attribute)
TIME (LogicalTypeId attribute)
TIME_TZ (LogicalTypeId attribute)
TIMESTAMP (LogicalTypeId attribute)
TIMESTAMP_MS (LogicalTypeId attribute)
TIMESTAMP_NS (LogicalTypeId attribute)
TIMESTAMP_SEC (LogicalTypeId attribute)
TIMESTAMP_TZ (LogicalTypeId attribute)
TINYINT (LogicalTypeId attribute)
TRANSACTION_STATEMENT (StatementType attribute)
try_cast (CastExpression attribute)
type (BaseExpression attribute)
(BaseTableRef attribute)
(BetweenExpression attribute)
(CaseExpression attribute)
(CastExpression attribute)
(CollateExpression attribute)
(ColumnRefExpression attribute)
(ComparisonExpression attribute)
(ConjunctionExpression attribute)
(ConstantExpression attribute)
(DecimalTypeInfo attribute)
(DistinctModifier attribute)
(EmptyTableRef attribute)
(ExtraTypeInfo attribute)
(FunctionExpression attribute)
(JoinRef attribute)
(LambdaExpression attribute)
(LimitModifier attribute)
(LimitPercentModifier attribute)
(ListTypeInfo attribute)
(OperatorExpression attribute)
(OrderByNode attribute)
(OrderModifier attribute)
(ParameterExpression attribute)
(PositionalReferenceExpression attribute)
(QueryNode attribute)
(RecursiveCTENode attribute)
(ResultModifier attribute)
(SelectNode attribute)
(SetOperationNode attribute)
(StarExpression attribute)
(StructTypeInfo attribute)
(SubqueryExpression attribute)
(SubqueryRef attribute)
(TableFunctionRef attribute)
(UserTypeInfo attribute)
(Value attribute)
(WindowExpression attribute)
type_info (LogicalType attribute)
TypeCatalogEntry (class in duckdb_ast.models)
U
UBIGINT (LogicalTypeId attribute)
UINTEGER (LogicalTypeId attribute)
UNBOUNDED_FOLLOWING (WindowBoundary attribute)
UNBOUNDED_PRECEDING (WindowBoundary attribute)
UNION (LogicalTypeId attribute)
union_all (RecursiveCTENode attribute)
UNKNOWN (LogicalTypeId attribute)
unpacked (StarExpression attribute)
UPDATE_STATEMENT (StatementType attribute)
upper (BetweenExpression attribute)
USER (LogicalTypeId attribute)
user_type (TypeCatalogEntry attribute)
user_type_modifiers (UserTypeInfo attribute)
user_type_name (UserTypeInfo attribute)
UserTypeInfo (class in duckdb_ast.models)
using_columns (JoinRef attribute)
USMALLINT (LogicalTypeId attribute)
UTINYINT (LogicalTypeId attribute)
UUID (LogicalTypeId attribute)
V
VACUUM_STATEMENT (StatementType attribute)
VALIDITY (LogicalTypeId attribute)
Value (class in duckdb_ast.models)
value (ConstantExpression attribute)
(Pair attribute)
(Value attribute)
VALUE_CONSTANT (ExpressionType attribute)
VALUE_DEFAULT (ExpressionType attribute)
VALUE_NULL (ExpressionType attribute)
VALUE_PARAMETER (ExpressionType attribute)
VALUE_SCALAR (ExpressionType attribute)
VALUE_TUPLE (ExpressionType attribute)
VALUE_TUPLE_ADDRESS (ExpressionType attribute)
VALUE_VECTOR (ExpressionType attribute)
VARCHAR (LogicalTypeId attribute)
VARIABLE_SET_STATEMENT (StatementType attribute)
W
when_expr (CaseCheck attribute)
where_clause (SelectNode attribute)
width (DecimalTypeInfo attribute)
WINDOW_AGGREGATE (ExpressionType attribute)
WINDOW_CUME_DIST (ExpressionType attribute)
WINDOW_FIRST_VALUE (ExpressionType attribute)
WINDOW_LAG (ExpressionType attribute)
WINDOW_LAST_VALUE (ExpressionType attribute)
WINDOW_LEAD (ExpressionType attribute)
WINDOW_NTH_VALUE (ExpressionType attribute)
WINDOW_NTILE (ExpressionType attribute)
WINDOW_PERCENT_RANK (ExpressionType attribute)
WINDOW_RANK (ExpressionType attribute)
WINDOW_RANK_DENSE (ExpressionType attribute)
WINDOW_ROW_NUMBER (ExpressionType attribute)
WindowBoundary (class in duckdb_ast.models)
WindowExpression (class in duckdb_ast.models)
duckdb-ast
Navigation
API Reference
Related Topics
Documentation overview