Class Apache::Hadoop::Hbase::Thrift::Hbase::ScannerOpen_args
In: lib/thrift/hbase.rb
Parent: Object

Methods

Included Modules

::Thrift::Struct ::Thrift::Struct_Union

Constants

TABLENAME = 1
STARTROW = 2
COLUMNS = 3
FIELDS = { # name of table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # Starting row in table to scan. # Send "" (empty string) to start at the first row. STARTROW => {:type => ::Thrift::Types::STRING, :name => 'startRow', :binary => true}, # columns to scan. If column name is a column family, all # columns of the specified column family are returned. It's also possible # to pass a regex in the column qualifier. COLUMNS => {:type => ::Thrift::Types::LIST, :name => 'columns', :element => {:type => ::Thrift::Types::STRING, :binary => true}}

Public Instance methods

[Source]

# File lib/thrift/hbase.rb, line 1980
                            def struct_fields; FIELDS; end

[Source]

# File lib/thrift/hbase.rb, line 1982
                            def validate
                            end

[Validate]