class Google::Cloud::Bigquery::External::DataSource

def orc?

Returns:
  • (Boolean) -
def orc?
  @gapi.source_format == "ORC"
end