package ballista.protobuf

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Action

ballista.proto:275

message AggregateExprNode

ballista.proto:82

Used in: LogicalExprNode

enum AggregateFunction

ballista.proto:73

Used in: AggregateExprNode

enum AggregateMode

ballista.proto:241

Used in: HashAggregateExecNode

message AggregateNode

ballista.proto:180

Used in: LogicalPlanNode

message AliasNode

ballista.proto:62

Used in: LogicalExprNode

enum ArrowType

ballista.proto:334

copied from GandivaType from Apache Arrow project

Used in: Field

message BinaryExprNode

ballista.proto:67

Used in: LogicalExprNode

message CreateExternalTableNode

ballista.proto:157

Used in: LogicalPlanNode

message CsvTableScanNode

ballista.proto:110

Used in: LogicalPlanNode

message DfField

ballista.proto:175

message EmptyRelationNode

ballista.proto:153

Used in: LogicalPlanNode

message ExplainNode

ballista.proto:171

Used in: LogicalPlanNode

message Field

ballista.proto:324

Used in: DfField, Schema

enum FileType

ballista.proto:165

Used in: CreateExternalTableNode

message GlobalLimitExecNode

ballista.proto:258

Used in: PhysicalPlanNode

message HashAggregateExecNode

ballista.proto:247

Used in: PhysicalPlanNode

message HashRepartition

ballista.proto:148

Used in: RepartitionNode

message IsNotNull

ballista.proto:54

Used in: LogicalExprNode

message IsNull

ballista.proto:50

Used in: LogicalExprNode

message JoinNode

ballista.proto:191

Used in: LogicalPlanNode

enum JoinType

ballista.proto:185

Used in: JoinNode

message KeyValuePair

ballista.proto:270

Used in: Action

message LimitNode

ballista.proto:199

Used in: LogicalPlanNode

message LocalLimitExecNode

ballista.proto:262

Used in: PhysicalPlanNode

message LogicalExprNode

ballista.proto:14

logical expressions

Used in: AggregateExprNode, AggregateNode, AliasNode, BinaryExprNode, CsvTableScanNode, HashAggregateExecNode, HashRepartition, IsNotNull, IsNull, Not, ParquetTableScanNode, ProjectionExecNode, ProjectionNode, SelectionExecNode, SelectionNode, SortNode

message LogicalPlanNode

ballista.proto:88

LogicalPlan is a nested type

Used in: Action, JoinNode

message Not

ballista.proto:58

Used in: LogicalExprNode

message ParquetTableScanNode

ballista.proto:121

Used in: LogicalPlanNode

message PhysicalPlanNode

ballista.proto:208

PhysicalPlanNode is a nested type

Used in: Task

message ProjectionColumns

ballista.proto:106

Used in: CsvTableScanNode, ParquetTableScanNode

message ProjectionExecNode

ballista.proto:233

Used in: PhysicalPlanNode

message ProjectionNode

ballista.proto:129

Used in: LogicalPlanNode

message RepartitionNode

ballista.proto:141

Used in: LogicalPlanNode

message ScanExecNode

ballista.proto:221

Used in: PhysicalPlanNode

message Schema

ballista.proto:320

Used in: CreateExternalTableNode, CsvTableScanNode, ParquetTableScanNode, ScanExecNode, ShuffleReaderExecNode

message SelectionExecNode

ballista.proto:237

Used in: PhysicalPlanNode

message SelectionNode

ballista.proto:133

Used in: LogicalPlanNode

message ShuffleId

ballista.proto:310

Mapping from shuffle id to executor id

Used in: Action, ShuffleReaderExecNode

message ShuffleLocation

ballista.proto:300

Mapping from shuffle id to executor id

Used in: Task

message ShuffleReaderExecNode

ballista.proto:253

Used in: PhysicalPlanNode

message SortNode

ballista.proto:137

Used in: LogicalPlanNode

message Task

ballista.proto:289

Used in: Action