MCPcopy Index your code

hub / github.com/chrislusf/gleam / types & classes

Types & classes751 in github.com/chrislusf/gleam

↓ 4 callersTypeAliasErrCode
ErrCode represents a specific error type in a error class. Same error code can be used in different error classes.
sql/terror/terror.go:38
↓ 4 callersTypeAliasOrder
instruction/instruction.go:13
↓ 4 callersInterfaceRequirement
distributed/driver/scheduler/market/cda_market.go:25
↓ 3 callersInterfaceObject
distributed/driver/scheduler/market/cda_market.go:23
↓ 2 callersTypeAliasMapperId
gio/map_reduce.go:14
↓ 2 callersTypeAliasOptionName
filesystem/vfs.go:10
↓ 2 callersTypeAliasReducerId
gio/map_reduce.go:15
↓ 1 callersTypeAliasMessageControl
util/message_read.go:13
↓ 1 callersTypeAliasbyAvailableResources
distributed/master/resource_assign.go:98
↓ 1 callersTypeAliasbyRequestedResources
distributed/master/resource_assign.go:106
↓ 1 callersTypeAliasweekBehaviour
sql/util/types/mytime.go:209
↓ 1 callersInterfaceyyLexer
sql/parser/parser.go:8032
StructAdminStmt
AdminStmt is the struct for Admin statement.
sql/ast/misc.go:467
TypeAliasAdminStmtType
AdminStmtType is the type for admin statement.
sql/ast/misc.go:458
StructAgentInformation
distributed/master/structure.go:10
StructAgentServer
distributed/agent/agent_server.go:34
StructAgentServerOption
distributed/agent/agent_server.go:21
TypeAliasAggFunctionMode
AggFunctionMode stands for the aggregation function's mode.
sql/expression/aggregation.go:121
StructAggregateFuncExpr
AggregateFuncExpr represents aggregate function expression.
sql/ast/functions.go:297
StructAggregateFuncExtractor
AggregateFuncExtractor visits Expr tree. It converts ColunmNameExpr to AggregateFuncExpr and collects AggregateFuncExpr.
sql/plan/util.go:22
StructAggregation
Aggregation represents an aggregate plan.
sql/plan/logical_plans.go:124
InterfaceAggregationFunction
AggregationFunction stands for aggregate functions.
sql/expression/aggregation.go:34
TypeAliasAggregationType
AggregationType stands for the mode of aggregation plan.
sql/plan/physical_plans.go:380
StructAllocation
pb/gleam.pb.go:232
StructAllocationResult
pb/gleam.pb.go:256
StructAlterTableSpec
AlterTableSpec represents alter table specification.
sql/ast/ddl.go:644
StructAlterTableStmt
AlterTableStmt is a statement to change the structure of a table. See https://dev.mysql.com/doc/refman/5.7/en/alter-table.html
sql/ast/ddl.go:704
TypeAliasAlterTableType
AlterTableType is the type for AlterTableSpec.
sql/ast/ddl.go:625
StructAlterUserStmt
AlterUserStmt modifies user account. See https://dev.mysql.com/doc/refman/5.7/en/alter-user.html
sql/ast/misc.go:396
StructAnalyzeTableStmt
AnalyzeTableStmt is used to create table statistics.
sql/ast/misc.go:602
StructApply
Apply gets one row from outer executor and gets one row from inner executor according to outer row.
sql/plan/logical_plans.go:190
StructApplyConditionChecker
ApplyConditionChecker checks whether all or any output of apply matches a condition.
sql/plan/logical_plan_builder.go:953
StructAssignment
Assignment is the expression for assignment, like a = 1.
sql/ast/dml.go:601
StructAssignment
Assignment represents a set assignment in Update, such as Update t set c1 = hex(12), c2 = c3 where c2 = 1
sql/expression/expression.go:207
StructAuthOption
AuthOption is used for parsing create use statement.
sql/ast/misc.go:62
StructBeginStmt
BeginStmt is a statement to start a new transaction. See https://dev.mysql.com/doc/refman/5.7/en/commit.html
sql/ast/misc.go:168
StructBetweenExpr
BetweenExpr is for "between and" or "not between and" expression.
sql/ast/expressions.go:79
StructBinaryOperationExpr
BinaryOperationExpr is for binary operation like `1 + 1`, `1 - 1`, etc.
sql/ast/expressions.go:121
StructBinlogStmt
BinlogStmt is an internal-use statement. We just parse and ignore it. See http://dev.mysql.com/doc/refman/5.7/en/binlog.html
sql/ast/misc.go:185
StructBit
Bit is for mysql bit type.
sql/util/types/bit.go:25
StructBroadcast
instruction/broadcast.go:19
StructBufferedMessageWriter
util/message_write.go:26
StructBuilder
Builder builds a new FileSorter.
sql/util/filesort/filesort.go:125
FuncTypeBuiltinFunc
BuiltinFunc is the function signature for builtin functions
sql/expression/builtin.go:124
StructByItem
ByItem represents an item in order by or group by.
sql/ast/dml.go:350
StructByItems
ByItems wraps a "by" item.
sql/plan/logical_plan_builder.go:398
StructCIStr
CIStr is case insensitive string.
sql/model/model.go:133
StructCache
Cache plan is a physical plan which stores the result of its child node.
sql/plan/physical_plans.go:409
StructCaseExpr
CaseExpr is the case expression.
sql/ast/expressions.go:186
StructCassandraShardInfo
plugins/cassandra/cassandra_shard_info.go:16
StructCassandraSource
plugins/cassandra/cassandra_source.go:16
TypeAliasCastFunctionType
CastFunctionType is the type for cast function.
sql/ast/functions.go:215
StructCharset
Charset is a charset. Now we only support MySQL.
sql/util/charset/charset.go:24
StructCharsetOpt
CharsetOpt is used for parsing charset option from SQL.
sql/ast/ddl.go:42
StructCheckTable
CheckTable is used for checking table data, built from the 'admin check table' statement.
sql/plan/plans.go:39
StructChecker
Checker stores existing keys and checks if given data is distinct.
sql/util/distinct/distinct.go:30
StructCleanupRequest
pb/gleam.pb.go:1063
StructCleanupResponse
pb/gleam.pb.go:1079
StructCoGroupPartitionedSorted
instruction/cogroup_partitioned_sorted.go:21
StructColDesc
ColDesc describes column information like MySQL desc and show columns do.
sql/table/column.go:125
StructCollation
Collation is a collation. Now we only support MySQL.
sql/util/charset/charset.go:34
StructCollectPartitions
instruction/partition_collect.go:19
StructColumn
Column represents a column.
sql/expression/column.go:70
TypeAliasColumn
Column provides meta data describing a table column.
sql/table/column.go:33
StructColumnDef
ColumnDef is used for parsing column definition from SQL.
sql/ast/ddl.go:363
StructColumnInfo
ColumnInfo provides meta data describing of a table column.
sql/model/model.go:23
StructColumnName
ColumnName represents column name.
sql/ast/expressions.go:319
StructColumnNameExpr
ColumnNameExpr represents a column name expression.
sql/ast/expressions.go:337
StructColumnOption
ColumnOption is used for parsing column constraint info from SQL.
sql/ast/ddl.go:249
TypeAliasColumnOptionType
ColumnOptionType is the type for ColumnOption.
sql/ast/ddl.go:228
StructColumnPosition
ColumnPosition represent the position of the newly added column
sql/ast/ddl.go:599
TypeAliasColumnPositionType
ColumnPositionType is the type for ColumnPosition.
sql/ast/ddl.go:589
StructCommand
script/script.go:8
StructCommitStmt
CommitStmt is a statement to commit the current transaction. See https://dev.mysql.com/doc/refman/5.7/en/commit.html
sql/ast/misc.go:202
StructCompareSubqueryExpr
CompareSubqueryExpr is the expression for "expr cmp (select ...)". See https://dev.mysql.com/doc/refman/5.7/en/comparisons-using-subqueries.html See h
sql/ast/expressions.go:286
StructComputeRequest
please upgrade the proto package
pb/gleam.pb.go:64
StructComputeResource
pb/gleam.pb.go:112
StructConstant
Constant stands for a constant value.
sql/expression/expression.go:113
StructConstraint
Constraint is constraint for table definition.
sql/ast/ddl.go:315
TypeAliasConstraintType
ConstraintType is the type for Constraint.
sql/ast/ddl.go:299
InterfaceContext
Context is an interface for transaction and executive args environment.
sql/context/context.go:23
StructControlMessage
pb/gleam.pb.go:999
StructCorrelatedColumn
CorrelatedColumn stands for a column in a correlated sub query.
sql/expression/column.go:28
StructCreateDatabaseStmt
CreateDatabaseStmt is a statement to create a database. See https://dev.mysql.com/doc/refman/5.7/en/create-database.html
sql/ast/ddl.go:65
StructCreateIndexStmt
CreateIndexStmt is a statement to create an index. See https://dev.mysql.com/doc/refman/5.7/en/create-index.html
sql/ast/ddl.go:491
StructCreateTableStmt
CreateTableStmt is a statement to create a table. See https://dev.mysql.com/doc/refman/5.7/en/create-table.html
sql/ast/ddl.go:395
StructCreateUserStmt
CreateUserStmt creates user account. See https://dev.mysql.com/doc/refman/5.7/en/create-user.html
sql/ast/misc.go:377
StructCsvFileReader
plugins/file/csv/csv_file_reader.go:9
StructDBInfo
DBInfo provides meta data describing a DB.
sql/model/model.go:117
StructDDL
DDL represents a DDL statement plan.
sql/plan/plans.go:199
InterfaceDDLNode
DDLNode represents DDL statement node.
sql/ast/ast.go:94
InterfaceDMLNode
DMLNode represents DML statement node.
sql/ast/ast.go:100
FuncTypeDasetsetHint
func(d *Dataset)
flow/dataset_hint.go:3
StructDasetsetMetadata
flow/structure.go:44
StructDasetsetShardMetadata
flow/structure.go:49
StructDataCenter
distributed/master/structure.go:25
StructDataLocation
pb/gleam.pb.go:314
StructDataResource
pb/gleam.pb.go:168
StructDataSource
DataSource represents a tablescan without condition push down.
sql/plan/logical_plans.go:225
InterfaceDataStore
distributed/store/local_file_data_store.go:10
next →1–100 of 751, ranked by callers