Class: Teapot::TempestDB::TempestDBService::KStepInNeighborsFiltered_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/tempest_d_b_service.rb

Constant Summary collapse

EDGETYPE =
1
SOURCE =
2
K =
3
SQLCLAUSE =
4
FILTER =
5
ALTERNATING =
6
FIELDS =
{
  EDGETYPE => {:type => ::Thrift::Types::STRING, :name => 'edgeType'},
  SOURCE => {:type => ::Thrift::Types::STRUCT, :name => 'source', :class => ::Teapot::TempestDB::Node},
  K => {:type => ::Thrift::Types::I32, :name => 'k'},
  SQLCLAUSE => {:type => ::Thrift::Types::STRING, :name => 'sqlClause'},
  FILTER => {:type => ::Thrift::Types::MAP, :name => 'filter', :key => {:type => ::Thrift::Types::I32, :enum_class => ::Teapot::TempestDB::DegreeFilterTypes}, :value => {:type => ::Thrift::Types::I32}},
  ALTERNATING => {:type => ::Thrift::Types::BOOL, :name => 'alternating'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



932
# File 'lib/gen/tempest_d_b_service.rb', line 932

def struct_fields; FIELDS; end

#validateObject



934
935
# File 'lib/gen/tempest_d_b_service.rb', line 934

def validate
end