trait
Features extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Features, B)
-
final
def
==(arg0: Any): Boolean
-
final
val
CORRUPT: Int(64)
-
final
val
DEBUG: Int(8)
-
final
val
ERROR: Int(1)
-
final
val
INFO: Int(4)
-
final
val
INTERNAL_RECORD: Int(256)
-
final
val
INVALID: Int(32)
-
final
val
LATE_ARRIVAL: Int(2048)
-
final
val
QUALITY_CONCERN: Int(1024)
-
final
val
RESERVED_12: Int(4096)
-
final
val
RESERVED_13: Int(4096)
-
final
val
RESERVED_14: Int(16384)
-
final
val
RESERVED_15: Int(32768)
-
final
val
RESERVED_7: Int(128)
-
final
val
SKIP: Int(16)
-
final
val
UNKNOWN: Int(512)
-
final
val
WARNING: Int(2)
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
-
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Features, B)
Inherited by implicit conversion any2stringadd from
Features to any2stringadd[Features]
Inherited by implicit conversion StringFormat from
Features to StringFormat[Features]
Inherited by implicit conversion ArrowAssoc from
Features to ArrowAssoc[Features]
Definitions for the meaning of bits in the
features
bit mask of com.swoop.spark.records.Record.The least significant 16 bits are reserved for framework use. The next 15 bits are available for application use. The most significant bit is reserved for framework use also.