Sha256: 34974ba630a6175da43275215f1df3f673858b3e4cc8be3cc695bd9a92d957c9

Contents?: true

Size: 1.08 KB

Versions: 20

Compression:

Stored size: 1.08 KB

Contents

# encoding: utf-8
# Copyright 2014 Aerospike, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License")
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http:#www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

module Aerospike

  private

  module FieldType

    NAMESPACE = 0
    TABLE = 1
    KEY = 2
    #BIN = 3
    DIGEST_RIPE = 4
    #GU_TID = 5
    DIGEST_RIPE_ARRAY = 6
    TRAN_ID = 7    # user supplied transaction id, which is simply passed back
    SCAN_OPTIONS = 8
    INDEX_NAME = 21
    INDEX_RANGE = 22
    INDEX_FILTER = 23
    INDEX_LIMIT = 24
    INDEX_ORDER_BY = 25
    UDF_PACKAGE_NAME = 30
    UDF_FUNCTION = 31
    UDF_ARGLIST = 32
    UDF_OP = 33
    QUERY_BINLIST = 40

  end # module

end # module

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
aerospike-2.0.0 lib/aerospike/command/field_type.rb
aerospike-1.0.12 lib/aerospike/command/field_type.rb
aerospike-1.0.11 lib/aerospike/command/field_type.rb
aerospike-1.0.10 lib/aerospike/command/field_type.rb
aerospike-1.0.9 lib/aerospike/command/field_type.rb
aerospike-1.0.8 lib/aerospike/command/field_type.rb
aerospike-1.0.7 lib/aerospike/command/field_type.rb
aerospike-1.0.6 lib/aerospike/command/field_type.rb
aerospike-1.0.5 lib/aerospike/command/field_type.rb
aerospike-1.0.4 lib/aerospike/command/field_type.rb
aerospike-1.0.3 lib/aerospike/command/field_type.rb
aerospike-1.0.2 lib/aerospike/command/field_type.rb
aerospike-1.0.1 lib/aerospike/command/field_type.rb
aerospike-1.0.0 lib/aerospike/command/field_type.rb
aerospike-0.1.6 lib/aerospike/command/field_type.rb
aerospike-0.1.5 lib/aerospike/command/field_type.rb
aerospike-0.1.3 lib/aerospike/command/field_type.rb
aerospike-0.1.2 lib/aerospike/command/field_type.rb
aerospike-0.1.1 lib/aerospike/command/field_type.rb
aerospike-0.1.0 lib/aerospike/command/field_type.rb